/*-------------------------------------------------------------------
							Allgemeines
-------------------------------------------------------------------*/

html{
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; 
	line-height: 140%;
	min-height: 100%%; /* hinzugefüht*/
    height: auto !important; /* hinzugefüht*/
    height: 100%; /* hinzugefüht*/
	color: #000;
	background-image: url(pictures/background_body.gif);
}

#layer_main {
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 100%;
	min-height: 100%; /* hinzugefüht*/
    height: auto !important; /* hinzugefüht*/
    height: 100%; /* hinzugefüht*/
	z-index: 100;
}
*html #layer_main { /* fuer IE */
	margin: 10px 0px 0px 0px;
}


#wrapper {
	position: absolute;
	top: 10px;
	margin: 0px 0px 0px 10px;
	width: 1000px;
	min-height: 120%; /* hinzugefüht*/
    height: auto !important; /* hinzugefüht*/
    height: 120%; /* hinzugefüht*/
	background-color: #FFF;
	text-align: left;
}
*html #wrapper { /* fuer IE */
	margin: 20px 0px 0px 10px;
}

#impressum {
	position: relative;
	top: 10px;
	margin: 20px 10px 0px 10px;
	width: 980px;
	height: 25px;
	text-align: left;
	border-top: solid #FC0;
}

/*-------------------------------------------------------------------
								Header
-------------------------------------------------------------------*/

#header {
	position: relative;
	top: 3px;
	left: 10px;
	margin: 0;
	padding: 0;
	height: 250px;
	width: 980px;
	background-image: url(pictures/header.gif);
}

/*-------------------------------------------------------------------
						Hauptmenue/Linke Spalte
-------------------------------------------------------------------*/

#menu {
	position: absolute;
	top: 273px;
	left: 10px;
	margin: 0;
	padding: 0;
	height: auto;
	width: 210px;
	color: #FFF;
}

#menu_top {
	position: relative;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 210px;
	background-image: url(pictures/corner_menu_top.png);
}

#menu_content {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	height: auto;
	width: 200px;
	background-image: url(pictures/background_menu.png);
}

#menu_bottom {
	position: relative;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 210px;
	background-image: url(pictures/corner_menu_bottom.png);
}


/*-------------------------------------------------------------------
						Untermenue/Linke Spalte
-------------------------------------------------------------------*/

#submenu {
	position: relative;
	top: 13px;
	margin: 0;
	padding: 0;
	height: auto;
	width: 210px;
	color: #FFF;
}

#submenu_top {
	position: relative;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 210px;
	background-image: url(pictures/corner_submenu_top.png);
}

#submenu_content {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	height: auto;
	width: 200px;
	background-image: url(pictures/background_submenu.png);
}

#submenu_bottom {
	position: relative;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 210px;
	background-image: url(pictures/corner_submenu_bottom.png);
}

/*-------------------------------------------------------------------
						Inhaltsbereich/Content
-------------------------------------------------------------------*/


#content {
	position: relative;
	top: 13px;
	left: 230px;
	margin: 0;
	padding: 0;
	height: auto;
	width: 540px;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#content a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

/*-------------------------------------------------------------------
						Extras/Rechte Spalte
-------------------------------------------------------------------*/

#right_layer {
	position: absolute;
	top: 273px;
	right: 10px;
	margin: 0;
	padding: 0;
	height: auto;
	width: 210px;
}

#extras {
	position: relative;
	top: 13px;
	margin: 0;
	padding: 0;
	height: auto;
	width: 210px;
	color: #FFF;
}

/*-------------------------------------------------------------------
						News und Zooplan
-------------------------------------------------------------------*/

#news_map {
	position: relative;
	margin: 0;
	padding: 0;
	height: auto;
	width: 210px;
	font-size: 70%;
	color: #FFF;
}

#news_top {
	position: relative;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 210px;
	background-image: url(pictures/corner_news_top.png);
}

#news_content {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	height: auto;
	width: 190px;
	text-align: justify;
	background-image: url(pictures/background_news.png);
}

#news_content a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#news_content a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

#news_bottom {
	position: relative;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 210px;
	background-image: url(pictures/corner_news_bottom.png);
}

