/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #fff;
background-image:url(../pic/bg-verlauf.jpg);
background-repeat:repeat-x;
font-size: .8em;
font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#003064;
padding:0;
margin:20px;
}

td p {
	margin:0 0 .5em 0;
}


a {color: #003064;}
a:visited {color:#003064;}
a:hover {color: #c50c1f;}
a:active { color:#c50c1f;}

h1 {
  margin-top:0;
  font-size:1.5em;
}


/* ----------container zentriert das layout-------------- */
#container {
width: 950px;
margin-bottom: 10px;
margin: auto;
background-color: #fff;
background-image:url(../pic/container-back1.gif);
background-repeat:repeat;
border:1px solid #003064;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #f0f8ff;
padding: 0px;
margin: 0px;
/*background-image:url(../pic/ccl.jpg);*/
background-repeat:no-repeat;
height:110px;
border-bottom:5px solid #003064;
background-position:405px 0;
}




/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 10px;
margin: 0 180px 0 180px;
min-height:500px;
}



div#content { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

#content p, #content li {
  line-height:1.4em;
}

label.tfm {
	width:5em;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 180px;
margin: 55px 0 0 0;
padding: 0px;
background-color:#f0f8ff;
}

#left ul {
	margin-top:0px;
padding-top:0;
}

#left ul li {
list-style-image:url(../pic/bullet.gif);
margin-bottom:5px;

}

#left ul li a {
  text-decoration:none;
}

#left ul li ul li {
  font-size:80%;
  margin-left:-30px;
}

.menu-current {
  font-weight:bold;
}

/* --------------right column------------- */
#right {
  float: right;
  width: 180px;
  margin: 0;
  font-size:xx-small;
  text-align:center;
}

#rightcontent {
  margin-left: 5px; 
  margin-top:55px;
}

#rightcontent p {
  margin-top:20px;
}

.rightsubhead {
	border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
text-align:left;
margin-right:10px;
}


/* --------------footer------------- */

#footer {
  padding-bottom:10px;
  font-size:.9em;
  text-align:right;
  padding-right:160px;
}

#footer a:link, #footer a:visited {
  background-image:url(../pic/bullet.gif);
  background-repeat:no-repeat;
  background-position:top left;
  padding-left:20px;
  margin-right:20px;
  padding-bottom:10px;
  text-decoration:none;  
}

.scroller {
width:180px; 
margin-top:5px;
float:left;
}

.scroller h3 {
margin-top:0 !important;
font-size:10pt !important;
background-color:#eee !important;
color:#666;
}

table.sponsoren td p, table.sponsoren2 td p {
	margin:0 !important;
}

table.sponsoren2 td {
	height:100px;
	text-align:center;
	
	}


