﻿@charset "utf-8";

/* Hier wird das Layout der Seite Definiert */

noscript span {display:none} 

#body{
	background: #FDF5E6 url(../nz_bilder/background_new.png) repeat-y 50% 0;
}

#banner{
	position:absolute;
	left:50%;
	margin-left:-490px;
	top:0px;
	height:224px;
}

#Maincontainer{
	width:980px;
	background-color:#fff;
	position:absolute;
	left:50%;
	margin-left:-490px;
	top:0px;
	min-height:100%;
	
}
#Logo{
	width:980px;
	background:#FFF;
	position:absolute;
	top:15px;
	text-align:left; 
	height:auto;
	left:0px;
	margin: 0px;
}
#qr{
	position:absolute;
	top: 75px;
	left: 15px;
	height:75px;
}
.logo1{
	margin: 0px;
   margin-top: 15px;
	margin-left:25px;
}

#Navigation{
	width:280px;
	background:#FFF;
	position:absolute;
	top:auto;
	text-align:left;
	height:auto;
	top:255px;
	left:0px;	
}

#balken{
	width:600px;
	background:#FFF;
	position:relative;
	margin-left:280px;
	top:150px;
	height:auto;
	left:0px;
	float:left;
	padding-top:0px;
}
#fuss{
	width:600px;
	background:#FFF;
	position:relative;
	margin-left:280px;
	height:auto;
	left:0px;
	float:left;
	padding-top:0px;
}

#Hauptbereich{
	width:600px;
	background:#FFF;
	position:relative;
	margin-left:280px;
	top:150px;
	height:auto;
	left:0px;
	float:left;
	padding-top:0px;
	padding-bottom:150px;
	
}

#footer {
	bottom:0px;
	position:absolute;
	left:0px;
	
}

#bild_team{
	width:107px;
	height:161px;
	border:0px;
}
.span1{
position:absolute;
left:300px;
max-width:300px;/* or whatever you need*/
}


	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{
		margin-left:2px;
		width:235px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		
		}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color:#043a80;
		text-decoration:none;	
		display:block;
		clear:both;
		width:230px;	
		padding-left:15px;	

	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		border-bottom:1px solid #043a80;
		font-weight:bold;
		margin-left: 10px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
		padding-left:20px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
		padding-left:40px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
