/* Global */

html    {
}

body    {
background:url('images/bg_kachel.gif');
background-repeat:repeat;
text-align:center;
margin-top:0px;
}




/* Text-Styles */

div     { color: #676767; font-size: 12px; line-height: 20px; font-family: Verdana, Arial, Geneva, Swiss, sans-serif, SunSans-Regular; letter-spacing: 0px }
strong  { color: #555555; }
a       { color: #cc0000; }
h3      { display:inline; color: #555555; font-size: 14px; line-height: 14px; font-weight: bold;}
 
.adresse { color: #dddddd; font-size: 11px; line-height: 14px; font-family: Verdana, Arial, Geneva, Swiss, sans-serif, SunSans-Regular; letter-spacing: 0px }



/* DIVs */

#container  {
background-color:#ffffff;
width:935px;
margin:0px auto;
text-align:left;
border:0px;
}

#left {
background-color:#ffffff;
width:228px;
float:left;
border: 0px;
}

#content {
border:0px solid #efeff7;
background-color:#ffffff;
width:637px;   /* 707 - 2x Padding */
float:right;
padding:0px 35px;
}

#header {
height:294px;

border:0px solid #efeff7;
background-color:#ffffff;
width:637px;   /* 707 - 2x Padding */
float:right;
padding:0px 35px;
}

#form {
// nur zum ausblenden;
}


/*Main-Navigation*/

#nav_element_select {
width: 228px;
height: 27px;
background:url('images/nav_status.gif');    /* enthält alle 3 Navi-Hintergründe */
background-position: 0px 0px;       /* rot */
background-repeat: no-repeat;
}

#nav_element a {
width: 228px;
height: 27px;
background:url('images/nav_status.gif');    /* enthält alle 3 Navi-Hintergründe */
background-position: 0px -27px;     /* weiß */
background-repeat: no-repeat;
display: block;
}

#nav_element a:hover {
width: 228px;
height: 27px;
background:url('images/nav_status.gif');    /* enthält alle 3 Navi-Hintergründe */
background-position: 0px -54px;     /* grau */
background-repeat: no-repeat;

}


.navi   {
font-size: 15px;
font-weight: bold;
color: #ffffff;
line-height: 27px;
font-family: Arial, Geneva, Swiss, sans-serif, SunSans-Regular;
letter-spacing: 0px;
text-transform: uppercase;
padding: 0px 0px;          /* PROBLEM im IE */
}

a.navi {
color: #cc0000;
text-decoration: none;
}

a.navi:hover {
color: #ffffff;
text-decoration: none;
}

.navispacer {
font-size: 15px;
font-weight: bold;
line-height: 27px;
font-family: Arial, Geneva, Swiss, sans-serif, SunSans-Regular;
}

.navismall   {
font-size: 12px;
font-weight: bold;
color: #ffffff;
background-color:#cc0000;
line-height: 27px;
font-family: Arial, Geneva, Swiss, sans-serif, SunSans-Regular;
letter-spacing: 1px;
text-transform: uppercase;
padding: 0px 0px;          /* PROBLEM im IE */
}

a.navismall {
color: #cc0000;
background-color: #ffffff;
text-decoration: none;
}

a.navismall:hover {
color: #ffffff;
background-color: #afb0b1;
text-decoration: none;
}








 /* Footer */
#footer {
width:627px;
line-height: 16px;
}

.footer {
font-size: 12px;
//font-weight: bold;
color: #cc0000;
font-family: Arial, Geneva, Swiss, sans-serif, SunSans-Regular;
letter-spacing: 1px;
text-transform: uppercase;
padding: 0px 0px;
}

a.footer {
	color: #cc0000;
	text-decoration: none;
}

a.footer:hover {
	color: #cc0000;
	text-decoration: underline;
}
