/*
Theme Name: gmd
Theme URI: http://www.cyberlounge.be
Description: Theme for Glass Max Design.
Version: 1.0
Author: Philippe Schaillee
Author URI: http://www.cyberlounge.be
*/


BODY {
	background-color: #231f20;
	font-family: sans-serif;
	font-size:12px;
	color:#FFF;
	padding:0px;
	margin:0px;
}

HTML {
        scrollbar-base-color: #383e3b;
        scrollbar-3dlight-color: #383e3b;
        scrollbar-highlight-color: #383e3b;
        scrollbar-track-color: #383e3b;
        scrollbar-arrow-color: #0F0;
        scrollbar-shadow-color: #383e3b;
        scrollbar-dark-shadow-color: #383e3b;
}

li {
	background-position: left;
	list-style-position: outside;
	text-align: left;
}

a {
	color:#FFF;	
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

li.active a{
	color: #0F0;
}

#homepageh1 H1{
	visibility:hidden;
	margin:0px;
	padding:0px;
	height:0px;
}

#contenth1 {
	margin-left:480px;
	margin-top:150px;
	position:absolute;
        
}
#contenth1 H1{
	margin:0px;
	padding:0px;
	font-size:24px;
        padding-right:75px;
}
#wrapper {
	width: 1000px;
	height:625px;
	margin:auto;
}
#wrapperpadding {
	padding-left: 10px;	
	padding-right: 10px;	
}


#header {
	width: 100%;
	margin-bottom: 35px;
}
.headerlogo {
	width:102px;
	height:170px;
	margin-left: 45px;
}
.headerlogo img{
	border: 0px;
}


#contentwrapper {
	width:100%;
}
#content {
	width: 660px;
	height:410px;
	float:right;
	margin:0px;
	padding:0px;
	background-color:#383e3b;
        /** overflow:auto; **/
}
#content H2{
	font-size:18px;
	font-style:normal;
}
#menu {
	width:310px;
	height:410px;
	background-color:#353b38;
	background-image:url(images/menu-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}
#menu ul {
	margin-top: 25px;
	margin-left: 50px;
	padding:0px;
	list-style:none;
}
#menu ul li a {
	text-decoration:none;
	font-weight: bold; 
	line-height:15px;
}
#menu ul li a:hover {
	text-decoration:underline;
}

li.current_page_item > a {
	color: #0F0;
}

#menu ul li ul{
	margin:0px;
	padding:0px;
}
#menu ul li ul li a {
	margin-left:30px;
}

#footer {
	width: 100%;
	height:30px;
	line-height:30px;
}
.footermenu {
	float:left;
	padding-left: 40px;
}
.footermenu a{
	margin-left: 10px;	
	margin-right: 10px;	
	font-weight: bold; 
	text-decoration:none;
	color:#FFF;
}
.footermenu a:hover {
	text-decoration:underline;	
}
.footermenu a.active{
	color: #0F0;
}
.footertaalkeuze {
	float:right;
	padding-right: 40px;
}

.footertaalkeuze ul {
	list-style: none;
	margin:0px;
	padding:0px;
	font-weight:bold;
	display: inline;
}

.footertaalkeuze ul li{
	margin-left:10px;
	padding:0px;
	display: inline;
}




.clearall {
	clear:both;
}
#tekst {
	margin-left:30px;
	margin-top:10px;
	width:260px;
        height:390px;
        overflow:auto;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}


#tekst ul {
	padding-left: 15px;
        margin-left: 0px;
}

#tekst ul li {
	margin-bottom:1em;
}
span.wpcf7-list-item { display: block; }