body {
	margin: 					0px;
	color: 						#000000;
	font-family: 				"Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica;
	font-size: 					12px;
	background-color: 			#B4B4B4;
}

a:link, a:visited, a:active {
    color: 						#aa6666; 
	text-decoration: 			underline; 
}

a:hover { 
	color: 						#cc9999; 
	text-decoration: 			underline; 
}

#container {
	background: 				url(images/bg-main.jpg) repeat-y;
	border: 					1px solid #555;
	height:						100%;
}

#intro p, #intro h3{
	margin-left:				200px;
}

#kopf {
	background: 				url(images/header_hand.jpg) no-repeat;
	height:						172px;
	background-color: 			#B4B4B4;
}

#kopf h1{
	position: 					absolute;
	left:						230px;
	top:						75px;
}
#kopf h2{
	position: 					absolute;
	left:						407px;
	top:						121px;
	color:						#ddd;
}

#quickSummary, #inhalt, #supportingText {
	position:					relative;
	top:						65px;
	left:						15px;
	width:						780px;
	margin-top:					15px;
}

#supportingText {
	margin-left:				200px;
	margin-bottom:				200px;
	width:						780px;
}

p, p1, p2 {
	width:						700px;
}

h1
{
	margin-top: 				10px;
	color: 						#aa6666;
	font-size: 					1.3em;
}

h2 {
	margin: 					0 0 4px 0; 
	padding-left:				10px;
	position:					static;
	text-decoration: 			none;
	color:						#973543;
	font-size: 					1.3em;
}

h3 {
   color: 						#6D3B42;
   font-size: 					1.1em;
}

#bild {
	position: 					absolute;
	width: 						180px;
	margin-top: 				60px;
	background-color: 			#FFF;
	padding: 					3px;
	top: 						190px;
	left: 						3px;

}

.menu {
	display: 					none;
}

#navi {
	position: 					absolute;
	top: 						165px;
	left: 						100px;
	height: 					40px;
}

#navi ul li {
	display:					inline;
	
}

#linkeSpalte #navi ul a {
	float:						left;
	padding-top: 				1.9em;
	padding-right: 				1.2em;
	padding-left: 				1.2em;
	border-right: 				1px solid #555;
	border-left: 				1px solid #444;
	border-top: 				1px solid #444;
	background-color: 			#222;
	border-bottom: 				2px solid #444;
}

#linkeSpalte #navi ul a:link, #linkeSpalte #navi ul a:visited, #linkeSpalte #navi ul a:active {
	color: 						#FFF;
	text-decoration: 			none;
	border-bottom: 				2px solid #222;
	float:						left;
}

#linkeSpalte #navi ul a:hover {
	color: 						#9A3140;
	text-decoration: 			none;
	background-color:			#CCC;
	border-bottom: 				2px solid #9A3140;
}

#linkeSpalte #navi ul em {
	float:						none;
	display:					block;
	border-right-width: 		1px;
}

ul {
	margin-top:					10px;
}
#inhalt ul { padding:0px; margin-left:216px; }

#footer {
	margin-bottom:				10px;
}

#footer a {
	display: 					inline;
	padding-left: 				20px;
	margin-top:					4px;
}

.select {
	color:						#DDD;
	padding-left:				10px;
}
