@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p, br {
	padding-bottom: 0.8em;
} 

h1 { 
	font-size: 1.8em;
	font-style: italic;
}

h2 { 
	font-size: 1.5em;
	font-style: italic;
}

h3 { 
	font-size: 1.2em; 
	font-style: italic;
}

body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x repeat y;
	background-position: top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #542819;	
}

img, div { 
    behavior: url(iepngfix.htc); 
}


#wrapper {
	top: 50%;
	margin-top: -290px;
	left: 50%;
	margin-left: -490px;
	width: 975px;
	position: absolute;	
}

#head {
	background-image: url(../images/head.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 975px;
	height: 120px;
}

#laufband {
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 98px;
	padding-left: 180px;
	width: 655px;
	height: 20px;
}

#content_left {
	background-image: url(../images/navi.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 226px;
	height: 426px;
	float: left;
}

#menu1 {
	width: 185px;
	height: 380px;
	padding: 30px 0 0 20px;
}

ul.menu1_level1 {	
	list-style-type: none;
}

.menu1_level1 {	
	padding-left:0px;
	display: block;
	width: 80px;
}

.menu1_level1 a, .menu1_level1 a:visited {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: 700;
	color: #542819;	
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 1px solid #542819;
}

.menu1_level1 a:hover {
	color: #903;
	font-style: italic;
	font-weight: bold;
}

.menu1_level1_act a, .menu1_level1_act a:visited {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 80px;
	color: #903;
	display: block;
	letter-spacing: 1px;
	text-decoration: none;
	list-style-type: none;
	font-style: italic;
	font-weight: bold;
}

ul.menu1_level2 {	
	list-style-type: none;
	padding-left: 35px;
}

.menu1_level2 a, .menu1_level2 a:visited {
	text-decoration: none;
	color: #542819;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	list-style-type: none;
	width: 130px;
	border-bottom: 1px dotted #542819; 
}

.menu1_level2 a:hover,
.menu1_level2_act a, .menu1_level2_act a:visited {
	width: 130px;
	color: #903;
	display: block;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 1px dotted #542819; 
	list-style-type: none;
	font-style: italic;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main_content {
	background-image: url(../images/content_start.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 426px;
	width: 749px;
	float: right;
}

#footer {
  	clear: both;
  	background-image: url(../images/footer.png);
  	background-position: top;
  	background-repeat: no-repeat;
  	width: 975px;
  	height: 30px;
}

#footer_text { 
	padding-top: 3px;
  	padding-left: 110px;
  	font-weight: bold;
}

#footer a {
	color: #542819;	
}
