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

body {
background:#666666 url(images/bg.gif) repeat-x;
margin:0;
padding:0;
}

body, td, th, input, select, textarea {
-x-system-font:none;
color:#333333;
font-family:Arial,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5;
}

a {color: #940F04;}
a:visited {color:#940F04;}
a:hover {color: #564b47;}
a:active { color:#000000;}

#footer a:link, #footer a:visited  { 
	color: #666;
	text-decoration: underline;
}

#footer a:hover { 
	color: #ddd; 
	text-decoration: none;
}

img.download {vertical-align:middle;}

img {border: 0;}

/* ----------container zentriert das layout-------------- */
#container {
width: 1000px;
margin-left: auto;
margin-right: auto;
z-index: 2;
}

.box_wrapper {
	width: 915px;
	margin: 0 0 15px 0;
	padding: 15px 0 15px 15px;
	background: #e6e6e6;
	overflow: hidden;
	position: relative;
	clear: both;
}

.box {
	float: left;
	width: 290px;
	background: #d6d6d6;
	padding: 0;
	margin: 0 15px 0 0;
}

.box_content {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #C6C6C6;
margin:8px;
overflow:hidden;
padding:8px;
position:relative;
}

.full_box {
background:#D6D6D6 none repeat;
float:left;
margin:15px 15px 0 0;
padding:0;
position:relative;
width:900px;
}

.box_info {
background:#FFFFFF none repeat;
border:1px solid #C6C6C6;
clear:both;
margin:8px;
overflow:hidden;
padding:20px;
}
/* ----------banner for logo-------------- */
#header {
background:#000000 url(images/head.gif) repeat-x;
border-bottom:  3px solid #E03000;
height: 100px;
text-align: right;
padding: 0 40px;
position: relative;
z-index: 2;
}

.float-l, #logo  {
	float: left;
	width: 250px;
	text-align: left;
}
.float-r {
	float: right;
	width: 650px;
	text-align: right;
}

.bottom {
	position: relative;
	bottom: 0;
}


#quick_contact {
color:#FFFFFF;
font-size:16px;
margin:0;
position:absolute;
right:40px;
text-align:right;
top:5px;
}

#header, #footer {
margin:0 10px;
}

/* -----------------Menü oben--------------------- */
ul.menu.main {
	display:block;
	position: absolute;
	bottom: 9px;
	right: 42px;
	margin: 29px 0 0 0;
}
ul.menu.main li a, ul.menu.main li a:visited {
	color: #fff;
}
ul.menu.main li a:hover {
	color: #4192e5;
}	
ul.menu.main li a.current {
	color: #e03000;
}

ul.menu {
	list-style-type: none;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
ul.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul.menu li a {
	float: left;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

ul.menu li h2 {
	display: inline;
	font-size: 1em;

}


/* -----------------Inhalt--------------------- */
#content {
	background: #fff url(images/content.gif) repeat-y;
	width: 930px;
	margin: 0 10px;
	padding: 25px 25px 25px 25px;
	overflow: hidden;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
	background: #1f1f1f url(images/footer.gif) repeat-x;
	color: #999;
	padding: 20px 0 10px 40px;
}

#footer ul { padding: 0; }

div#footer li {
	display: inline;
	list-style: none;
}

/* -----------text and fonts--------------------------- */

h1, h2, h3 {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

h1 {
	font-size: 28px;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 18px;
	color: #444;
}
h3 {
	font-size: 16px;
	color: #555;
}


h3 a, h3 a:visited{
	color:#555555;
}

#footer h3 {
display:inline;
font-size:1.2em;
font-weight:normal;
}

#footer h4 {
display:inline;
font-size:1.1em;
font-weight:normal;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

span.pipe {
margin:0 7px;
}

.google_r {
float:right;
text-align:right;
width:310px;
}

.google_l {
float:left;
text-align:right;
width:310px;
}