/* **************************************************** */
/* 		    		  Allgemein							*/
/* **************************************************** */

* {
  margin: 0px;
  padding: 0px;
}

html, body {
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
}

/* **************************************************** */
/* 		    		  Seite allgemein					*/
/* **************************************************** */

#page {
	position: absolute;
	left: 50%;
	width: 969px;
	margin: 12px 0px 0px -485px;
}

.hidden {
	display: none;
}

/* **************************************************** */
/* 		    		  Layout							*/
/* **************************************************** */

#head {
	display: block;
	clear: both;
	width: 969px;
	height: 137px;
	background-image: url(../images/head.jpg);
}

#logo {
	float: left;
	display:inline;
	width: 164px;
	height: 71px;
	margin: 14px 0px 0px 12px;
}

#main {
	width: 969px;
	height: 100%;
	background-image:url(../images/page_bg.gif);
}

#content_start {
	display:block;
	float: left;
	width: 560px;
	padding: 29px 26px 29px 26px;
	font-size: 11px;
	background-image:url(../images/start_bg.gif);
	background-repeat:no-repeat;
	height: 370px;
	line-height: 16px;
}

#content {
	display:block;
	float: left;
	width: 560px;
	padding: 29px 26px 29px 26px;
	font-size: 11px;
}

#footer {
	display: block;
	widht: 969px;
	height: 16px;
	background-image: url(../images/footer_bg.gif);
	clear: both;
}

/* **************************************************** */
/* 		    		  Navigation						*/
/* **************************************************** */

/* Metanavigation
--------------------------------------------------------*/

#bookmark {
	width: 360px;
	font-size: 11px;
	color: #fff;
	margin: 10px 0px 10px 0px;
	float: right;
	padding-right: 10px;
	text-align: right;
	
}

#bookmark a {
	margin-left: 5px;
	border: none;
}

#bookmark img {
	border: none;
	vertical-align:middle;
}

#metanavigation {
	font-size: 11px;
	margin-bottom: 10px;
	float: right;
}

#metanavigation li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	padding-left: 12px;
	background-image:url(../images/meta_arrow.gif);
	background-repeat: no-repeat;
	
}

#metanavigation li:hover {
	background-image:url(../images/meta_arrow_hi.gif);
	background-repeat: no-repeat;
}

#metanavigation a {
	color: #363487;
	text-decoration: none;
}

#metanavigation a:hover, #metanavigation a:active {
	color: #fff;
}

#metanavigation a.clicked {
	color: #fff;
	text-decoration: none;
}

#metanavigation li.clicked {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	padding-left: 12px;
	background-image:url(../images/meta_arrow_hi.gif);
	background-repeat: no-repeat;
	
}

/* Navigation Level 01
--------------------------------------------------------*/

#nav {
	font-size: 11px;
	width: 176px;
	display:block;
	float: left;
}

#nav ul.level1 {

}
#nav li.level1 {
	width: 176px;
	height: 20px;
	list-style-type: none;
	padding-top: 5px;
	background-image:url(../images/nav01.gif);
	background-repeat: no-repeat;
	
}

#nav li.level1:hover {
	background-image:url(../images/nav01_hi.gif);
	background-repeat: no-repeat;
}

#nav a.level1 {
	margin-left: 30px;
	color: #363487;
	text-decoration: none;
	font-weight: bold;
}

#nav a.level1:hover, #nav a.level1:active {
	color: #fff;
}

#nav li.level1_clicked {
	width: 176px;
	height: 20px;
	list-style-type: none;
	padding-top: 5px;
	background-image:url(../images/nav01_hi.gif);
	background-repeat: no-repeat;
}

#nav a.level1_clicked {
	margin-left: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* Navigation Level 02
--------------------------------------------------------*/

#nav ul.level2 {
	background-image: url(../images/nav02.gif);
	background-repeat:repeat-y;
}

#nav .level2_head {
	width: 176px;
	height: 10px;
	background-image: url(../images/nav02_head.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

*html #nav .level2_head {
	margin-top: 0px;
}

#nav .level2_footer {
	width: 176px;
	height: 10px;
	background-image: url(../images/nav02_footer.gif);
	background-repeat:no-repeat;
}

*html #nav .level2_footer {
	margin-bottom: -2px;
}

#nav li.level2 {
	width: 176px;
	margin-left: 30px;
	list-style-type: none;
	padding-bottom: 10px;
	
}

* html #nav li.level2 {
	width: 146px;
}

#nav a.level2 {
	color: #363487;
	text-decoration: none;
}

#nav a.level2:hover, #nav01 a:active {
	color: #fff;
}

#nav a.level2_clicked {
	color: #fff;
	text-decoration: none;
}

/* Navigation Level 03
--------------------------------------------------------*/

#nav ul.level3 {

}

#nav .level3_head {
	width: 176px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

*html #nav .level3_head {
	margin-top: 0px;
}

#nav .level3_footer {
	width: 176px;
	height: 0px;
}

*html #nav .level3_footer {
	margin-bottom: -2px;
}

#nav li.level3 {
	width: 176px;
	margin-left: 10px;
	list-style-type: none;
	padding-bottom: 6px;
	
}

* html #nav li.level3 {
	width: 146px;
}

#nav a.level3 {
	color: #363487;
	text-decoration: none;
}

#nav a.level3:hover, #nav01 a.level3:active {
	color: #fff;
}

#nav a.level3_clicked {
	color: #fff;
	text-decoration: none;
}

/* Navigation - empty list
--------------------------------------------------------*/
li.empty {
	list-style-type: none;
	background-color: #FCCE69;
}

/* Teaser
--------------------------------------------------------*/

#teaser {
	display:block;
	float: left;
	width: 144px;
	padding: 16px;
	font-size: 10px;

}