/*-------------------------------------------------------------------
								Rahmen
-------------------------------------------------------------------*/

#corner_wrapper_top {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 1000px;
	background-image: url(pictures/corner_wrapper_top.gif);
}

#corner_wrapper_bottom {
	position: relative;
	top: 7px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 1000px;
	background-image: url(pictures/corner_wrapper_bottom.gif);
}

/*-------------------------------------------------------------------
						Schrifttypen
-------------------------------------------------------------------*/

#type1 {
	font-size: 130%;
	line-height: 140%;
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #000;
}

#type2 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	margin: 12px 0px 4px 0px;
	color: #000;
}

#type3 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	margin: 12px 0 4px 0px;
	color: #000;
}

#type4 {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	margin: 4px 0 4px 0;
	color: #000;
}

#type5 {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	margin: 4px 0 4px 0;
	padding: 2px 2px 4px 2px;
	background-color: #f4f4f4;
	color: #000;
	width: 99%;
}

#type6 {
	font-size: 90%;
	line-height: 120%;
	font-weight: normal;
    color: #000;
	margin: 4px 0 4px 0;
}

#type7 {
	position: absolute;
	top: 0px;
	width: 960px;
	font-size: 200%;
	line-height: 110%;
	font-weight: bold;
    color: #fff;
	margin: 0px 10px 0px 10px;
	text-align: left;
}

#type8 {
	position: absolute;
	top: 10px;
	width: 960px;
	font-size: 100%;
	line-height: 110%;
	font-weight: bold;
    color: #fff;
	margin: 0px 10px 0px 10px;
	text-align: right;
}

/*-------------------------------------------------------------------
						Links im Menue
-------------------------------------------------------------------*/


#menu_content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-style: normal;
}

*html #menu_content ul { /* fuer IE  */
	margin: 40px 0 0 0;
}

#menu_content ul ul {
	margin: 0;
	padding: 0;
}

#menu_content ul ul ul {
	border-bottom: none;
}

#menu_content ul li {	
	display: block;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 100%;
}
*html #menu_content ul li { /* fuer IE  */
	line-height: 150%;
	width: 200px;
}

#menu_content li ul li {
	display: block;
	width: 200px;
	height: auto;
	margin:  0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}
*html #menu_content li ul li { /* fuer IE  */
	line-height: 150%;
	width: 200px;
} 

#menu_content li ul li ul li {
	display: block;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}
*html #menu_content li ul li ul li { /* fuer IE  */
	line-height: 150%;
	width: 200px;
} 

#menu_content li ul li ul li ul li {
	display: block;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}
*html #menu_content li ul li ul li ul li { /* fuer IE  */
	line-height: 150%;
	width: 200px;
} 

#menu_content li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display:block;
}

#menu_content li a.aktiv {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#menu_content li a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #003;
}

#menu_content li ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;

}

/*-------------------------------------------------------------------
						Links im Submenue
-------------------------------------------------------------------*/


#submenu_content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-style: normal;
}

*html #submenu_content ul { /* fuer IE  */
	margin: 40px 0 0 0;
}

#submenu_content ul ul {
	margin: 0;
	padding: 0;
}

#submenu_content ul ul ul {
	border-bottom: none;
}

#submenu_content ul li {	
	display: block;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 100%;
}
*html #submenu_content ul li { /* fuer IE  */
	line-height: 150%;
	width: 200px;
}

#submenu_content li ul li {
	display: block;
	width: 200px;
	height: auto;
	margin:  0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}
*html #submenu_content li ul li { /* fuer IE  */
	line-height: 150%;
	width: 200px;
} 

#submenu_content li ul li ul li {
	display: block;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}
*html #submenu_content li ul li ul li { /* fuer IE  */
	line-height: 150%;
	width: 200px;
} 

#submenu_content li ul li ul li ul li {
	display: block;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}
*html #submenu_content li ul li ul li ul li { /* fuer IE  */
	line-height: 150%;
	width: 200px;
} 

#submenu_content li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display:block;
}

#submenu_content li a.aktiv {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#submenu_content li a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #060;
}

#submenu_content li ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;

}