/* ALLGEMEINE CSS ANWEISUNGEN **********************************************************************************/
*{
	margin: 0; 
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}
	
/************************** KOPFBEREICH *******************************/

#kopf{
	width: 100%;
	height: 151px;
	position: relative;
	background: #4c3867 url(../design/k1.jpg) top center;
}

#kopflinks {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../design/links_startseite.png) no-repeat left top;
	height: 100%;
	width: 25em;
}

#kopflinks img {margin: 1em 0 0 1.5em;
	}


#kopfmitte{
	position: relative;
	z-index: 3;
	height: 5em;
	width: 20em;
	text-align: center;
	margin: 0 auto;
}

#kopfmitte p{
	padding: 2em 0 0 0;
	color: white;
	font-size: 80%;
}


#kopfrechts{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: url(../design/rechts_startseite.png) no-repeat right top;
	height: 100%;
	width: 30em;
}

#kopfrechts img{
	width: 100%;
	height: 100%;
	border: 0;
}

#kopfrechtsshop{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: url(../design/rechts_shop.png) no-repeat right top;
	height: 100%;
	width: 30em;
}

#kopfrechtspartner{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: url(../design/rechts_partner.png) no-repeat right top;
	height: 100%;
	width: 30em;
}

#topnavigation {
	position: relative;
	z-index: 4;
	height: 4em;
	width: 44em;
	text-align: center;
	margin: 0 auto;
}

#topnavigation ul {
	margin: 13px;
	list-style-type: none;
	text-align: center;
}

#topnavigation ul li{
	width: 134px;
	height: 58px;
	float: left;
	background: url(../design/dose_1.png) no-repeat;
}


#topnavigation ul li.eins a{
	background: url(../design/a1.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}

#topnavigation ul li.zwei a{
	background: url(../design/a2.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}

#topnavigation ul li.drei a{
	background: url(../design/a3.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}

#topnavigation ul li.dreia a{
	background: url(../design/c3.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}

#topnavigation ul li.vier a{
	background: url(../design/a4.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}

#topnavigation ul li.fuenf a{
	background: url(../design/a5.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}

#topnavigation ul li.eins a:hover{
	background: url(../design/b1.png) no-repeat;
}

#topnavigation ul li.zwei a:hover{
	background: url(../design/b2.png) no-repeat;
}

#topnavigation ul li.drei a:hover{
	background: url(../design/b3.png) no-repeat;
}

#topnavigation ul li.vier a:hover{
	background: url(../design/b4.png) no-repeat;
}

#topnavigation ul li.fuenf a:hover{
	background: url(../design/b5.png) no-repeat;
}


#topnavigation ul li.eins p{
	background: url(../design/c1.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}

#topnavigation ul li.zwei p{
	background: url(../design/c2.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}

#topnavigation ul li.drei p{
	background: url(../design/c3.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}

#topnavigation ul li.vier p{
	background: url(../design/c4.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}

#topnavigation ul li.fuenf p{
	background: url(../design/c5.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}



	
/************************** NAVIGATION *******************************/
#navigation{
	height: 1.5em;
	width: 100%;
	background: #c6c8ca;
}

#navigationlinks {
	float: left;
	font-size: 70%;
	padding: .5em 0 0 2em;
}


#navigationrechts {
	float: right;
	font-size: 70%;
	padding: .5em 2em 0 0;
}


#navigationrechts a{
	padding: 0 .7em;
}















