@charset "utf-8";
html {
}
body {
background-color: #757575;
font-size: 12px;
font-family: Verdana,SunSans-Regular, Sans-Serif, Arial ;
color:#333333;
text-decoration:none;
position: absolute;
 width: 1000px;
 left: 50%;
 top: 5%;
 margin-left: -500px;
 height:auto;
}

:link {
cursor: url('vm.cur'), auto;
}

#kopf{
margin-top: 0px;
background: url("hintergrund.gif") repeat-x;
width: 100%;
height: 70px;
color: #333333;
text-align: left;
}

#menu{
position: absolute;
display: block;
list-style-position:outside;
text-decoration:none;
width: 120px;
height: 155px;
margin: 145px 0px 0px 25px;
}

#menu li{
list-style-type: none;
padding-top: 3px;
text-align: center;
display: block;
text-decoration:none;
font-size: 14px;
}

#menu a {
padding-top: 5px;
text-decoration:none;
color: #ffffff;
height: 25px;
width: 120px;
display: block;
background: url("home.gif") 0px 0px no-repeat;
font-weight:bold;
}

#menu a:hover {	
color: #FFAB00;
background-position: 0px -30px;
font-weight:bold;
}
#menu a:active {	
color: #FFFFFF;
background-position: 0px -60px;
font-weight:bold;
}
#text1{
position:absolute;
margin:15px 10px 0px 177px;
font-size:12px;
text-align: left;
width: 80%;
padding: 0px 10px 10px 10px;
}

#text2{
color:#333333;
position:absolute;
margin-top:40px;
margin-left:430px;
font-size:12px;
width: 400px;
height: 100%;
}

#text3{
color:#333333;
position:absolute;
margin:40px 0px 0px 180px;
font-size:14px;
width: 400px;
text-align: center;
}

#links{
position:absolute;
display: block;
list-style-position:outside;
width: 120px;
height: 30px;
margin: 15px 0px 0px 25px;
background: url("home.gif") 0px 0px no-repeat;
}

#links_oben{
position:absolute;
display: block;
list-style-position:outside;
width: 120px;
height: 30px;
margin: 60px 0px 0px 25px;
}

#links_unten{
position:absolute;
display: block;
list-style-position:outside;
width: 120px;
height: 30px;
margin: 386px 0px 0px 25px;
}

#links li{
list-style-type: none;
text-decoration: none;
display: block;
font-weight: bold;
text-align: center;
padding-top: 5px;
color: #ffffff;
font-size: 14px;
}

#rechts{
margin-top: 15px;
margin-left:760px;
margin-bottom:0px;
position:absolute;
width: 240px;
height:490px;
color:#333333;
background-color: #ffab00;
padding-top: 20px;
}

#tab_rechts{
text-align: center;
font-size:10px;
margin-top: 25px;
margin-left:775px;
margin-bottom:0px;
position:absolute;
width: 215px;
height:120px;
color:#333333;
border-collapse:collapse;
background: #FFAB00;

}

#tab_rechts td{
border-bottom: groove  2px #FFAB00;
padding:0px 2px 0px 2px;
}
#tab_rechts tr.orange td{
background:#ffab00;
}

#tab_rechts tr{
height:55px;
}

/* SLIDESHOW */
#slideshow {
 height:413px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}


