body { background-color: white;
	}

/* Struktur */
	
#grafikrechts{
	position: absolute;
	top: 59px;
	right:0px;
	border: 0px solid blue;	
	}	
	
#header{
	position: absolute;
	top: 60px;
	right:694px;
	border: 0px solid blue;	
	}	

#grafikunten{
	position: absolute;
	top: 359px;
	right:0px;
	border: 0px solid blue;	
	}
	
#c1{
	position: absolute;
	top: 120px;
	right:814px;
	border: 0px solid green;	
	}
	
#m1{
	position: absolute;
	top: 120px;
	right:694px;
	border: 0px solid green;	
	}
	
#y1{
	position: absolute;
	top: 120px;
	right:574px;
	border: 0px solid blue;	
	}
	
#k1{
	position: absolute;
	top: 120px;
	right:454px;
	border: 0px solid blue;	
	}
	
#c2{
	position: absolute;
	top: 240px;
	right:814px;
	border: 0px solid green;	
	}
	
#m2{
	position: absolute;
	top: 240px;
	right:694px;
	border: 0px solid green;	
	}
	
#y2{
	position: absolute;
	top: 240px;
	right:574px;
	border: 0px solid blue;	
	}
	
#k2{
	position: absolute;
	top: 240px;
	right:454px;
	border: 0px solid blue;	
	}
	
#navi{
	position: absolute;
	top: 120px;
	right:94px;
	width: 359px;
	height: 119px;
	background-color: #eae5e2;
	border: 0px solid blue;	
	}
	
#info{
	position: absolute;
	top: 239px;
	right:94px;
	width: 359px;
	height: 120px;
	background-color: #eae5e2;
	border: 0px solid blue;	
	}
	
#name{
	position: absolute;
	top: 330px;
	right:334px;
	width: 119px;
	height: 30px;
	background-color: transparent;
	border: 0px solid blue;	
	font-size: 11px;
	font-family: Minion Pro; Garamond, Times New Roman, serif;
	}
	
#big{
	padding: 0px 0px 0px 25px;
	}
	
#adresse{
	position: absolute;
	top: 330px;
	right:214px;
	width: 119px;
	height: 30px;
	background-color: #eae5e2;
	border: 0px solid green;	
	font-size: 11px;
	font-family: Minion Pro; Garamond, Times New Roman, serif;
	}
	
#kommunikation{
	position: absolute;
	top: 330px;
	right:94px;
	width: 119px;
	height: 30px;
	background-color: #eae5e2;
	border: 0px solid yellow;	
	font-size: 11px;
	font-family: Minion Pro; Garamond, Times New Roman, serif;
	}
	
#kommunikation a{
	color: black;
	font-family: Minion Pro; Garamond, Times New Roman, serif;
	font-size: 11px;
	}

/* Optik und Verhalten */
	
.inactive{
	color: #eae5e2;
	}
	
.active{
	color: black;
	}

ul {
	border: 0px solid green;
	padding: 0px 0px 0px 10px;
	}

ul li{
	list-style-type: none;
	}
	
a:link{
	color: black;
	font-family: Minion Pro; Garamond, Times New Roman, serif;
	font-size: 18px;
	line-height: 1.5em;
	text-decoration: none;
	}
	
a:hover{
	font-family: Minion Pro; Garamond, Times New Roman, serif;
	font-size: 18px;
	line-height: 1.5em;
	text-decoration: none;
	color: #e2007a;
	}
	
a:visited{
	font-family: Minion Pro; Garamond, Times New Roman, serif;
	font-size: 18px;
	line-height: 1.5em;
	text-decoration: none;
	color: #009ee1;
	}
	
img {
	border: none;
	}
