/* 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 {
  	background-color: #f5f5f5;
	font-size: 0.8em;
	font-family:  'Lucida Grande', Verdana, Arial, sans-serif;
  	color:#000000;  
  	padding: 0;
  	margin: 0;
  	}


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;}

#content {
	width: 600px;
	margin: 0 auto 150px auto;
	padding:30px 0;
}

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

#footer {
	background:url(../images/bg-footer.gif) repeat-x left bottom;
	width: 100%; 
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0;
}

#footer p{
	color: #fff;
	width: 600px;
	margin: 0 auto;
	padding: 80px 0 20px;
}
