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

body {
	font-size: 0.8em;
	font-family:  'Lucida Grande', Verdana, Arial, sans-serif;
  	color:#000000;  
  	padding: 0;
  	margin:0;
  	background:url(../images/bg-menu.jpg) repeat-y  top left #f5f5f5; 
  	}


a {color: #DB7093; text-decoration: none; }
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000; text-decoration: line-through;}


h1 { font-size : 1.8em; }
h3 { font-size : 1.3em; }
pre, code{ font-size: 1.3em;}

#menue {
	position: fixed;
	left: 0;
	top: 0;
	width: 220px;
	padding: 40px 0;
	margin: 0;
}

#content {
	width: 500px;
	margin: 0 0 0 270px;
	padding: 30px 0;
}

#content p{
line-height: 1.6em;
padding: 0 15px 0 0;
margin:0 0 15px;
}