/* CSS Document */
* {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	background-color:#FFFFFF;
	font-size: 15px;
	line-height: 120%;
}

body {
	margin: 0px;
	padding: 0px;
	height:100%;
	/*position:relative;*/
}
p,div,form,h1,h2,h3,ul,li,ol,td {
	margin: 0px;
	padding: 0px;
}


#site-info {
	width:960px;
	margin:0px auto;
	font-size:10px;
	text-align: center;
}

#fb-like {
	position: absolute;
	right: 0px;
	bottom: 2px;
	width: 85px;
	height: 20px;
	z-index: 333;
}

#site-language {
	width:200px;
	margin:0px auto;
	font-size:10px;
	text-align: left;
}



#flash_content {
/*	height: 100%;
	height: auto;
	min-height: 100%;*/
}

#flash_content object {
	z-index: 111;	
}

#no_flash {
	font-size:12px;
	text-align: center;
}
#no_script {
	width:100%; 
	position:absolute; 
	top:0px; 
	background: #c3081b; 
	padding:8px 0px 8px 0px; 
	z-index:20; 
	text-align: center;
	color:#FFFFFF;
	font-weight: 700;
	font-size:12px;
}













.jswarning{ 
6	  font-family:Arial, Helvetica, sans-serif; 
7	 font-size: 9px; 
8	 height: 20px; 
9	 border: #d6d8d6 1px solid; 
10	 width: 100%; 
11	 padding-top: 10px; 
12	 padding-left: 30px; 
13	 background: #ffffe1 url(imgs/exclamation.gif) 4px 8px no-repeat; 
14	} 
15	#web{ 
16	  font-weight: bold; 
17	  color: #666; 
18	} 
















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


a {
	color: #666;
	text-decoration: none;
}
a:visited {
	color:#666;
}
a:hover {
	color: #000;
}
a:active { color:#000000; text-decoration: line-through;}


h1 { font-size : 1.8em; }
h3 { font-size : 1.3em; }
pre, code{ 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: 15px 0 60px;
}

#content {
	width: 600px;
	margin: 0 auto;
	padding:150px 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;
}

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