/* 
The Edge
Website by Elmar Beckmann / http://elmarbeckmann.com
(c)2008 Elmarbeckmann.com
*/

html {
	background-color: #111;	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;		
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

body.home { 	background:url(../img/bg_home.jpg) center 161px no-repeat; }
body.jij {		background:url(../img/bg_jij.jpg) center 161px no-repeat; }
body.wat {		background:url(../img/bg_wat.jpg) center 161px no-repeat; }
body.wanneer {	background:url(../img/bg_wanneer.jpg) center 161px no-repeat; }
body.media {	background:url(../img/bg_media.jpg) center 161px no-repeat; }
body.contact {	background:url(../img/bg_contact.jpg) center 161px no-repeat; }

#wrap {
	position: relative;
	height: 666px; /* total height of page */
	width: 950px;
	margin: 0 auto;
}

#top {
	position: relative;
	font-size:0pt;
	height:70px;
	width:950px;
}

#menu {
	position:relative;
	font-size:0pt;
	height:91px;
	width:950px;
}


#sosuenquete {
	position: absolute;
	left: 100px;
	top: 150px;
	height: 358px;	
	width: 214px;
	z-index: 200;
}

	#sosuenquete a {
		border: none;
	}	
	
	#sosuenquete a:hover {
		border: none;
	}

#main {
	position: relative;
	height: 400px;	
	width: 950px;
	text-align: left;		
}

	#main a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px #fff dotted;
	}
	#main a:hover {
		border-bottom: 1px #fff solid;
	}

	#main_menu {
		min-height: 350px;
		width: 275px;
		margin: 0 0 0 0px;	
		float: left;
	}

		#main_menu #bg_top {
			position: relative;
			background:url(../img/main_menu_bg_top.png) center top no-repeat;		
			height:20px;
			width:275px;
		}		

		#main_menu #bg_main {
			position: relative;
			background-color: #000;		
			width:245px;
			padding: 0 15px 0 15px;
			font-family: "Trebuchet MS", Verdana, Arial;
			font-size: 14px;	
			line-height: 22px;				
		}
		
			#main_menu #bg_main h2 {
				color: #59c8df;
				font-size: 16px;
				margin-top: 0;
			}
			
			/* #### SUBMENU #### */
			#main_menu #bg_main ul {
				margin: 0;
				padding: 0 0 8px 0;
				list-style-type:none;
			}	
	
			#main_menu #bg_main li {
				margin-bottom: 7px;
		
			}							

		#main_menu #bg_bottom {
			position: relative;
			background:url(../img/main_menu_bg_bottom.png) center top no-repeat;		
			height:20px;
			width:275px;
		}
		

	/* #### SUBMENU #### */
	#main_extra {
		position: absolute;
		right: 620px;
		top: 50px;	
		z-index: 200;
		padding: 5px;
		background-color: #000;
	}

		#main_extra ul {
			margin: 0;
			padding: 0 0 8px 0;
			list-style-type:none;
		}	

		#main_extra li {
			margin-bottom: 7px;

		}	
	
	#main_content {
		margin-left: 550px;
		height: 370px;
		width: 370px;
		padding: 15px;	
		font-family: "Trebuchet MS", Verdana, Arial;
		font-size: 12px;
		color: #e0ddb7;	
		line-height: 16px;	
		overflow:auto;	
		background:url(../img/vak.png) center top repeat-y;
		behavior: url(static/css/iepngfix.htc);				
	}
	
	/* 	nu specifiek if afwijkend */

	#main_content.media {
		margin-left: 350px;
		border: none;
		height: 370px;
		width: 570px;
		background:url(../img/vak2.png) center top repeat-y;
		behavior: url(static/css/iepngfix.htc);					
	}
	
		#main_content h2 {
			color: #e0ddb7;
			font-size: 16px;
			margin-top: 0;
		}

		#main_content h3 {
			color: #fff;
			font-size: 14px;
		}

		#main_content a { 
			border-bottom: 1px #fff dotted;
			color: #fff;
		}
		#main_content a:hover { 
			border-bottom: 1px #fff dotted;
			color: #fff;
		}	
		#main_content a.lightbox {
			border: none;
		}
	
	#main_clear {
		clear: both;
	}	
	
#main_bottom {
	position: relative;
	font-size:0pt;		
	height:35px;
	width:950px;
}

/* allerlei */

form {
	padding-bottom: 0;
	margin-bottom: 0;
}

img {
	border: none;
}

img.photo {
	border: 3px #000 solid;
	margin-right: 1px;
}
img.photo:hover {
	border: 3px #fff solid;	
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 3px 0 3px 0;
}


fieldset p {
	margin: 3px 0 3px 0;
}

label {
	display: block;
	line-height: 16px;
	width: 120px;
	float: left;
	padding-right: 5px;
}

input {
	border: 1px #bbb solid;
	background-color: #ddd;
	padding-left: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

textarea {
	border: 1px #bbb solid;
	margin-bottom: 3px;
	padding-left: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	margin-top: 3px;
}

select {
	border: 1px #bbb solid;
	background-color: #ddd;	
	padding-left: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	
}

input.submit {
	border: 1px #777 solid;
	background-color: #555;
	padding: 2px;
	color: #fff;
}

table td {
	padding: 0 0 3px 0;
	margin: 0;
}

/* COMMENTS */

    p.comment_heading{
    background: #111;
    padding: 5px;
    width: 330px;
	margin: 20px 0 10px 0;
	color: #fff;
    } 
      
      p.comment_heading span.comment_date{  
      color: #cdcdcd;
      }
    
    p.comment{
    margin-left: 5px;
    }