html {
    height: 100%;      width: 100%;
}

body {
    background-color: #fff;
   /* background: url( ../g/bg.png );*/
    margin: 0px;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;    text-align: center;    height: 100%;    width: 100%;
}


#preload_images {
    position: absolute;
    left: 0px;
    top: -1000px;
}


/**
 * hauptteil der Webseite
 */
#main {
    margin: auto;
    margin-top: 20px;
    width: 850px;
    min-height: 90%;
    height: auto;
}

#top {
    background: url( ../g/top-bereich.png );
    background-repeat: no-repeat;
    height: 146px;
    width: 100%;
}

    
#bottom {
    border-right: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    clear: both;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

* html #bottom{
    position: relative;
    top: -25px;
 }

/* Normally a Holly-style hack height: 1% would suffice but that causes IE 5.01 to completely collapse the wrapper - instead we float it */	float: left;/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes (I saw it happen many moons ago) makes the width of wrapper too small the float: none with the comment is ignored by 5.01,5.5 and above see it and carry on about their businessIt's probably fine to just remove it, but it's left here just in case that many moons ago problem rears its head again */	float/**/: none;	}/* easy clearing */#bottom:after	{	content: '[DO NOT LEAVE IT IS NOT REAL]'; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;}#bottom	{	display: inline-block;}/*\*/#bottom	{	display: block;}/* end easy clearing */#footer	{
	clear: both;}/* Safari needs this - otherwise the ghost overflow, though painted correctly obscures links and form elements that by rights should be above it.An unintended side-effect is that it cause such elements to vanish in IE 5.01and 5.5, hence the child selector hack */* > #footer {	position: relative;	z-index: 1000;
}


#left{
    float: left;
    width: 122px;
    border-top: 24px solid #fff;
	padding-bottom: 32767px !important;	margin-bottom: -32767px !important;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
}

#center{
    float:left;
	padding-bottom: 32767px !important;	margin-bottom: -32767px !important;
    width: 677px;
    background-image: url( ../g/bgshadow_body.gif );
    background-repeat: repeat-y;
}

* html #center{
    background-image: none;
    background-color: #fff;
    width: 672px;
}

#right {
    float: left;
    width: 47px;
    border-top: 24px solid #fff;
	padding-bottom: 32767px !important;	margin-bottom: -32767px !important;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
}

* html #right {
    width: 51px;    
    margin-left: -2px;
}



hr {
  border: 0px;
  height: 1px;
  color: #d0d0d0;
  background-color: #d0d0d0;
  
}

/***
 * Links
 */
 
a {
    color: #3333cc;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}


a.external {
    background-image: url( ../g/icons/link.gif );
    background-repeat: no-repeat;
    padding-left: 20px;
}

a.email {
    background-image: url( ../g/icons/email.gif );
    background-repeat: no-repeat;
    padding-left: 20px;
}

a.back, a.back_line {
    display: block;
    background-image: url( ../g/icons/pfeil_links.gif );
    background-repeat: no-repeat;
    padding-left: 13px;
    padding-top: 12px;
   color: #666666;
}

a.back_line {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

/* Alle †berschriften und AbsŠtze */
h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
}

/* kleine †berschriften und AbsŠtze */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + p {
  padding-top: 10px;
}
/* Abstand vor gro§en †berschriften */
* + h1,
* + h2 {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #dddddd; 
}

/* Ausnahme fźr AbsŠtze/†berschriften nach imagecol */
.imagecol_right + h1,
.imagecol_right + h2,
.imagecol_right + h3,
.imagecol_right + h4,
.imagecol_right + h5,
.imagecol_right + h6,
.imagecol_right + p {
  margin: 0px;
  padding: 0px;
}

h1 {
    font-size: 13pt;
}

h2 {
    font-size: 11pt;
}

h3 {
    font-size: 9pt;
    font-weight: bold;
}

/**
 * Listen
 */
ul{
    list-style: circle outside;
}

li {
    margin-bottom: 3px;
    color: #000;
}

/** 
 * AbsŠtze
 */
p {
    margin-top: 3px;
}

/* Kursive Motto-Zeile / Spruch */
#motto {
  font-style: italic;
  font-size: 12pt;
  color: #999999;
  margin-left: 20px;  
}


