HTML
{
   height:100%;
}
body
{
 font-family:Verdana;
 font-size:12px;
 background-image: url(../pics/bg.jpg);
 background-repeat: repeat-y;
 background-position: center;
 background-color:#6A83A8;
 text-align:center;
 margin:0px;
}
h1 {font-size:18px;color:#000000;margin-bottom:20px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:12px;color:#000000;}
h4 {font-size:10px;color:#000000;}

img {border: none;}

code {font-size:14px;color:#0000ff;}
pre
{
 font-family:Verdana;
 font-size:10px;
 color:#000000;
 padding:0px;
 text-align:justify;
}
a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#000000;
  font-size:12px;
}
a:active, a:hover
{
  color:#666666;
  text-decoration:underline;
}
a.menu {
 display:block;
 padding-left:50px;
 padding-top:3px;
 padding-bottom:3px;
 border-top:0px solid #000;
 background-color:#6A83A8;
 text-align:left;
 color:#f0f0f0;
 text-decoration:none;
 }
a.menu-right {
 display:block;
 padding:3px;
 border-top:0px solid #000;
 background-color:;
 text-align:left;
 color:#f0f0f0;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{
  color:#f0f0f0;
 background-color:;
 text-decoration:underline; font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:#6A83A8; font-weight:bold;
 background-color:#f0f0f0;
}

#title {
height:388px;
padding:0px;
background-color:;
border-bottom:0px solid #000;
}
#right {
background-color:;
width:120px;
float:right;
}
#left {
background-color:;
width:275px;
float:left;
}
#foot {
height:120px;
padding:0px 10px 0px 10px;
background-color:;
border-top:1px solid #6A83A8;
}
.menutitle{
font-weight:bold;
text-align:left;
margin:0px;
}
.menutitle-right{
font-weight:bold;
text-align:right;
margin:0px;
}
.menucontainer-left {
border:0px solid #f0f0f0;
background-color:;
width:215px;
margin:10px 10px 10px 50px;
}
.menucontainer-right {
border:0px solid #000000;
background-color:;
text-align:right;
width:100px;
margin:5px 10px 5px 10px;
}
#content {
border:0px solid ;
background-color:;
 background-image: url(../pics/blgif);
 background-repeat: repeat;
width:605px;
float:left;
padding:0px 10px 0px 10px;
}
table { width:100%; }
td { border:0px solid #000; vertical-align:top; overflow:hidden; }
td.links{text-align:right;padding-right:3px;z-index:10;}
td.rechts{padding-left:3px;z-index:10;}

select {
        width: 100%;
        border: 1px solid #6A83A8;
        border-bottom: 1px solid #6A83A8;
}
input {
        border: 1px solid #6A83A8;
        border-bottom: 1px solid #6A83A8;
}
textarea {
        width: 100%;
        padding-right:3px;
        border: 1px solid #6A83A8;
        border-bottom: 1px solid #6A83A8;
}


/* beginn s3slider */


#slider {
    width: 1000px; /* important to be same as image width */
    height: 388px; /* important to be same as image height */
    position: relative; /* important */
        overflow: hidden; /* important */
}
#sliderContent {
    width: 800px; /* important to be same as image width or wider */
    height: 348px;
    position: absolute;
        margin-top: 0%;
        left: -40px;
        margin-right: 0px;
        margin-bottom: 0;
}
.sliderImage {
    float: left;
    position: relative;
        display: none;
}
.sliderImage span {
    position: absolute;
        font: 20px/30px Monotype Corsiva, Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 800px;
    background-color: ;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
    opacity: 0.8;
    color: #000;
    display: none;
}
.clear {
        clear: both;
}
.sliderImage span strong {
    font-size: 40px;
}
.top {
        top: 0;
        left: 0;
}
.bottom {
        bottom: 0px;
    left: 0;
}
ul { list-style-type: none;}

/* Ende s3slider */

