/**
	Allgemeines 
**/

@import url(basics.css);

body{
	background: url(images/bg-streifen-grau-v.png) top left repeat-y;
	margin: 0;
	padding: 0;
}

h1{
	width: 179px;
	border: 1px solid #dbdbdb;
	color: #464646; 
	font-size: 100%;
	padding: 4px 6px 5px 14px;
	margin: 0;
	background-color: white; 
	font-weight: normal;
	line-height: 14px;
}


/** 
	Kopf 
**/

#logo{
	background-color: white;
}

#logo img{
	display:block;
}

#content{
	position: relative;
	top: 0; left: 0;
}

/** 
	Bilder
**/ 

#mimg{
	background-color: #d9d9d9;
	background-image: url(images/gruppe3-blanko.png);
	background-repeat: no-repeat;
	position:relative; left: 202px;
	border-bottom: 1px solid white;
	height: 300px;
	margin-right: 202px;
}

.bildgr, .bildkl{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
}

.bildgr{
	width: 401px;
	height: 300px;
	top: 0px; left: 1px;
}

.bildkl{
	width: 133px;
	cursor: pointer;
}

#bild1, #bild2{
	height: 100px;
	top: 0px;
}

#bild3, #bild4{
	height: 99px;
	top: 101px;
}

#bild5, #bild6{
	height: 99px;
	top: 201px;
}

#bild1, #bild3, #bild5{
	left: 403px;
}

#bild2, #bild4, #bild6{
	left: 537px;
}

/** 
	Navigation 
**/ 

#mnav{
	background-color: #8c8c8c;
	margin-left: 1px;
	position: relative;
	top: 0px; left: 0px;
}

#unav{
	position: absolute;
	top: 0px; left: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: #d9d9d9;
	width: 201px;
}

#unav ul, #mnav ul{
	list-style-type: none;
	margin: 0; padding: 0; 
}

#mnav ul{
	padding-left: 201px;
 	width: 670px; 
	border-right: 1px solid white;
	/*border: 1px solid red;*/
}

#unav li, #mnav li{
	margin: 0;
	padding: 0;
	line-height: 14px;
}

#unav li{
	border-top: 1px solid white; 
}

#mnav li{
	float: left;
	border-left: 1px solid white;
	width: 133px;
}

#unav a.akt, #unav a:hover{
	background-color: #8c8c8c;
	color: white;
}

#unav a.impressum{
	color: white;
}

#unav a.impressum:hover{
	background-color: #d9d9d9;
	color: #464646;
}

#mnav a.akt, #mnav a:hover{
	background-color: #d9d9d9;
	color: #464646;
}

#mnav a.extra:hover{
	background-color: #8c8c8c;
	cursor: default;
}

#unav li a, #mnav li a{
	display: block; 
	padding: 5px 6px 5px 14px;
	text-decoration: none;
	font-weight: normal; 
}

#unav li a{
	color: #8c8c8c;
	/*idth: 181px;*/
}

#mnav li a{
	color: white;
	width: 113px;
}

#unav a.pfeilr{
	background-image: url(images/pfeilr.png);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

#unav a.pfeilr:hover{
	background-image: url(images/pfeilrw.gif);
}

#unav ul ul li{
	background-color: #e6e6e6;
}

#unav ul ul li a{
	padding-left: 20px;
}

#unav ul ul li a.akt, #unav ul ul li a:hover{
	background-color: #e6e6e6;
	color: #464646;
}

#unav a.pfeilu{
	background-image: url(images/pfeilu.png);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	background-color: #8c8c8c;
}

a.akt{
	cursor: default;
}

/** 
	Textbereiche 
**/

#text{
	margin-left: 204px;
	width: 371px;
	border-top: 1px solid #d9d9d9;
	padding: 14px;
}

#data{
	position: absolute;
	top: 316px;
	left: 620px;
	width: 270px;
}

#data h3{
	margin: 0 0 10px 0;
	font-size: 100%;
	line-height: 14px;
	padding: 3px 0 0 0;
	color: #464646;
	font-weight: normal; 
}
