@charset "utf-8";
/* CSS Document */

#content {
width: 860px;
min-height:600px;
height:auto !important; /* für moderne Browser */
height:600px;
margin: 0px;
padding: 0px 0px 30px;
background: #FFFFFF url(files/images/page/page_background.png) repeat-y left top;
display: inline;
float: left;

}
/* inhaltsbereich generelle anweisungen */

#content h6{
font: 9px/9px Geneva, Arial, Helvetica, sans-serif;
}

#content p {
color:#333;
font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
margin: 0px 20px 0px 0px;
padding: 0px;
}
#content p a{
border-bottom: 1px dotted #000000;
border-top: 1px none #ED6F00;
border-right: 1px none #ED6F00;
border-left: 1px none #ED6F00;
text-decoration: none;
}
#content p a:hover {
border-bottom: 1px solid #ED6F00;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-top-color: #ED6F00;
border-right-color: #ED6F00;
border-left-color: #ED6F00;
color: #ED6F00;
text-decoration: none;
}
#content blockquote {
margin: 15px 0px;
border: 1px solid #b0b0b0;
padding: 10px;
width: 577px;
background: #f4f4f4;
font-size: 0.8em;
font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
color: #a0a0a0;}

#content abbr {
border-bottom: 1px dotted #8f8f8f;}


