﻿/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
body {
/*	background: #000000;  */
	background-image:url('images/Carbon_Fiber_kl.jpg'); 
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #564b47;
	padding: 0;
	margin: 0;
	height: 100%;
	text-align: center;
}


a {
	color: #564b47;
}
a:visited {
	color: #564b47;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
h1 {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #E0A3B7;
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	padding: 5px 15px;
	margin: 0;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
}


img.download {
	vertical-align: middle;
}
/* ----------Abstand oben-------------- */
#distance {
	width: 1px;
	height: 30px;
	background-color: #000000;
	margin:0 auto
}
/* ----------container zentriert das layout-------------- */
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-color: #000;
	height:800px;			/* Maß A - Bestimmt die ges. Höhe (120 plus 20 plus B plus 80)*/
}

.style_1 {
	height:600px;
	background-color:gray			/* Maß B - Bestimmt die mittlere Höhe (A minus 120 minus 20 minis 80) */
}
.style_11 {
	height:600px;
	background-color:gray			/* Maß B - Bestimmt die mittlere Höhe (A minus 120 minus 20 minis 80) */
}


/* ----------kopf for logo-------------- */
#kopf {
	background-color: #e1ddd9;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 120px;
}
#kopf_l {
	float:left;
	z-index: 5;
}
#fenster {
	position: absolute;
	top: 0px;
	left: 120px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}
#kopf_r {
	float:right;
	z-index: 15;
}

#kopf_14 {
	position: absolute;
	top: 5px;
	left: 130px;
	height: 50px;
	width: 340px;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #564b47;
	z-index: 20;
}
#kopf_15 {
	position: absolute;
	top: 5px;
	left: 530px;
	height: 12px;
	width: 153px;
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7pt;
	color: #564b47;
	font-weight: lighter;
	z-index: 30;
}
#kopf_16 {
	position: absolute;
	top: 50px;
	left: 130px;
	height: 50px;
	width: 560px;
	text-align: center;
	color: #000;
	z-index: 10;
	
}


/* -----------------Inhalt--------------------- */
#inhalt {
	background-color: #DFDDD0;
}
#menue {
	background-color: #CABBA1;	
	height:20px
}
p, pre {
	padding: 5px 10px;
	margin: 0;
}

/* -------------- Menue          ------------- */


#menue_1 {
	height:50px;
	width:900px;
	background-color: gray;

	}
	
#menue_2 {
	background-color: #CABBA1;
	text-align: left;
	height: 20px;
}


#menue_o {
	 float:left;
	 position: relative;
	 margin-top:0px;
	 margin-left:15px; 
	 height:30px; 
	 width:860px;
	 text-align: center;
	 font-family:Arial, Helvetica, Sans-Serif;
	 font-weight:bold;
	 font-size:9pt;
	 color:#CBC9BA;

	}



/* --------------left navigavtion------------- */
#left {
	background-color: #CABBA1;
	float: left;
	width: 120px;
	margin-left:0px;
	height:600px;
}
#content {
	position: absolute;
	top: 140px;
	left: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 580px;
	height:600px
}

#right {
	background-color: #CABBA1;
	float: right;
	width: 200px;
	height:600px;
}
/* -----------footer--------------------------- */
#footer {
	background-color: #CABBA1;
	text-align: left;
	height: 60px;
	width: 900px;
}

#fuss {
	height:50px;
	width:900px;
	background-color: gray;

	}

#fuss_o {
	 float:left;
	 position: relative;
	 margin-top:15px;
	 margin-left:15px; 
	 height:30px; 
	 width:860px;
	 text-align: center;
	 font-family:Arial, Helvetica, Sans-Serif;
	 font-weight:bold;
	 font-size:9pt;
	 color:#CBC9BA;

	}

