﻿body { 
overflow-x:hidden; 
background-image:url('line.jpg'); 
font-family: verdana; 
font-size: 10pt; 
color: #ffffff;} 


#layout { 

margin-top: -14px;
margin-left: -8px; 
width: 1000px;
height: 323px; 
position: absolute; 
background:url(head.jpg) no-repeat;  }


#content { 
width: 546px;
margin-top: 340px;
margin-left: 220px;
position: absolute; 
}


#navi { 
width: 184px; 
margin-top: 310px; 
margin-left: 16px; 
position: absolute; 
}


#ref { 
width: 150px; 
margin-top: 310px; 
margin-left: 774px; 
position: absolute; 
} 



h1 {
font-family: verdana;
font-size: 16px;
color: #ffffff;
text-align: center;
letter-spacing: 5px;
text-transform: uppercase;
border-bottom:1px solid #474747;
} 

h2 {
font-family: verdana;
font-size: 11px;
color: #ffffff;
text-align: center;
letter-spacing: 5px;
text-transform: uppercase;
border-bottom:1px solid #474747;
} 


A.line, A.line:active, A.line:visited {
FONT-FAMILY: verdana;
font-size: 7pt;
text-transform: uppercase;
COLOR: #e70012;
TEXT-DECORATION: none;
display: block;
background-color:#ffffff;
border-left:5px solid #e70012;
letter-spacing: 1px;
line-height: 22pt;
width: 100%;
margin-bottom: 0px;
margin-top: 0px;
text-align: center;
font-weight:bold;
}

A.line:hover
{
FONT-FAMILY: verdana;
font-size: 7pt;
text-transform: uppercase;
COLOR: #ffffff;
TEXT-DECORATION: italic;
display: block;
text-align: center;
border-left:5px solid #e70012;
background-color:#474747;
line-height: 22pt;
width: 100%;
margin-bottom: 0px;
margin-top: 0px;
font-weight:solid;
}
-->


a:link {color: #000000; text-decoration: none;} /* Link allgemein */ 
a:visited {color: #000000; text-decoration: none;} /* bereits besuchter Link */ 
a:hover {color: #fffff; text-decoration: none;} /* Bei Berührung des Links */ 


