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

body {
	background-color: #8D1D28;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:0;
	margin:0;
	background-image: url(pix/hg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
a {color: #8D1D28;}
a:visited {
	color:#8D1D28;
}
a:hover {
	color: #8D1D28;
}
a:active {
	color:#8D1D28;
}

h1 {
	font-size:14px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
	color:#8D1D28;
}
h2 {
	font-size:12px;
	padding: 10px 10px 0px 0px;
	margin:0px;
	color:#8D1D28;
	font-weight:bold;
}
h3 {
	font-size:12px;
	padding: 10px 10px 0px 0px;
	margin:0px;
	color:#8D1D28;
	font-weight:bold;
}
h4 {
	font-size:11px;
	padding: 10px 10px 0px 0px;
	margin:0px;
	color:#b42434;
	font-weight:bold;
}
h5 {
	font-size:10px;
	font-weight: normal;
	padding: 10px 10px 0px 0px;
	margin:0px;
	color:#CC0001;
	font-weight:bold;
}
h6 {
	color:#989898;
	font-size: 11px;
	text-align:left;
	padding:5px 15px;
	margin:0px;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 850px;
	margin-bottom: 10px;
	margin:0 auto;
	background-color: #FFFFFF;
	background-image: url(pix/hg-container.gif);
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #e1ddd9;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-image: url(pix/hg-titel.gif);
}
#banner img {
	padding:0;
} 

/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	padding: 20px 10px 0 10px;
	margin: 0 230px 0 150px;
	min-height: 500px;
}

/*div#content {
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}*/

p, pre{
	padding: 5px 0 5px 0;
	margin:0;
	line-height: 16px;

}

li, ul{
/*	padding: 5px 0 5px 0;
	margin:0;
*/	line-height: 16px;

}

.content p, pre{
	padding: 0;
	margin:0;
	line-height: 16px;
}

/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 42px 0 0 0;
	background-color: #FBF7F0;
	background:#FBF7F0;
	height: 100%;
}

.snav {
	font-size: 11px;
	color: #8D1D28;
	/*line-height:12px;*/
	padding:2px 20px 2px 6px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	text-align:right;
}
a.snav:active {
	color: #8D1D28;
	text-decoration: none;
}
a.snav:link {
	color: #8D1D28;
	text-decoration: none;
}
a.snav:visited {
	color: #8D1D28;
	text-decoration: none;
}
a.snav:hover {
	color: #B9822F;
	text-decoration: none;
	font-weight: bold;
}
.saktiv {
	color: #8D1D28;
	font-size: 11px;
	/*line-height:12px;*/
	padding:2px 20px 2px 6px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	text-align:right;
}
a.saktiv:link {
	color: #8D1D28;
	text-decoration: underline;
}
a.saktiv:visited {
	color: #8D1D28;
	text-decoration: underline;
}
a.saktiv:active {
	color: #8D1D28;
	text-decoration: underline;
}
a.saktiv:hover {
	color: #999999;
	text-decoration: none;
}

.sub {
	color: #333333;
	font-size: 9px;
	/*line-height:12px;*/
	padding:0px 10px 0px 6px;
	display: block;
	text-decoration: none;
	font-weight:normal;
	text-align:right;
	margin:0;
}
a.sub:link {
	color: #333333;
	text-decoration: none;
}
a.sub:visited {
	color: #333333;
	text-decoration: none;
}
a.sub:active {
	color: #333333;
	text-decoration: none;
}
a.sub:hover {
	color: #CC0001;
	text-decoration: none;
}

#right {
	float: right;
	width: 230px;
	margin: 0;
	padding: 0;
	background-color: #8D1D28;
}
/* -----------footer--------------------------- */
#footer {
	background-color:#821A24;
	clear: both;
	margin: 0px;
	padding: 0px;
	height:10px;
	text-align: right;
}


.bildrechts {
	margin-left: 10px;
	margin-bottom: 10px;
	float:right;}

.bildlinks {
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;}

.image_left {
	float:left;
	margin:0 10px 10px 0;
}

.image_right {
	float:right;
	margin:0 0 10px 10px;
}

.wrap_image {
clear:both;
}

