/* CSS Document */

* {
	padding: 0;
	margin: 0;
border: 0
}

body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
background-image: url(http://www.samensterker.be/images/container_bg.jpg);
	background-repeat: no-repeat;
}

p {
	margin-bottom: 15px;
	line-height: 145%;
}

p.succes {
	background-color: #F0F9F0;
	border: 1px solid #009900;
	padding: 15px;
}

p.paginate {
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
	padding: 15px;
}


.padded-top {
padding-top: 25px;
}

h2 {
margin-bottom: 15px;
}

a:link {
	color: #D10505;
	text-decoration: none;	
}

a:hover, a:active {
	color: #169F2F;
	text-decoration: underline;	
}

a:visited {
	color: #D10505;
	text-decoration: underline;	
}

#wrapper {
 width: 974px;
margin-left: auto;
margin-right: auto;
background-image: url(http://www.samensterker.be/images/wrapper_bg.png);
	background-repeat: no-repeat;

margin-top: 30px;
}

#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;



}

#header {

}

#logo {
	float: left;
	width: 405px;
margin-left: 15px;

}

#nav {
	float: right;
	width: 550px;
}

#infoavond {
	float: right;
	width: 450px;
	height: 100px;
	clear: right;
	background-image: url(http://www.samensterker.be/images/bg-infoavond.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
padding-top: 15px;
padding-left: 25px;
}

#content{
	clear: both;
}

#left {
	float: left;
	width: 450px;
}



#right {
	float: right;
	width: 450px;
	padding-top: 15px;
padding-right: 15px;
}

#meter {
background-image: url(http://www.samensterker.be/images/meter.jpg);
background-repeat: no-repeat;
width: 410px;
height: 300px;
position: relative;
color:#FFF;
	font-size: 20px;
font-weight: bold;
	font-family: "Courier New", Courier, monospace;

}

#simulator {
text-align: center;
width: 400px;
}

#kolom1 {
	position: absolute;
	right: 125px;
	top: 80px;
max-width: 20px;
max-height: 20px;
}

#kolom2 {
	position: absolute;
	right: 155px;
	top: 80px;
max-width: 20px;
max-height: 20px;
}

#kolom3 {
	position: absolute;
	right: 185px;
	top: 80px;
max-width: 20px;
max-height: 20px;
}

#kolom4 {
	position: absolute;
	right: 215px;
	top: 80px;
max-width: 20px;
max-height: 20px;
}

a.schrijfin {
	position: absolute;
	right: 45px;
	top: 215px;
width: 330px;
height: 65px;
display: block;
}

#bottom {
	clear: both;
}

#col1 {
	width: 300px;
	float: left;
margin-top: 25px;
}

#col2 {
	width: 300px;
	float: left;
	margin-left: 35px;
margin-top: 25px;
}

#col3 {
	width: 300px;
	float: right;
margin-top: 25px;
}

.newsItem {
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFF;
}

.newsItem:hover {
	padding: 5px;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #009933;
	border-bottom-color: #009933;
}

.infoItem {
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFF;
clear: both;
min-height: 70px;
}

.infoItem_icon {
	float: left;
	width: 60px;
	height: 60px;
}

.infoItem_txt {
	float: left;
	width: 320px;
	height: 60px;
color: #D10505;
text-align: center;
}




#footer{
	clear: both;
text-align: center;
}

#footer img {
padding: 15px;
}

input, textarea {
	padding: 5px;
	border: 1px solid #CCCCCC;	
}

.button {
	color: #FFFFFF;
	background-color: #33CC00;
	border: 1px solid #33CC00;
	padding: 5px;
}

/*Navigation*/


ul#green { margin:0; padding:0; list-style-type:none; }

ul#green li { position:relative; float:left; border-top:4px solid #F2F2F2; margin-right: 8px; padding-right: 15px; padding-top: 5px;}

ul#green .current { border-top:4px solid #169F2F;}

ul#green li:hover { border-top:4px solid #169F2F;}

ul#green li a { padding:2px 2px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#169F2F;}

ul#green li a:hover { color:#169F2F; border:none; }

ul#green li span{ display:none; position:absolute; top:20px; left:2px; width:160px; font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif;  line-height: 15px;}

ul#green li a:hover span {margin-top: 7px; display:block; color: #666;}

