body{
	margin: 7px;
	padding: 0;
	background: url(images/bildstreifen.gif) repeat-x fixed center;
	color: silver;
	font: 0.8em Arial, sans-serif;
}


#wrapper{
/*color:#EBFFEB;*/
	width: 750px;
	margin: 0 auto;
	border: 1px #720033 solid;
	background: #fff;
}

/* Header styles*/
#header{
	margin: 5px -25px;
	height: 180px;
	padding-left: 220px;
	background: #720033 url(images/bildlogo.jpg) no-repeat 50px;
}
header span{
	color: #A087A7;	
	}

.site_header{
	position: absolute;
	margin-left: 100px;
	margin-top: 50px;
	font-size: 3.5em;
	font-weight: bold;
	color: #A087A7;
	
}

.subheader{
position:absolute;
margin-left:145px;
margin-top:105px;
font-size:1.75em;
color:#EBFFEB;

}
.subheader span{
	font-size: 1.85em;
}
.main{
text-align:left;
margin-left:50px;

}

/*Top navigation styles*/
#main_nav{
position:relative;
top:5px;
right:5px;
text-align:right;

padding:4px;
}

#main_nav a{
	color: black;
	font-size: 1.1em;
	text-decoration: none;
	padding-left: 25px;
	background: #FBFFFB ;
}
#main_nav a.now{
	font-weight: 600;
	background: url(images/3pfeile_ani.gif) no-repeat left;
}
#main_nav a.last{
	text-decoration: none;
	padding-right: 5px;
	background: #FBFFFB;
}

#main_nav a:hover{
color:white;
background-color: #A0a0a0;
}

/* Left navigation column styles*/
#leftbox{
	position: relative;
	top: 10px;
	float: left;
	width: 170px;
	margin-left: 0px;
	padding: 5px;
	/*background-color: #D8B1B8;*/
	 background-color: #720033;
	height: 565px;
}

#leftbox p{
padding-left:4px;
}

#leftbox h1{
color:#A09090;
font-size:1.35em;
padding-left:4px;
padding-top:14px !important;
padding-top: 23px;

font-weight: normal;
}

#leftbox h2{
color:#83BB83;
font-size:1em;
padding-left:4px;
}

#leftbox ul{
list-style:none;
margin:0;
padding:5px 5px 0 5px;
}

#leftbox ul li{
margin:0;
padding:0 0 0 5px;
}

#leftbox ul li a{
display:block;
margin-left:-5px;
width:150px;
line-height:1.5em;
background:#FBFFFB ;
text-decoration:none;
padding:5px;
color:#808080;
border-bottom:1px solid #83BB83;
}

#leftbox ul li a:hover{
color:white;
	background: #Ad9d9d url(images/link-hover.gif) no-repeat right;
	border-bottom: 1px solid #5A885A;
	padding-left:5px;
}
#leftbox li{
	margin: 0;
	background: #fff;
	padding: 20px;
}

#leftbox ul li a.now{
	font-weight: 600;
	color: #fff;
	text-decoration: underline;
	background: #Ad9d9d url(images/link-active.gif) no-repeat right;
}

/* Main body text styles*/
.ueberschrift{
	padding-left: 15px;
	background: url(images/bullet.jpg) no-repeat left 4px;
}
#text{
position:relative;
top:10px;
float:right;
width:550px;
}

#text p{
padding:2px 2px 7px;
}

#text ul{
list-style:url(images/bullet.jpg);
line-height:1.15em;
}

#text ol{
list-style:lower-roman;
line-height:1.15em;
}

#text h1{
font-size:1.45em;
padding:3px;
margin:15px 5px 5px 2px;
border-top:1px solid #A22340;
border-left:1px solid #A22340;
border-right:1px solid #A22340;
}

#text h2{
	font-size: 1.1em;
	padding: 2px 2px 2px 5px; /*border-left: 1px solid #84ba84;*/
}

#text h3{
	font-size: 0.9em;
	padding: 12px 2px 2px 5px;
}

#text blockquote{
background:#FBFFFB url(images/block.jpg) top left no-repeat;
border-top:1px solid #EBFFEB;
border-bottom:1px solid #EBFFEB;
border-right:1px solid #EBFFEB;
border-left:4px solid #EBFFEB;
padding:4px 4px 4px 25px;
margin:2px 10px;
text-align:justify;
}

#text a{
color:#777;
border-bottom:1px dotted #777;
text-decoration:none;
}

#text a:hover{
color:#000;
border-bottom:1px solid #000;
}

#text img{
border:1px solid #A22340;
margin:2px;
padding:4px;
float:right;
}

/*Footer styles*/
#footer {
	color: #ebffeb;
	padding: 5px;
	clear: both;
	background-color: #720033;
	font-size: 0.85em;
	text-align: right;
	
}

#footer a {
color:#ebffeb;
border-bottom:1px dotted #000;
text-decoration:none;
}

#footer a:hover {
border-bottom:1px solid #808080;
text-decoration:none;
}
