/* Linkfarben */

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #000000; }

/* HTML-TAG-Definitionen */

body
{
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;  
font-weight: normal;
line-height: 110%; 
color: #000000; 
text-decoration: none;
margin: 0px;
}

p
{
margin: 0px;
font-size: 80%; 
}

p.footer
{
font-size: 70%;
line-height: 120%;  
}

h1
{
font-size: 80%; 
font-weight: bold;
text-transform: uppercase;
margin: 0px;
}

h2
{
font-size: 80%; 
font-weight: bold;
margin: 0px;
}

ul
{
font-size: 80%; 
list-style-type: square;
margin-top: 0px;
margin-bottom: 0px;
}

ul.menue
{ 
font-size: 60%; 
list-style-type: none;
margin: 0px;
padding: 0px;
}

ol
{
font-size: 80%; 
margin-top: 0px;
margin-bottom: 0px;
}

/* Klassen */

.tables
{
font-size: 80%; 
}

.umfliessen
{
float: left;
margin-right: 20px;
}

.nichtmehrumfliessen
{
clear: both;
}

.einzug100px
{
margin-left: 100px;
}

.einzug140px
{
margin-left: 140px;
}

.umrandung
{
display:block;
border: 1px solid #000000;
padding: 5px;
}

/* Formularfelder */

.suchfeld
{
height:20px;
border: 0px;
padding-left:2px;
color: #020178; 
width:100px;
}

.senden
{
height:20px;
border: 0px;
background-color: #216F59; 
color: #FFFFFF;
width:100px;
}

.newsletter
{
height:20px;
border: 0px;
padding-left:2px;
color: #020178; 
width:200px;
}

/* DIVs */

#logo
{
visibility:hidden;
position:absolute;
left:0px;
top:20px;
width:200px;
height:140px;
z-index:3;
}

#tartan
{
visibility:hidden;
position:absolute;
left:0px;
top:40px;
width:100%;
height:80px;
z-index:2;
background-image: url(grafiken/bg_blackwatch.jpg);
}

#suche
{
visibility:hidden;
position:absolute;
left:840px;
top:65px;
width:120px;
z-index:9;
}

#hauptmenue
{
visibility:hidden;
visibility: hidden;
position:absolute;
left:200px;
top:40px;
width:600px;
height:80px;
z-index:8;
}

#untermenue
{
visibility:hidden;
position:absolute;
left:50px;
top:195px;
width:130px;
z-index:4;
}

#inhalt
{
position:relative; 
width:100%; 
}

#text
{
position:relative;  
width:100%; 
}

#werbung
{
visibility:hidden;
position:absolute;
left:840px;
top:195px;
width:120px;
z-index:6;
/*background-color: #90B7AC;*/
}
