* 			{margin: 0; padding: 0;}
a			{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover		{
	text-decoration: underline;
	color: #FFFFFF;
}
p 			{margin: 0; padding: 0; text-align: justify;}
img			{margin: 0; padding: 0;}
/******************************************************************************************
*****************************************************************************************
*****************************************************************************************

a Tack immer vordefienierten. Wenn mann einen a Tack in einer ID deviniert, kann es dazu führen, dass sich der Wert überschreibt. So ist es möglich. Die Farbe später noch mal für den Aktivenzustand als class zu defineiren.!

* Der Wert m

*****************************************************************************************
*****************************************************************************************
******************************************************************************************/

body {
	padding: 0;
	margin: 0;
	background-image: url(../bilder/hintergrund.png);
	background-repeat: repeat-x;
	background-position: 50% top;
	background-color: #3D95EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	}

#main {
	background-image: url(../bilder/index.png);
	background-repeat: no-repeat;
	background-position: 50% top;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 850px;
}


#navi {
	height: 720px;
	width: 180px;
	float: left;
	margin-left: 10px;
}
#navi ul{
	width: 125px;
	margin-left: 45px;
	margin-top: 200px;
}
#navi li{
	list-style-image: none;
	list-style-type: none;
}

#navi li a{
	list-style-type: none;
	height: 20px;
	display: block;
	margin-left: 3px;
	font-weight: bold;
	list-style-image: none;
	margin-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
#navi li  a:hover{
	background-color: #58a4ef;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

#content{
	width: 640px;
	height: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}

#hader {
	height: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
#hader  li {
	display: inline;
	list-style-type: none;
	height: 20px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#hader ul {
	margin-right: 20px;
	margin-top: 10px;
}


#inhalte{
	width: auto;
	margin-top: 15px;
	height: 360px;
	padding-left: 20px;
	padding-right: 20px;
}
#inhalte a {
	color: #FFFF00;
	font-size: 13px;
}


#werbung {
	height: 720px;
	width: 140px;
	float: right;
	margin-right: 10px;
	font-size: 14px;
	text-align: left;
}
#fuss {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 5px;
}
#counter {
	width: 125px;
	margin-left: 45px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

#spalte_a{
	float: left;
	width: 270px;
	margin-left: 20px;
	margin-top: 25px;
}

#spalte_b{
	float: right;
	width: 270px;
	margin-left: 20px;
	margin-top: 25px;
	margin-right: 10px;
}
#spalte_c {
	margin-left: 20px;
	margin-top: 25px;
	margin-right: 30px;
}



.ko {
	background-image: url(../bilder/navi_ko.png);
	background-repeat: repeat-y;
	height: 45px;
}

.gb{
	background-image: url(../bilder/navi_bg.png);
	background-repeat: repeat-y;
}
.fu{
	background-image: url(../bilder/navi_fu.png);
	background-repeat: no-repeat;
	height: 30px;
}

