/* *** 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%;

}



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;
text-align:right; }


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

h3 {
font-size: 20px;
}

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


}


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

 }


img.download {vertical-align:middle;}




/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding-left: 30%;
padding-top: 10%;
overflow:auto;
height: 100%;
float:right;
}



/* --------------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{
		display:block;
		padding:8px 12px 6px;
		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;
 }

