
/*Body*/
body{
font-family:arial;
font-size:12px;
background-color:#CCCCCC;
}
/* ID Header */
#header{
width:800px;
color:white;
text-align:right;
font-weight:bold;
font-size:12px;
}

/* ID Footer */
#footer{
width:800px;
color:white;
text-align:center;
font-weight:bold;
font-size:12px;
}

/* Backgrounds*/
.bgcolor{
background-color:white;
}
.bg_orange{
background-color:#383CCF;
}
.bg_white{
background-color:white;
width:190px;
text-align:center;
}
.bgcolor_grau{
background-color:#CCCCCC;
}
/* Content */
#content{
background-color:white;
vertical-align:top;
margin-left:10px;
margin-right:5px;
width:600px;
background-attachment: fixed;
background-image: url(images/zelt_gross.gif);
background-repeat: no-repeat;
background-position: center;
font-size:12px;
}
.content_klein{
background-color:white;
vertical-align:top;
width:266px;
padding-left:10px;
}
/* Navigation */
.navi{ 
background-color:#808080;
color:white;
width:160px;
vertical-align:top;
font-weight:bold;
font-size:12px;
}
.unterlink{
background-color:#383CCF; 
color:white;
width:156px;
font-weight:bold;
font-size:12px;
}

/* Vertical Aligns*/
td.top{
vertical-align:top;
}
table.top{
vertical-align:top;
}
table.formular{
width:600px;
font-size:12px;
background-color:white;
padding:10px;
}
td.topcontent{
vertical-align:top;
}

/* Überschriften */
h1{
font-family:arial;
font-size:14px;
color:#383CCF;
font-weight:bold;
}
h2{
font-family:arial;
font-size:12px;
color:black;
font-weight:bold;
}

/*Links und deren Farben*/
a:link {
color:white;
text-decoration:none;
}
a:visited {
color:white;
text-decoration:none;
}
a:hover {
color:white;
text-decoration:underline;
}
a:active {
color:white; 
text-decoration:none;
}
a:focus {
color:white; 
text-decoration:none;
}
a#footer {
color:white;
text-decoration:underline;
text-align:center;
}
a#header {
color:white;
text-decoration:none;
}

#acontent{
font-family:arial;
font-size:12px;
color:#383CCF;
font-weight:bold;
}

#anavi{
font-family:arial;
font-size:12px;
color:white;
font-weight:bold;
}

/* Tables*/
.table2{
width:802px;
}

/* Balken */
.balken{
background-color:#383CCF;
width:800px;	
color:white;
font-weight:bold;
font-size:12px;						
}
.balken_klein{
background-color:white;
color:black;
font-weight:bold;
padding-left:10px;
vertical-align:top;						
}
