/* CSS Document */

body{
height:100%;
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:0.7em; 
text-align: center;/*fuer IE_quirks (Fehlt die Doctype-Angabe, wird der Quirks-Modus verwendet)*/
font-weight:normal;
line-height:1.5em;
}

p {margin:0; padding:0;line-height:1.5em;}
*html p { line-height:1.1em;}
strong {color:#666;}

.small {font-size: x-small}
.large {font-size:medium;}
.red{color:#f00;}


h1 { font-size:1em; color:#335275;}
h2 { font-size:1.1em; color:#335275;}

hr {height: 1px;border: 0 none; border-top: 1px dotted #ccc; margin-top:10px;}

.top {
background: transparent url(images/icons/top.gif) left center no-repeat;
padding-left: 15px;
font-size:0.9em;
float:right;
}
.back {
background: transparent url(images/icons/back.gif) left center no-repeat;
padding-left: 18px;
font-size:1em;
}
.extern {
background: transparent url(images/icons/extern.gif) left top no-repeat;
padding-left: 18px;
font-size:1em;
}
.intern {
background: transparent url(images/icons/arrow_right.gif) left center no-repeat;
padding-left: 15px;
font-size:1em;
}
.anker {
background: transparent url(images/icons/arrow-down.png) left center no-repeat;
padding-left: 15px;
font-size:1em;
}
.download {
background: transparent url(images/icons/pdf.gif) left center no-repeat;
padding-left: 18px;
font-size:1em;
}
.download-file {
background: transparent url(images/icons/disc.png) left center no-repeat;
padding-left: 20px;
font-size:1em;
}


.print {
background: transparent url(images/icons/print.gif) left center no-repeat;
padding-left: 20px;
font-size:1em;
}

.en {
background: transparent url(images/icons/gb.gif) left center no-repeat;
padding-left: 20px;
font-size:1em;
}

/***************************************************** container ***********************************************************/

#wrapper-head { width:950px; height:50px; margin:auto; }

#picrow-start { width:950px; background: transparent url(images/header/start.jpg) left top no-repeat; height:170px; margin:auto; }

#wrapper-content { width:948px; margin:auto; text-align:left; padding:0px 0px 0px 0px; border-left:1px dotted #ccc; border-right:1px dotted #ccc; margin-top:40px;}


/***************************************************** servicemenue ***********************************************************/

#servicemenue ul { display:none;}


 /***************************************** Menue */
    
#menue { display:none;}


 /***************************************** news */

#right { display:none;}

/****************************** Definitionen fuer den Inhaltsbereich ***************************************/


#story{
margin:0px 10px 0px 10px;
padding:0px 30px 0px 20px;
height: 80%;
min-height:300px;
background-color:#fff;
border-right:none;
}

#story p {line-height:1.5em; margin-bottom:10px;}
#story h1 { font-size:1.2em; color:#369;}
#story h2 { font-size:1em; color:#369;border: 0 none; border-bottom: 1px dotted #b6aa90; margin:0px 0px 10px 0px; padding:0px;}
#story h3 { font-size:1em; color:#369; }

#story a:link { text-decoration:none; color:#369;}
#story a:visited {text-decoration:none; color:#369;}
#story a:hover { color:#369; text-decoration:none;}
#story a:focus { color:#369; text-decoration:none;}


#story img.right { float:right; margin:0 5px 5px 20px;}
#story img.left { float:left; margin:0 20px 10px 0;}


.container-pic-title { float:left; width:150px; font-style:italic;}
.container-pic-title img { float:left;}

.adress-spacer { float:left; width:80px;}


#story ul { list-style:none; margin-left:-30px;}
*html #story ul { margin-left:5px;}
*+html #story ul { margin-left:10px;}

#story ul li {
margin-left:0px;
background: transparent url(images/icons/bullet.gif) left top no-repeat;
background-position:0 6px;
padding-left: 15px;
text-align: left;
line-height:1.6em;
}


table,td {border: 1px solid #ccc; border-collapse: collapse;}
table{border:none; border:1px solid #ccc;}
thead th, tbody th {background:#b6aa90;padding: 5px 5px; border-left: 1px solid #ccc; text-align: left;  color:#fff;}
tbody th{background: #b6aa90;border-top: 1px solid #ccc;text-align: left; font-weight:bold;}
tbody tr td{padding: 7px 5px;color: #666; vertical-align:top;}

 /***************************************** forms */
#anmeldung {border:none;}
#anmeldung fieldset {border:none;}
#anmeldung label {float:left;width:110px;}

#anmeldung input {border:1px solid #ccc; margin-right:10px;}

#anmeldung input.button {border:1px solid #ccc; width:8em; font-size:0.9em; color:#666;}
 /***************************************** submenue */


#story .submenue ul {padding:0;list-style-type: none; margin:0px;}
#story .submenue ul li { 
display: inline;
text-decoration: none;
padding: 0 10px 0 10px;
text-align: center;}

#story .submenue ul li a.active { text-decoration:none; color:#c00;}



/******************************************************** footer ****************************************************/

#footer {
clear:both; 
height:40px; 
padding:10px 0px 0px 0px;
margin:auto;
font-size:0.9em;
width:950px;
border-top:1px solid #ccc;
color:#666;
text-align:left;
margin-top:0px;
}



 
