/* *** 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: #97BF0D;
/*	background-image: url(../IMG/Maler_Pinsel.jpg);	*/
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#666666;
/*	color:#669900;	*/
	padding:0;
	margin:0;
}

p, pre {
padding: 5px 10px 15px;
margin:0;
}

a {
color: #0062A7;
}

a.top {
font-size: 10px;
}

/*	a:visited {color:#DB7093;}	*/
a:hover {
color: #669900;
}

a:active {
color: #669900;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	color:#EAF2CF;
/*	background-color: #EAF2CF;	*/
	background-color: #ACCC3D;	
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px 15px;
	margin:0px;
	}

h2, h3, h4 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
 }

h2 {
	padding: 20px 10px 20px;
	font-weight: bold;
	color: #0062A7;
	border-bottom:1px solid #000000;
}

/* mit der tlb Klasse wird der doppelte Einzug und der Abstand nach unten (Padding und Zellenspacing aufgefangen */
.tbl {
	padding: 0px;
}

h3 {
	font-size: 16px; 
}

h4 {
	font-size: 14px; 
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 900px;
	border-top: 10px solid #0062A7;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
/*	border: 1px solid #336600;	*/
	margin-bottom: 10px;
	margin:0 auto;
	background-color: #D5E59E;
/*	hellgruen, ohne diese Faber ist das Background Porblem geloest	background-color: #EAF2CF;	*/
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #C1D96E;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

/*	#banner img {padding:10px 15px;} */

/* -----------------Inhalt--------------------- */
#content {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0px 180px 0px 200px;
	border-left: 1px solid #ACCC3D;
/*	border-right: 10px solid #FF0000;	rot	*/	
	border-right: 10px solid #97BF0D;
}

ul li {
	list-style-type:square;
	padding: 5px 10px;
	margin-top:0px;
	}

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

/*
#zitattop, #zitatbottom, #zitatright  { 
	color:#564b47;
	margin: 0px;
	padding: 5px;
	border-top: 0.1em solid;
	border-bottom: 0.1em solid;
	border-color:#564b47;
	background-color: #FFFFFF;
}

#zitatbottom  { 
margin-top: 70px;
}
*/


/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #D5E59E;
}

#left h3 {
	color:#669900;	
	margin-left: 0em;
	padding: 5px 0px 10px 20px;
	}

#left p {
	margin-left: 1.0em;
	margin-right: 1.0em;
	padding:30px;
	margin-top:55px;
	margin-bottom:60px;
	border: 0.1em solid;
/*	font-size: 0.1em;	*/
	text-align:center;

/*  background: transparent;	*/
  background-color: #FFFFFF;
  text-decoration: none;
	}

/* --------------right irgendwas------------- */
#right {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
/*	background-image: url(../IMG/Maler_Pinsel_bg.jpg);	*/
	}
		
#right h3 {
	color:#669900;	
	margin-left: 0em;
	text-align: right;
	padding: 5px 15px 5px;
	}
/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

/* -----------layer--------------------------- */
#rightbg {
/*	background-color: #FFFFFF; */
height: 120px;
}

/* -----------navigation--------------------------- */
#navcontainer {
/*	border: 1em solid #336600;	*/
/*    background: pink;	*/
min-height:470px;
height:expression(this.scrollHeight > 470 ? "auto":"470px"); 
}

#navcontainer ul {
    padding: 0px 0px 0px 0px;
/*    padding: 0 1px 10px;	Abstaende zwischen den Navi Punkten*/
    margin: 0;
}

#navlist {
	/*	padding: 10 1px 1px;	*/
    margin-left: 0;
	font-size: 11px;
	background: transparent;
	width: 200px;
	font-weight: bold;
}

#navlist li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ACCC3D;
 /* border-bottom: 1px solid #ACCC3D;
  background-image: url(IMG/Maler_Pinsel_bg.gif);*/
  background-color: #EAF2CF;
  text-align: left;
  display: block;
}

#navlist li a {
  display: block;
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #C1D96E;
  border-right: 1em solid #C1D96E;
/*  background: transparent;	*/
  background-color: #EAF2CF;
  text-decoration: none;
}

/*	das ist der hover fuer die ganze Navi	*/
#navlist li a:hover
{
  border-color: #0062A7;	/*blau	*/
/*  border-color: #97BF0D;	gruen	*/
  background: #FFFFFF;
}

/*	diese ID ist fuer IST rot dito hover	*/
#navlistist li
{
  background: #FFFFFF;
}


/* hier starten die Case Klassen	*/	

.navlist
{
  margin-left: 0px;
  color: #336600;
  background: transparent;
}

.navlistist
{
  margin-left: 0px;
  color: #0062A7;	/*blau	*/
/*  color: #669900;		gruen */
  background: transparent;
  }

.navlistsub1
{
  margin-left: 10px;
  background: #f7f7f7;
  color: #ACCC3D;
  background: transparent;
}

.navlististsub1
{
	margin-left: 10px;
	background: #f7f7f7;
	color: #0062A7;
	background: transparent;
}

.navlistsub2
{
  margin-left: 20px;
  background: #f7f7f7;
  color: #ACCC3D;
  background: transparent;
}

.navlististsub2
{
  margin-left: 20px;
  background: #f7f7f7;
  color: brown;
  background: transparent;
}

/* weitere Klassen	*/	

/*	teamkisten */
.teamkisten 
{ 
	background: #F1F1F1;
	width: 475px;
	padding: 5px;
	margin: 0px 10px 20px 10px;
	border-top: 1px solid  #000000; 
	border-bottom: 1px solid  #000000; 
	min-height:216px;
	height:expression(this.scrollHeight > 216 ? "auto":"216px"); 
}

.teamkisten p, h4 
{ 
	padding: 0px;
	margin: 0px 0px 0px 165px;
}

.teamkisten p 
{ 
	font-size: 12px;
}

.teamkisten h4 
{ 
	font-weight: bold;
}

.teambild 
{ 
	/*	border-right: 5px solid red;  */
	border: 1px dotted #564b47;
	float: left; 
	padding: 2px;
	margin: 0px;
 }

.antifloat {
clear: left;
}

