/* CSS Document */

/*---------------------------------------------------------------------------------------
Global 
-------------------------------------------------------------------------------------- */
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
font-size: 12px;
color: #ffffff;
background-color: #000000;
background-image: url(../images/bg_body.jpg);
background-repeat: repeat-x;
background-position: top, left;
}

/*---------------------------------------------------------------------------------------
Layout Structure
-------------------------------------------------------------------------------------- */
#banner_top {
position: static;
text-align: left;
height: 60px;
width: 468px;
margin-left: 150px;
}

#container {
position: static;
margin: 0;
width: 995px;
text-align: left;
}

#left {
position: static;
float: left;
width: 150px;
height: 640px;
background-image: url(images/bg_left.jpg);
background-repeat: no-repeat;
background-position: top, left;
}

#left #logo {
position: static;
width: 150px;
height: 170px;
}

#left #sponsoren {
position: static;
margin-top: 30px;
width: 150px;
text-align: right;
}

#top {
position: static;
float: left;
width: 600px;
height: 60px;
background-image: url(images/bg_top.jpg);
background-repeat: no-repeat;
background-position: top, left;
}

#s2o {
position: static;
float: right;
width: 83px;
height: 60px;
margin: 0;
padding: 0;
}

#main {
position: static;
float: left;
width: 600px;
height: 650px;
background-color: #000000;
}

#main #printLink {
position: static;
margin-right: 5px;
margin-top: 5px;
width: 595px;
height: 20px;
text-align: right;
}

#main #content {
position: static;
margin-left: 25px;
margin-bottom: 25px;
width: 550px;
}

#main #footerMenu {
position: static;
margin: 25px;
width: 550px;
text-align: right;
font-size: 10px;
}

#main #copyright {
position: static;
float: left;
padding-bottom: 20px;
width: 575px;
text-align: right;
font-size: 10px;
}

#right {
position: static;
float: right;
width: 245px;
height: 900px;
background-image: url(images/bg_right.jpg);
background-repeat: no-repeat;
background-position: top, left;
}

#banner_right {
position: static;
margin-top: 80px;
margin-left: 10px;
width: 120px;
}

/*---------------------------------------------------------------------------------------
=content
-------------------------------------------------------------------------------------- */
#content a {
color: #ffa500;
font-weight: normal;
text-decoration: underline;
text-transform: none;
}
#content h1, #content h2 {
font-size: 16px;
color: #ffa500;
text-decoration:none;
text-transform: none;
}
#content h1 a {
color: #ffa500;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
#content h3 {
font-size: 12px;
color: #ffa500;
}
#content p, 
#content .bodytext, 
#content li {
   font-size: 12px;
   color: #ffffff;
   text-decoration:none;
   background: none;
   padding: 0;
   margin: 0;
   line-height: 20px;
   }
#content p a:hover {
   text-decoration:none;
   }
#content p a {
color: #ffa500;
}
#content .csc-textpic-imagewrap img {
   border: 1px solid #ffffff;
}

#content .contenttable img {
   border: 1px solid #ffffff;
   margin-bottom: 10px;
}

/*---------------------------------------------------------------------------------------
=copyright
-------------------------------------------------------------------------------------- */

#copyright a {
color: #ffa500;
font-weight: normal;
text-decoration: underline;
text-transform: none;
}
