/*  general stuff */
* {margin:0px; padding:0px;}

body {
width:900px;
margin:auto;  /* zentriert body */
margin-top:30px;
background-color: #fff;
font-family:arial,verdana, helvetica, sans-serif;
}

img.bild {
padding-left:15px;
}
img.bild2 {
padding-left:60px;
}
img.bild1 {
padding:0px;
}
h1 {
color:#666;
font-size: 14px;
font-weight:bold;
line-height:40px;
}

h2 {
color:#666;
text-align: left;	
font-size: 12px;
font-weight:bold;
line-height:18px;
}

h5 {
color:#666;
text-align: left;	
font-size: 11px;
font-weight:bold;
line-height:18px;
}

h1.start {
text-align:center;
}
h2.start {
text-align:center;
}


td {
padding-top:8px;
padding-left:8px;
}	

/* Seitenlayout  */
#container {
margin:auto;
width:900px;
height:auto;
min-height:600px;
background-color:#fff;
background-color:#a2b7cc;
border-top:20px solid silver;
border-left:0px double silver;
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
}

#logo {
background:url(images/logoc.jpg);
width:900px;
height:130px;
}

#fuss {
width:100%;
height: 30px;
background-color:silver;
font-size: 11px;
font-weight:bold;
line-height:25px;
/*	color:#2f53a7;*/
color:#fff;
text-align:center;
clear:both;
border: 0px solid #f00;
}

/* Seiteninhalt */
#text {
background-color:#fff;
font-size: 10px;
text-align:center;
width:702px;
min-height:450px;
height:auto;
float:right;
margin:0px;
padding:0px;
padding-top:20px;
border:0px solid #0f0;
float:right;
}

#text a:link {
background: #fff;
font-weight:normal;
text-decoration:none;
color:#009;
}
#text a:visited{
background: #fff;
font-weight:normal;
text-decoration:none;
color:#009;
padding:0px;
}
#text a:hover {
background:#fff;
text-decoration:underline;
}

#text ul	{
list-style: disc;
list-style-position:outside;
/*display:inline;*/
padding-left:20px;
margin: 0px;
text-align: left;
}

#text li	{	
padding-left:0px;
}

.content {
font-size: 12px;
line-height:20px;
text-align:left;
padding-left:40px;
padding-right: 20px;
}


/* Navigation */
/* Hauptmenue */
* html #menue { height:470px; width:165px; } /*!!!*/ /* nur fuer IE 5.5 - 6.x */
html + body #menue  { height:470px; width:165px; } /*!!!*/ /* nur vom IE 5.0 */
#menue {
background-color:#a2b7cc;
float:left;
width:180px;
min-height:470px;
height: auto;
border:0px solid #00f;
}

#menue a:link, a:visited {
display: block;
background: url(images/menu_bg.jpg) no-repeat;
width: 160px;
height: 25px !important;
height: 25px;
color: #fff;
font-size: 12px;
font-weight: bold;
text-decoration: none;
vertical-align: top;
text-align: left;
margin-left:0px;
padding-top: 5px;
padding-left: 18px;
border:0px solid #999;
}

#menue a:hover {
background-position: 0px -30px;
text-decoration: none;
color:#2f53a7;
}

#menue ul	{
list-style: none;
display: block;
padding-left:0px;
margin: 0px;
text-align: left;
}

* html #menue li { width:160px; } /*!!!*/ /* nur fuer IE 5.5 - 6.x */
html + body #menue li  { width:160px;  } /*!!!*/ /* nur vom IE 5.0 */

#menue li	{
width:180px;
font-size: 12px;
height:30px;
line-height: 25px;
border:0px solid red;
}

* html li.active { width:162px; } /*!!!*/ /* nur fuer IE 5.5 - 6.x */
html + body li.active  { width:162px;  } /*!!!*/ /* nur vom IE 5.0 */
li.active {
width:180px;
padding-left: 18px;
text-align: left;
padding-top: 5px;
font-size: 12px;
height: 30px;
line-height: 25px;
border:0px solid green;
background: url(images/menu_bg_a.jpg) no-repeat;
color:#2f53a7;
font-weight: bold;
}


/* Navigation  */
/* Submenue */

* html li.subactive { width:142px; } /*!!!*/ /* nur fuer IE 5.5 - 6.x */
html + body li.subactive  { width:142px;  } /*!!!*/ /* nur vom IE 5.0 */
li.subactive {
width:160px;
padding-left: 38px;
text-align: left;
padding-top: 5px;
font-size: 12px;
height: 30px;
line-height: 25px;
border:0px solid green;
background: url(images/menu_bg_suba.gif) no-repeat;
color:#2f53a7;
font-weight: bold;
}


.subnavi {
padding-left:20px;
}

/*.subnavi a:link, a:visited{
background: url(images/menu_bg_sub.jpg) no-repeat;
}*/

/* Adressblock unterhalb Navigation - (muss unterhalb der Menueangaben positioniert sein) */	
#info {
width: 170px;
font-size: 11px;
line-height:18px;
/*	color:#2f53a7;*/
color:#fff;
text-align:left;
margin:0px;
padding: 0px;
padding-top:150px;
padding-left:8px;
/*	clear:both;*/
border: 0px solid #0ff;
}

#info a:link  {
display: inline;
padding-left:5px;
background: url(images/1px.jpg) no-repeat;
font-size: 11px;
color:#fff;
font-weight:normal;	
}
#info a:hover {
text-decoration: underline;
color:#2f53a7;
text-align:left;
}

.smaller{
font-size:11px;
line-height:15px;
padding-left:20px;
}

.anfahrt  {
font-size:12px;
line-height:18px;
}

