*
{
	margin:0px;
	padding:0px;
}
body
	{
		background:url(../img/layout/back.gif) transparent;
		font: normal 82% "Trebuchet MS", "Myriad Web", Tahoma, Geneva, Arial, Helvetica, sans-serif;
		margin:0px;
		padding:0px;
	}

#page
{
	margin: 0px auto;
	width: 848px;
	text-align: left;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	background-color:#C1D1BC;

}
#header
{
	background-color:transparent;
}
#obere_zeile
{
	background:url(../img/layout/zeile_oben.gif) transparent;
	height:20px;
	width:850px;
	margin:auto;
	margin-top:10px;
}
#untere_zeile
{
	background:url(../img/layout/zeile_unten.gif) transparent;
	height:20px;
	width:850px;
	margin:auto;
	margin-bottom:10px;
}
#logozeile
{
	padding:5px;
	height:77px;
	background:url(../img/layout/hintergrund_logo_zeile.gif)  repeat-x #C1D1BC;
}
#logo
{
	margin-left:15px;
	float:left;
}
#logozeile .adresse
{
	text-align:right;
	font-size:11px;
	margin-right:10px;
	margin-top:30px;
}
#main
{
	background-color:#C1D1BC;
	padding-left:15px;
	padding-right:5px;
	margin-top:15px;
}
#left
{
	width:200px;
	float:left;
	display:block;
	border:0px solid #000;
}
#content
{
	margin-left:5px;
	width:600px;
	text-align:left;
	padding:5px;
	display:block;
	float:right;
	/* background-color:#fff; */
}
#footer
{
	text-align:center;
}

#content .bild_inhalt
{
	border:1px solid #335588;
	margin:10px;
}
#content p{
text-align:justify;
}

#content ul
{
	margin-left:15px;
	list-style-type:square;

}


#content h1,h2{
margin:10px 0 10px 0;
padding:2px 0 2px 5px;
font:bold 16px verdana, sans-serif;
border-left:10px solid #00265C;
border-bottom:1px solid #00265C;}
#content h3{
margin:25px 0 10px 0;
padding:2px 0 2px 5px;
font:bold 14px verdana, sans-serif;
border-left:8px solid #00265C;
border-bottom:1px solid #00265C;}
#content h4{
margin:25px 0 10px 0;
padding:2px 0 2px 5px;
font:bold 12px verdana, sans-serif;
border-left:6px solid #00265C;
border-bottom:1px solid #00265C;}

ul.nav
{
	border:0px solid #000;
	padding-top:10px;
}

ul.nav li
{
	list-style-type:none;
	border:0px solid #000;
}
ul.nav li a,ul.nav li a:link,ul.nav li a:visited
{
   background-image: url(../img/layout/pfeil_rechts.gif);
   background-repeat: no-repeat;
   background-position: 5px .3em;
   padding: 3px 5px 1px 25px;

   background-color:#ADBCA9;
   display: block;
   width:180px;
   height:25px;
   border:1px solid #000;
   margin-top:2px;
   text-decoration:none;
   font-size:92%;
}
ul.nav li a:hover,a:active
{
   background-color: #f1f6f5;
   color: #333;
}

ul.nav li a.einschub,ul.nav li a.einschub:link,ul.nav li a.einschub:visited
{
   background-image: url(../img/layout/pfeil_rechts.gif);
   background-repeat: no-repeat;
   background-position: 5px .3em;
   padding: 3px 5px 1px 25px;

   background-color:#ADBCA9;
   display: block;
   width:150px;
   height:25px;
   border:1px solid #000;
   margin-top:2px;
   text-decoration:none;
   font-size:92%;
   margin-left:30px;
}
ul.nav li a.einschub:hover,a.einschub:active
{
   background-color: #f1f6f5;
   color: #333;
}

a,a:link,a:visited {
		color: #013d92;
        text-decoration: underline;
        }

a:hover, a:active {
        text-decoration: none;
        }
fieldset.contactform
{
	padding:5px;
	border:1px solid #00265C;
}
fieldset.contactform legend
{
	font-weight:bold;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 3px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmltooltip img
{
	border: 1px solid black;
	margin:2px;
}

#cooparation
{
	text-align:center;
	margin-top:5px;
}
#cooparation img
{
	border:0px;
}
td.gast{

        FONT-SIZE: 10px;
        COLOR: white;
        background-color: #00265C;
        padding:3px;
}
td.gast3{
         text-align:left;
        FONT-SIZE: 11px;
        COLOR: black;
        border-color: #00265C;
        border-style : solid;
        border-width : 1px;
        background-color: #fff;
        padding:3px;
}