
/* 
Website by Elmar Beckmann / http://elmarbeckmann.com
Nothing may be changed / added / removed without written permission!!!
(c)2010 Elmarbeckmann.com
*/

html {

}

body {
	padding:0pt;
	font-family: Tahoma, Helvetica, "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #222;
	line-height: 180%;
	margin: 0;
	background: #e1e7f1 url(../img/bg.jpg) repeat-x top;	
}

a {
	color: #555;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #111;
}

#outer {
	width: 950px;
	margin: 0 auto;
}


#top {
	position: relative;
	font-size:0pt;
	height:286px;
	width:950px;
	margin-top: 0;
	background: url(../img/top.jpg) no-repeat 50% 0;
}

	#menu_top {
		width: 950px;
		height: 50px;
		z-index: 1000;	
	}	
	
#sub {
	position: relative;
	height:48px;
	width:950px;
	margin-top: 0;
	background: url(../img/sub.jpg) no-repeat 50% 0;
}
	
	#menu_sub {
		width: 950px;
		height: 40px;
		z-index: 1000;	
	}		

#main {
	position: relative;
	width: 950px;
	min-height: 500px;
	background: #fff url(../img/main.jpg) center top no-repeat;	
	
}

	#main_clear {
		clear: both;
	}				
	
	#main_left {
		width: 500px;
		padding: 50px 50px 0 50px;
		float: left;
		color: #515151;	
	}
	
		#main_left p.kop {
			font-size: 20px;
			margin-bottom: 30px;
			margin-top: 0;
		}

		#main_left a {
			border-bottom: 1px #547d83 dotted;
		}
		
		#main_left a:hover {
			border-bottom: 1px #111 dotted;
		}	
		
		#main_left a.active {
			font-weight:  bold;
		}		
		
		#main_left li {
			list-style-type: circle;			
		}	

		#main_left li .date {
			font-style: italic;		
		}			
		
		#main_left #photocontent img.photo{
			clear:none; 
			padding: 0; 
			margin: 0 5px 5px 0;
			border: 3px solid #ffffff;
		}
	
		#main_left #photocontent a{
			border: none;
		}	

		#main_left h5.proces_kop{
			font: bold 1.1em Verdana, Arial, "Microsoft Sans Serif", verdana, geneva, helvetica, sans-serif;
			color: #fff;
			text-transform: uppercase;
			background: #999;
			margin: 0;
			padding: 8px;
		}
		

	#main_right {
		width: 300px;
		padding: 50px 50px 0 0;		
		float: right;
		color: #000;

	}
	
		#main_right .vak_top {
			width: 300px;
			height: 25px;
			background: #fff url(../img/vak_top.gif) no-repeat top;			
		}
		
		#main_right .vak_main {
			width: 275px;
			padding-left: 25px;
			background: #fff url(../img/vak_main.gif) repeat top;			
		}

		#main_right .vak_bottom {
			width: 300px;
			height: 25px;
			background: #fff url(../img/vak_bottom.gif) no-repeat top;			
		}		
	
	
		#main_right p.kop {
			font-size: 20px;
			margin-bottom: 20px;
			margin-top: 0;
			color: #414141;
		}	
	
		#main_right p.tekst {
			font-size: 14px;
			color: #4a4a4a;
			margin-bottom: 0px;
		}
		
			#main_right p.tekst a {
				font-size: 14px;
				color: #4a4a4a;
			}	
		
			#main_right p.tekst a:hover {
				color: #4e89a8;
			}		
					
		
#footer {
	width: 950px;
	text-align: center;
	font-size: 11px;
	color: #aaa;
	padding: 50px 0 20px 0;
}		

	#footer a {
		color: #999;
	}	
	#footer a:hover {
		color: #555;
	}		
	
		
/* allerlei */

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

img {
	border: none;
}

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



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

fieldset img {
		padding-left: 3px;
		padding-top: 2px;
}

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

input {
	border: 1px #ddd solid;
	background-color: #ddd;
	padding: 5px;
	font-size: 12px;
	width: 250px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

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

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

input.submit {
	padding: 3px;
	width: 100px;
	background-color: #ccc;
}

table td {
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 12px;
	line-height: 180%;		
}

table.normal {
	background-color: #fff;
	width: 500px;
	padding: 8px;	
	border: 1px #ddd solid;
}

table.normal td {
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 12px;
	line-height: 180%;		
}
