/* 
Foundation 4 Life
Website by Elmar Beckmann / http://elmarbeckmann.com
(c)2008 Elmarbeckmann.com
*/

html {
	background:#0b0b0b url(../img/bg.jpg) center top no-repeat;		
}

body {
	padding:0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #fff;
	font-size: 13px;

}

div.outer {
	position: relative;
	width: 900px; /* Width of the content */
	min-height: 400px; /* height of content */
	margin: 0 auto;
	padding: 0;
}

#top {
	position: relative;
	font-size:0pt;
	height:159px;
	width:900px;
	margin: auto;
}

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

#menu_home {
	position: absolute;
	left: 35px;
	top: 115px;
	height:65px;
	width:80px;
	z-index: 150;
}

#main_top {
	position: relative;
	background:url(../img/main_top.png) center top;		
	height:25px;
	width:900px;
	behavior: url(/static/css/iepngfix.php);
}

#main {
	width: 800px;
	padding: 0 50px 0 50px;	
	background:url(../img/main_bg.png) center top repeat-y;
	behavior: url(/static/css/iepngfix.php);	
}

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

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

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

		#main_left #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_left #bg_main h2 {
				color: #59c8df;
				font-size: 16px;
				margin-top: 0;
			}
			
			/* #### SUBMENU #### */
			#main_left #bg_main ul {
				margin: 0;
				padding: 0 0 8px 0;
				list-style-type:none;
			}	
	
			#main_left #bg_main li {
				margin-bottom: 7px;
			}		

			#main_left #bg_main li a.extra {
				margin-bottom: 7px;
				color: #59c8df;
				border-bottom-color: #59c8df;
			}			
			
								

		#main_left #bg_bottom {
			position: relative;
			background:url(../img/main_left_bg_bottom.png) center top no-repeat;		
			height:20px;
			width:275px;
		}
	
	#main_right {
		min-height: 350px;
		width: 500px;
		margin: 0 0 0 25px;		
		float: right;
		font-family: "Trebuchet MS", Verdana, Arial;
		font-size: 13px;
		color: #fff;	
		line-height: 22px;	
	}
		#main_right h2 {
			color: #59c8df;
			font-size: 19px;
			margin-top: 0;
		}

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

		#main_right a { 
			border-bottom: 1px #59c8df dotted;
			color: #59c8df;
		}
		#main_right a { 
			border-bottom: 1px #59c8df dotted;
			color: #59c8df;
		}	
		#main_right a.lightbox {
			border: none;
		}
	
	#main_clear {
		clear: both;
	}	
	
#main_bottom {
	position: relative;
	font-size:0pt;
	background:url(../img/main_bottom.png) center top no-repeat;		
	height:55px;
	width:900px;
	margin: auto;
	margin-bottom: 25px;
	behavior: url(/static/css/iepngfix.php);		
}


/* allerlei */

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

img {
	border: none;
}

img.photo {
	border: 3px #59c8df 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;
}