/* CSS Document */
body {
background-image:url(../images/hg.png);
background-repeat:repeat;
background-color: #E9E9E9;
}
/*------header------*/
.header_links{
background-color: #ffffff;
border: solid #000000 1px;
}
.header_rechts{
background-color: #cccccc;
border-top: solid #000000 1px;
border-right: solid #000000 1px;
border-bottom: solid #000000 1px;
}
.header_pic{
border-left: solid #000000 1px;
border-right: solid #000000 1px;
border-bottom: solid #000000 1px;
}
/*---- navigation ------*/
.navigation{
background-color: #ffffff;
border-left: solid #000000 1px;
border-right: solid #000000 1px;
border-bottom: solid #000000 1px;
padding-top: 12px;
padding-left: 15px;
}
.navigation a:link {
font-family: Verdana, Arial, Chicago;
font-size:11px;
font-weight: bold;
color: black;
text-transform: lowercase;
text-decoration:none;
}
.navigation a:visited {
font-family: Verdana, Arial, Chicago;
font-size:11px;
font-weight: bold;
color: black;
text-transform: lowercase;
text-decoration:none;
}
.navigation a:hover {
font-family: Verdana, Arial, Chicago;
font-size:11px;
font-weight: bold;
color: #cc3333;
text-transform: lowercase;
text-decoration:none;
}
.navigation a:active {
font-family: Verdana, Arial, Chicago;
font-size:11px;
font-weight: bold;
color: #cc3333;
text-transform: lowercase;
text-decoration:none;
}
/*--------content_ueberschrift-------*/
.content_ueberschrift{
background-color: #ffffff;
border-bottom: solid #000000 1px;
padding-top: 20px;
padding-left: 7px;
}
.content_ueberschrift h1 {
font-family: Verdana, Arial, Chicago;
font-size:14px;
line-height:16px;
font-weight: bold;
color: black;
text-transform: uppercase;
}
.content_ueberschrift h2 {
font-family: Verdana, Arial, Chicago;
font-size:12px;
line-height:14px;
font-weight: bold;
color: #000000;
text-transform: uppercase;
}
/*-----content_pic------*/
.content_pic{
background-color: #ffffff;
border-bottom: solid #000000 1px;
border-left: solid #000000 1px;
}
/*------content------*/
.content {
background-color: #ffffff;
border-bottom: solid #000000 1px;
padding-left: 7px;
padding-right: 7px;
padding-top: 20px;
font-family: Verdana, Arial, Chicago;
font-size:10px;
color: #000000;
line-height:12px;
text-transform: lowercase;
}
.content a:link {
font-family: Verdana, Arial, Chicago;
font-size:11px;
color: #cc3333;
line-height:12px;
text-transform: lowercase;
text-decoration:none;
}
.content a:visited {
font-family: Verdana, Arial, Chicago;
font-size:11px;
color: #cc3333;
line-height:12px;
text-transform: lowercase;
text-decoration:none;
}
.content a:hover {
font-family: Verdana, Arial, Chicago;
font-size:11px;
color: #cc3333;
line-height:12px;
text-transform: lowercase;
text-decoration:underline;
}
content a:active {
font-family: Verdana, Arial, Chicago;
font-size:11px;
color: #cc3333;
line-height:12px;
text-transform: lowercase;
text-decoration:underline;
}
.content ul li {
list-style-image:url(../images/list.png);
line-height: 13px;
}
.content h1 {
font-family: Verdana, Arial, Chicago;
font-size:14px;
font-weight: bold;
color: #000000;
text-transform: lowercase;
line-height:16px;
}
.content h2 {
font-family: Verdana, Arial, Chicago;
font-size:12px;
font-weight: bold;
color: #000000;
text-transform: lowercase;
line-height:14px;
}
/*-----allgem_info-----*/
.allgem_info{
background-color: #cccccc;
border-left: solid #000000 1px;
border-right: solid #000000 1px;
padding-left: 7px;
padding-right: 7px;
padding-top: 20px;
font-family: Verdana, Arial, Chicago;
font-size:11px;
color: #000000;
line-height:12px;
text-transform: lowercase;
}
.allgem_info h1 {
font-weight: bold;

}
.allgem_info ul li {
list-style-image:url(../images/list2.png);
}
/*--------contact--------*/
.contact{
background-color: #cccccc;
border-left: solid #000000 1px;
border-right: solid #000000 1px;
border-bottom: solid #000000 1px;
}
.contact span {
font-family: Verdana, Arial, Chicago;
font-size:10px;
color: #000000;
line-height:12px;
text-transform: lowercase;
padding-left: 7px;
padding-right: 7px;
padding-top: 20px;
}

.contact a:link, .contact a:visited, .contact a:hover, .contact a:active {
padding-left: 7px;
padding-right: 7px;
padding-top: 20px;
font-family: Verdana, Arial, Chicago;
font-size:10px;
color: #000000;
line-height:12px;
text-transform: lowercase;
text-decoration:none;
}
/*------footer-----*/
.footer, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active{
padding-top: 0px;
font-family: Verdana, Arial, Chicago;
font-size:9px;;
color: #000000;
text-decoration:none;
}