/* CSS Document */
/*Seiten Layout*/
#body {
position: absolute;
top: 50%;
left: 50%;
width: 780px;
height: 600px;
margin-left: -390px;
margin-top: -300px;
}
#menu {
position:absolute;
top:130px;
left:23px;
}
#rand {
width:771px; 
position: absolute; 
left:5px; 
top:150px; 
height:446px; 
border: 1px solid #982739; 
border-top-width: 0px; 
z-index: 1;
}
#borde {
width:780px; 
position: absolute; 
left:0px; 
top:566px; 
height:4px; 
background-color: #982739; 
z-index: 1;
}
#borde2 {
width:780px;
position: absolute; 
left:0px; 
top:570px; 
height:4px; 
border: 0px solid #982739; 
border-bottom-width: 1px; 
z-index: 1; 
background-color: #68202A;
}
#head {
height:150px; 
width:100%; 
background-color:#982739;
}
#unten {
width:100%; 
height:109px;
}
#mitte {
height:341px;
width:100%;
}
#content {
width:585px;
height:341px;
}
#damen {
position: absolute; 
left:460px; 
top:0px; 
height:75px; 
width:75px; 
}
#herren {
position: absolute; 
left:534px; 
top:0px; 
height:75px; 
width:75px; 
}
#kinder {
position: absolute; 
left:607px; 
top:0px;  
height:75px; 
width:75px; 
}
#events {
position: absolute; 
left:683px; 
top:0px; 
height:75px; 
width:75px; 
}
/*Text Layout*/
a, table.a{
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
table {
font-family:Arial; font-size:12px; color:#FFF;
}
.text1 { color: #333; font-size: 12px; font-family: Arial; text-decoration: none; margin-top: 25px; margin-left: 25px }
