<!--
/*
  Sieg und Söhne Stylesheet
  Created by Frank Becker
  http://becker.bcs-24.de
*/

html,body {
  background-color:#FFFFFF;
  margin:0;
  padding:0;
  height:100%; /* needed for container min-height */
}

body,td,th,tr,p
{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #737373;
  font-style:normal;
  line-height:18px;
}

.normal {color:#737373;}

a:link, a:visited, a:active, .pseudolink, .name { color: #AFBD22; text-decoration:none;}
a:hover { color:#515C2B; text-decoration:underline;}

a.normal:link, a.normal:visited, a.normal:active, a.normal:hover { color: #737373; text-decoration:none;}

a.navi:link, a.navi:visited, a.navi:active { color: #FFFFFF; text-decoration:none; font-weight:bold;}
a.navi:hover, a.navi_a:hover { color:#515C2B; text-decoration:underline; font-weight:bold;}
a.navi_a:link, a.navi_a:visited, a.navi_a:active { color:#515C2B; font-weight:bold;}

#subnavi a:link, #subnavi a:visited, #subnavi a:active { color: #515C2B; text-decoration:none;}
#subnavi a:hover { color:#AFBD22; text-decoration:underline;}
#subnavi a.subnavi_a:link, #subnavi a.subnavi_a:visited, #subnavi a.subnavi_a:active, #subnavi a.subnavi_a:hover { color:#AFBD22;}

.headline {font-weight:bold;}
.date {font-size:10px; color:#999999;}

#center {
  position:relative; /* needed for footer positioning*/
  margin:0 auto; /* center, not in IE5 */
  width:990px;
  /*height:100%;*/ /* IE6: treaded as min-height*/
  display:block;
}

#header {
  width:990px;
  height:84px;
}

#headerlogo {
  background-image:url(../images/a1_Logo.jpg);
  background-repeat:no-repeat; 
  height:84px;
  width:256px;
  float:left;
}

#headercurl {
  background-image:url(../images/a2.jpg);
  background-repeat:no-repeat; 
  height:84px;
  width:355px;
  float:left;
}


#main { 
  background-image:url(../images/whole.jpg);
  background-repeat:repeat-y;
  background-position: 60px;
  z-index:1;
}

#left {
  float:left;
  width:120px;
  /*height:100%;*/
  min-height:600px; 
  height:auto !important;        /* min-height for IE */
  height:600px;                  /* min-height for IE */
  background-image:url(../images/d1_shad_li.jpg);
  background-repeat:repeat-y;
  background-position:60px;
}


#content {
  position:relative;
  float: left;
  width:521px;  /* 491px */
  z-index:2;
  /*padding-top:10px;*/
}

#subnavi {
  position:relative;
  float: left;
  width:166px;
  line-height:18px;
}

#right {
  float:left;
  width:349px; /* 379px */
}


#slide {
  background-image:url(../images/slide0.jpg);
  background-repeat:no-repeat;
  height:550px;
  width:349px;  /* 379px */
  float:right;
  margin-top:-42px;
  left:-30px;
  position:relative;
  z-index:1;
}

#leftshad {
  background-image:url(../images/b1_shad.jpg);
  background-repeat:no-repeat; 
  height:116px;
  width:60px;
  margin-left:60px;
}

#navi {
  background-image:url(../images/c1_navi_hg.jpg);
  background-repeat:no-repeat; 
  height:282px;
  width:95px; /* 110px */
  margin-left:10px;
  padding-top:130px;
  padding-right:15px;
  text-align:right;
  line-height:18px;
}

#bottom {
  width:670px;   /* 990px  wegen padding-right*/
  height:30px;  /* 35px wegen padding-top */
  background-image:url(../images/e_abschluss.jpg);
  background-repeat:no-repeat;
  background-position: 60px 0px;
  text-align:right;
  padding-top:33px;
  padding-right:320px;
  z-index:2;
  background-color:#FFFFFF;
}

#dtlogo {
  position:relative; 
  bottom:-60px; 
  float:right; 
  right:180px
}

.clear {clear:both;}

#rotator
{
	overflow: hidden;
	position: relative;
	width: 349px;
	height: 550px;
}
