/* CSS Document */
body,td {
font-family: Tahoma;
font-size: 11px;
color: #998e7d;
line-height: 11px;
letter-spacing: 0px;
text-align:justify;
background-image:  url(images/bg.jpg);
background-repeat: repeat-y;
cursor:default;
}

/* ---------------------------------------------------------------- LAYOUT */
#header{
position:absolute; 
width:1050px; 
height:481px; 
left: 0; 
top: 0;
background-image:  url(images/header.jpg);
background-repeat: no-repeat;
}

#content{
position:absolute; 
width:383px; 
height:361px;  
left: 296px; 
top: 220px;
}

.box{
background-color: #f3eee7;
padding: 3px;
border-top: solid 5px #937d7e;
margin-bottom: 10px;
border-bottom: solid 5px #721602;
}

#welcome{
position:absolute; 
width:281px; 
height:47px; 
left: 296px; 
top: 136px;
color: #811506;
}

#navi{
position:absolute; 
width:200px; 
height:362px; 
left: 720px; 
top: 408px;
color: #796d5b;
}



/* ---------------------------------------------------------------- UEBERSCHRIFTEN */
h1{
font-family:"Times New Roman";
font-size:20pt;
font-style: italic;
font-weight:normal;
color: #BE758F;
text-align:left;
text-transform:lowercase;
padding-left:15px;
letter-spacing:-1px;
line-height:15px;
margin-bottom:6px;
background-color:transparent;
}	
	
h2 {
font-family:"Times New Roman";
font-size:15pt;
font-weight:normal;
color: #BE758F;
text-align:right;
text-transform:lowercase;
padding-left:15px;
letter-spacing:-1px;
line-height:15px;
margin-bottom:6px;
background-color:transparent;
}


/* ---------------------------------------------------------------- SCHRIFTEN */
b, strong {
color : #aa1a37;
font-family : "Tahoma";
font-size: 8pt;
letter-spacing: 1px;
cursor: move;
}

i , em{
color : #47aeb7;
letter-spacing : 1px;
font-family : "Tahoma";
font-size: 8pt;
cursor: ne-resize;
}

u {
color : #ebe951;
font-family : "Tahoma";
font-size: 8pt;
letter-spacing: 1px;
cursor: wait;
}

s, strike {
color : #ff526c;
font-family : "Tahoma";
font-size: 8pt;
letter-spacing: 1px;
}

	 
/* ---------------------------------------------------------------- LINKS */
a:link, a:visited, a:active {
font-size: 7.5pt;
font-family: "Tahoma";
color:#937d7e;
text-decoration: none;
background-color: transparent;
text-transform:uppercase;
padding: 2px;
}

a:hover {
font-size: 7.5pt;
font-family: "Tahoma";
color:#5b5f62;
text-decoration: none;
background-color: transparent;
text-transform:uppercase;
cursor: default;
}

a.navi:link, a.navi:visited, a.navi:active {
display: block;
padding-left: 2px;
font-family: "Tahoma";
font-size: 10px;
margin-bottom: 2px;
border-bottom: 1px dotted #1C1C1C;
border-left: 0px solid #49A18C; 
border-right: 0px dotted #7C757B; 
border-top: 0px dotted #7C757B; 
text-transform:uppercase;
color: #8F8F8F;
text-align: left;
line-height: 10px;
letter-spacing:2px;
}

a.navi:hover {
display: block;
padding-left: 2px;
font-family: "Tahoma";
font-size: 10px;
margin-bottom: 2px;
border-bottom: 1px dotted #262626;
border-left: 0px solid #96566D; 
border-right: 0px dotted #7C757B; 
border-top: 0px dotted #7C757B; 
text-transform:uppercase;
color: #d0d09e;
text-align: left;
line-height: 10px;
letter-spacing:2px;
cursor:help;
}

/* ---------------------------------------------------------------- OTHER */
#site{
position:absolute; 
left:425px; 
top:71px; 
width:315px;
color: #786d5c;
font-family: "Times New Roman";
font-size: 11px;
font-weight:normal;
}

img{
border:0; 
}
