/* CSS Document */

body{
height:100%;
margin: 0;
padding: 0;
font-family:Verdana, 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;
}

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

h1 { font-size:1.2em; color:#666;}
h2 { font-size:1.1em; color:#CC0000;}

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

/***************************************************** mainboxes ***********************************************************/

#wrapper { width:90%; margin:auto; text-align:left; background-color:#fff; padding:4px;}
#border-1 {border:1px solid #336300;}

#servicemenue {display:none;}

#head-container {{display:none;}}

#stripe {display:none;}

#story-wrapper { margin-left:0px;}

#story{
margin:0px;
padding:10px 20px 0 20px;
min-height:400px;

}

/*********************************************** boxes left*******************************************************/

#left {display:none;}

/************************	definition menue  *****************************************/

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

#menue li a { color:#666; text-decoration:none; background-image:  url("images/bullet.gif"); background-repeat: no-repeat; background-position: left center; padding-left: 10px;}
#menue li a:hover { color:#666;}
#menue ul li {padding:6px 0px 6px 30px;}
#menue ul ul li { padding:5px 0px 4px 20px;}

#menue ul li a.active {background-image:  url("images/bullet2.gif"); font-weight:bold;}

/******************************** Definitionen fuer den Inhalt ***************************************/

#story p {line-height:1.5em;}
#story h1 { font-size:1.2em; color:#666;}
#story h2 { font-size:1em; color:#666;}
#story h3 { font-size:1em; color:#666; }

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


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

.box-180-left {width:175px; float:left; font-size:0.8em; margin:0px 15px 15px 0px;}

.seitenanfang {
background-image: url(images/icon_top.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 20px;
font-size:0.9em;
}
.back {
background-image: url(images/link_back.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 18px;
font-size:1em;
}
.download {
background-image: url(images/icon_pdf.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 18px;
font-size:1em;
}
.print {
background-image: url(images/print.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
font-size:1em;
}

.english {
background-image: url(images/uk_flag.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
font-size:1em;
}
.german {
background-image: url(images/brd_flag.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
font-size:1em;
}

/************** Formnatierungen Listen im Content Bereich****************/

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

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

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

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

#footer {
clear:both; 
height:40px; 
margin-top:10px; 
text-align:center; 
padding-top:5px; 
width:90%; 
margin:auto;
font-size:0.9em;
}

#footer a { color:#666; border-bottom:1px dotted #666; text-decoration:none;}

