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

h1 { font-size : 1.8em; }
h2 { font-size : 1.3em; }

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

#banner p{
	width: 600px;
	margin: 0 auto;
	padding: 0px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #EFF0AD;
	text-align: center;
}

#menu {
	height: 20px;
	width: 780px;
	padding-bottom: 35px;
	padding-top: 12px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu a {
	color: #EFF0AD;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1.5em;
}

#menu a:visited {
	color:#EFF0AD;
	text-decoration: none;
}

#menu a:hover {
	color: #00346F;
	text-decoration: none;
}

#menu a:active {
	color:#00346F;
	text-decoration: none;
}

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

#content p{
	line-height: 1.6em;
	padding:  0;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#content img{
	border: 10px solid #FFF;
	display: block;
	margin-left: auto;
	margin-right: auto
}

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

#footer p{
	color: #fff;
	width: 600px;
	margin: 0 auto;
	padding: 80px 0 0px;
	text-align: center;
}

#footer img{
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 2px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF7CD;
	border-right-color: #FFF7CD;
	border-bottom-color: #FFF7CD;
	border-left-color: #FFF7CD;
}

table
{
border-collapse:collapse;
}

table, th, td{
	border: 1px solid #000;
	
}

td
{
padding:15px;
}