/* *** 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: white;
font-size: 11px;
font-family:Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0;
margin:0;
height: 100%;

}


#wrapper {
              position:relative;
              width:960px;
              min-height:100%;
              height:auto !important;
              height:100%;
              margin:0 auto;
}



a {color: #000000;
  text-decoration: none;
  font-weight: bolder;
  font-size: 23px;
  }
a:visited {color:#000000;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 30px;
padding:5px 10px;
margin:0;
}


h2 {
font-size:25px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
}

h3 {
font-size: 20px;
}

h4 {
font-size: 30px;
text-transform:none;
padding:5px 10px;
margin:0;
text-align:right; }

td {
min-width: 100%;
}



li  {
list-style-type: square;
list-style-position: inside;
padding: 5px 10px;
}


p {
font-size: 14px;
padding:5px -100px;

 }


img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
background-color: #ffffff;
position: relative; 
height: 100%
}


/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding-left: 50px;

overflow:auto;
height: 100%;



}
div#content { 
height:100%;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}



/* --------------left navigavtion------------- */


	#navigation  {

		width:250px;
		height: 800px;
		font-size: 16px;
		float: left;
		background-repeat: repeat-y; 
		background-color: transparent;
		border-right-color: white;
		border-top-color: white;
		border-bottom-color: white;
		border-style: solid;


	}
	#navigation ul {
	
		list-style-type:none;
		border-bottom: 2px solid;
		
	}
	#navigation li{
		float:left;
		display:block;
		padding:8px 12px 6px;
		border-bottom: 2px solid;
	}
	#navigation ul ul {
		position:absolute;
		border-bottom: 2px solid;

	}
	
	#navigation a,
	#navigation li.active li a{
		display:block;
		padding:20px 12px;
		background: E4E5E6#;

	}
	#navigation a:hover, #navigation li.active li a{
		background-image: url(../archstuecheli/images/nav_bg_hover.png);


		font-size: 20px;
		color:black;
	}
/* -----------footer--------------------------- */

#footer {


background-repeat: repeat-x; 
        position:relative;
              bottom:0;
              left:0;
              width:100%;
              height:80px;
              
 }