/**
 * das Logo 
 */

#logo {
    float: left;
    margin-left: 132px;
    margin-top: 8px;
    width: 316px;
    height: 136px;
    background-image: url( ../g/logo.png );
    background-repeat: no-repeat;
}

* html #logo {
  margin-left: 68px;
  height: 150px;
}

/**
 * Kontaktdaten
 */

#contactdata {
    margin-top: 16px;
    float: right;
    margin-right: 84px;
}

* html #contactdata {
   margin-right: 50px;
}

#contactdata div.contactelement{
  text-align: left;
  font-size: 8pt;
  color: #b0b0b0;
  margin-bottom: 11px;
}

#contactdata div.contactelement div.title{
  color: #909090;
}


.clear {
    clear: both;
}
/**
 * MAIN
 */

#contents{
    width: 666px;
    background-color: #f9f6f3;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    margin-left: 5px;    
}

* html #contents{
    margin-left: 0px;
}

*+html #contents[id]{
/    margin-left: 0px;
}


/* Banner */
#headline {
    width: 666px;
    height: 68px;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    margin-left: 5px;  
}

*+html #headline[id]{
/    margin-left: 0px;
}


* html #headline {
    margin: 0px;
    margin-top: -3px;
}


#headline div.title{
    padding-left: 10px;
    padding-top: 35px;
    text-align: left;
    color: #ffffff;
    font-size: 16pt;
}


/***
 * Sidebox
 */
div.sidebox {    width: 145px;    text-align: left;    border-left: 1px solid #939393;    font-size: 8pt;    float: right;
    margin: 0px;
    margin-left: 0px;
	padding-bottom: 32767px;	margin-bottom: -32767px;    
}div.sidebox div.title{    margin-top: 12px;    background-color: #cccccc;    padding: 3px;
    padding-left: 5px;    color: #434343;    font-size: 9pt;    font-weight: bold;
    margin-bottom: 5px;}

div.sidebox div.subtitle{
    font-size: 7pt;    font-weight: bold;
    color: #434343; 
    margin: 0px;
    margin-top: 9px;
    padding: 0px;
    padding-left: 5px;
}
div.sidebox div.text{    padding-left: 5px;
    padding-right: 5px;    color: #434343;}

div.sidebox a {
    color: #666666;
}

div.sidebox a:hover {
    color: #000000;
    text-decoration: none;
}

div.sidebox b a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

div.sidebox ul{
    list-style-type: none;
    margin: 0px;
    padding-left: 2px;
}

div.sidebox li{
    margin-bottom: 9px;
}


#text {
    float: left;
    width: 470px;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
/*    color: #606060;*/
    color:#000000;
	padding-bottom: 32787px;	margin-bottom: -32767px;
}

/*** 
 * images
 */
#text div.imagecol_right {
    float: right;
    margin-right: -35px;
}

#text div.imagecol_right img {
    display: block;
    border: 1px solid #606060;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
}

img.textimage_right {
    float: right;
    border: 1px solid #606060;
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#text .image{
    float: right;
    margin-right: -10px;
    margin-top: 16px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#text .image_l{
    float: left;
    margin-right: 10px;
    margin-top: 16px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#text .image img{
    border: 1px solid #606060;
}

#text .image_l img{
    border: 1px solid #606060;
}


#text .image .caption{
    margin-top: 4px;
    padding-left: 0px;
    font-size: 8pt;
    font-weight: normal;
}

#text .image a{
    color: #606060;
}

#text .collageimage img {
    border: 0px;
}


