html,
body{
	height:100%;
	padding:0px;
	margin:0px;
}

body{
	font-family:Arial;
	font-size:11px;
	background-color:#FBF9ED;
}

ul{

	margin-left:15px;
	margin-top:4px;
	padding-left:0px;
	line-height:16px;
}

br.clear{
	clear:both;
}

/* Text
-----------------------------------------------*/
h1{
	font-size:190%;
	color:#723c19;
	font-family:Georgia, Times New Roman;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:10px;
}

h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:110%;
	color:#723c19;
}

p{
	line-height:16px;
	margin-top:0px;
	margin-bottom:5px;
}

strong{
	color:#723c19;
}

/* Menüleiste
-----------------------------------------------*/
#menu{
	position:relative;
	z-index:100;
	float:left;
	height:22px;
	width:100%;
	padding-left:14px;
	background:url(../pics/bg_menu.jpg) repeat-y;

}

#menu ul{
	margin-top:0px;

}

#menu ul li{
	text-align:center;
	position:relative;
	float:left;
	list-style-type:none;
	font-size:14px;
	margin-right:6px;
}


#menu ul li ul{
	width:120px;
  	display: none;
  	position: absolute;
	left:0px;
	top:22px;
}

#menu ul li:hover ul,
#menu ul li.mover ul{
	display: block;
	margin-left:10px;
	padding-left:0px;
}

#menu ul li ul li{
	list-style-type:none;
}

#menu ul li ul li a {
	opacity:0.9;
	filter:alpha(opacity=90);
	display:block;
	height:20px;
	width:140px;
	padding-top:5px;
	color:rgb(135,59,25);
	text-decoration:none;
	border-right:none;
	border-left:none;
	border-top:1px solid #DBB797;
	background-color:#F8F1E2;
	padding-left:0px;
	padding-right:0px;
}

#menu ul li a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:rgb(135,59,25);
	font-size:14px;
	font-family:Georgia, Times New Roman;
	font-weight:normal;
	float:left;

	padding-top:3px;
	height:19px;
	padding-left:28px;
	padding-right:28px;

}

#menu ul li a:hover, a:active{
	color:orange;
}

/* Struktur
-----------------------------------------------*/
#centerFrame{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-440px;
	margin-top:-270px;
	width:880px;
	height:400px;

}

#header{
	position:relative;
	float:left;
	height:135px;

}

#content{
	position:relative;
	float:left;
	height:285px;
	width:687px;
	padding:32px 90px 15px 110px;
	background:url(/pics/bg_content.jpg) repeat-y;
}

div.columnleft{
	position:relative;
	float:left;
	width:330px;
	padding:0px 10px 0px 0px;

}

div.columnright{
	position:relative;
	float:left;
	width:320px;
	padding:0px 0px 0px 10px;

}

#footer {
	float:left;
	width:100%;
	padding-top:14px;
	background:url(../pics/bg_footer.jpg) no-repeat;
	font-size:100%;
	text-align:center;
	color:rgb(135,59,25);
}

#footer a, #footer a:hover{
	color:rgb(135,59,25);
	text-decoration:none;
}

#copyright{
	position:absolute;
	bottom:5px;
	right:56px;
	font-size:10px;
}

a{
	color:rgb(135,59,25);
}

a:hover{
	color:orange;
}

a.pdf{
	background:transparent url(/bilder/pdf.gif) no-repeat scroll left center;
	display:inline-block;
	padding-left:20px;
	padding-top:3px;
}
