body {
background-image:url(../bilder/alle_seiten/bg_body.jpg);
font-size:12px;
font-family:Verdana, Arial, sans-serif;
color:#000;
padding:0;
margin:0;
line-height:18px;
}

* {
padding:0;
margin:0;
outline:none;
}

a { color:#41829c;}
a:hover { color: #70a9c1;}

img {
border:none;
}

/* headings */
h1 {
font-family:'Trebuchet MS', Arial, Verdana, sans-serif; 
font-size:28px;
font-weight:bold;
color:#575757;
border-bottom:1px dashed #e4e4e4;
padding:8px 0;
margin:0 0 10px;
line-height: 25px;
}

.schwarzschmal {
font-family:'Trebuchet MS', Arial, Verdana, sans-serif; 
font-size:14px;
font-weight:bold;
color:#575757;
border-bottom:1px dashed #e4e4e4;
padding:8px 0;
margin:0 0 10px;
line-height: 17px;
}




.rot {
background: #A52318;
color: #FFFFFF;
font: 11px Verdana, Arial;
height: 20px
}

.rot1 {
background: #A52318;
color: #FFFFFF;
font: 11px Verdana, Arial;
height: 20px
}

.schwarztop {
background: #000000;
color: #FFCC99;
font: 11px Verdana, Arial;
height: 30px;
padding: 2px 2px 2px 5px;
} 

.blue {
font-family:'Trebuchet MS', Arial, Verdana, sans-serif; 
font-size:28px;
font-weight:bold;
color:#3D22EB;
border-bottom:1px dashed #e4e4e4;
padding:10px 0;
margin:5px;
line-height: 30px;
}


/* structure */
#wrapper {
clear:both;
width:1200px;
margin:0 auto;
position:relative; bottom:344px;
}

#shadows {
clear:both;
width:1228px;
margin:0 auto;
}

#content {
background-image:url(../bilder/alle_seiten/content_bg.png);
background-repeat:repeat-y;
width:1200px;
height:auto;
margin:0;
overflow:hidden;
}

#right {
float:right;
width:100px;
margin:0;
}

#middle {
float:left;
width:1050px;
margin:10px 0 20px 20px;
}

/* Topnavigation */
#topnav {
background-image:url(../bilder/alle_seiten/topnav_bg.png);
background-repeat:repeat-x;
width:1200px;
height:50px;
padding:0;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

#topnav ul {
margin:0 0 0 -1px;
padding:0;
list-style:none;
}

#topnav ul li {
background-image:url(../bilder/alle_seiten/topnav_spacer.png);
background-repeat:no-repeat;
background-position:left;
float:left;
padding:0 0 0 2px;
}

#topnav ul li:first-child {
background:none;
}

#topnav ul li a {
display:block;
width:128px;
height:34px;
padding:14px 0 0 0;
margin:0 0 0 0;
text-align:center;
font-size:10px;
font-family: Verdana;
font-weight:bold;
color:#000;
text-decoration:none;
}

#topnav ul li a:hover {
background-image:url(../bilder/alle_seiten/topnav_bg_hover.png);
background-repeat:repeat-x;
}

/* Menü der rechten Spalte */
.menu {
font-size:11px;
}

.menu ul {
list-style-type:none;
margin:1px 0 0 1px;
}

.menu ul li {
background-image:url(../bilder/alle_seiten/menu_spacer.png);
background-repeat:no-repeat;
background-position:bottom;
height:31px;
width:192px;
margin:0;
overflow:hidden;
}

.menu ul li a {
background-image:url(../bilder/alle_seiten/dot.png);
background-repeat:no-repeat;
background-position:11px 11px;
display:block;
width:192px;
height:31px;
color:#707070;
text-shadow:1px 1px 0 #fff;
text-decoration:none;
padding:6px 0 0 30px;
margin:0;
}

.menu ul li a:hover {
background-position:18px 11px;
padding:6px 0 0 37px;
}

/* footer */
#footer {
clear:both;
background-image:url(../bilder/alle_seiten/shadow.png);
background-repeat:no-repeat;
width:880px;
height:15px;
margin:0;
padding:10px 10px 0;
font-size:11px;
color:#375869;
}


#shadowing
{
	display: none;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}



#box 
{
	display: none;
	width: 100%;
	height: 100%;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
}


#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
}

#boxtitle
{
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	color:black;
	text-align:center;
}

