body
{
 background-color:		#ffffff;
 font-family: 				Arial, Helvetica, sans-serif;
}

/*******************************************
 Schriften
*******************************************/

.text
{
	font-size:				small;
	font-weight:			normal;
	text-decoration:	none;
	color:						#000000;
}

.ueberschrift
{
	font-size:				medium;
	font-weight:			bold;
	text-decoration:	none;
	color:						#666688;
}

.ueberschrift-klein
{
	font-size:				small;
	font-weight:			bold;
	text-decoration:	none;
	color:						#666688;
}

.text-fett
{
	font-size:				small;
	font-weight:			bold;
	text-decoration:	none;
	color:						#000000;
}

.text-klein
{
	font-size:				x-small;
	font-weight:			normal;
	text-decoration:	none;
	color:						#000000;
}

.text-kleinrot
{
	font-size:				x-small;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ff0000;
}

.text-fuss
{
	font-size:				10px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
}

.text-rechts
{
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#000000;
	text-align:				center;
}

.text-weiss
{
	font-size:				small;
	font-weight:			normal;
	text-decoration:	none;
	color:						#ffffff;
}

/*******************************************
Links
*******************************************/

a:link
{
	color:							#0000ff;
	text-decoration:		none;
}
a:visited
{
 	color:							#0000ff;
 	text-decoration:		none;
}
a:hover
{
	color:							#666688;
	text-decoration:		none;
}
a:active
{
	color:							#666688;
	text-decoration:		none;
}

a.start:link
{
	color:							#ffffff;
	font-weight:				bold;
}
a.start:visited
{
	color:							#ffffff;
	font-weight:				bold;
}
a.start:hover
{
	color:							#666688;
	font-weight:				bold;
}
a.start:active
{
	color:							#666688;
	font-weight:				bold;
}

/*******************************************
 Boxen
*******************************************/

#kopf
{
	height:						100px;
	padding:					5px;
	border:						1px solid #000000; 
	background-color:	#666688;/*#000080;*/
}

#kopf-innen
{
	width:						550px;
	margin:						auto;
	border:						0px solid #ffffff;
}

#dsab-bild
{
	width:						100px;
	height:						100px;
	border:						0px solid #0000ff;
	float:						left;
}

#ueberschrift
{
	width:						415px;
	height:						30px;
	font-size:				24px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						0px solid #ff0000;
	float:						right;
	margin-top:				20px;
}

#fuss
{
	text-align:				center;
	background-color:	#666688;/*#000080;*/
	border:						1px solid #000000;
	padding:					2px;
	
}

#koerper
{
	min-height:			450px;
	border:					0px solid #000000;
}

#menue
{
	width:					155px;
	border:					0px solid #00ff00;
	padding-top:		16px;
	float:					left;
}

#menue-pic
{
	width:					150px;
	border:					0px solid #00ff00;
	padding-top:		16px;
	text-align:					center;
	float: right;
}

#menue-pic2
{
	width:					150px;
	border:					0px solid #00ff00;
	padding-top:		16px;
	padding-bottom:		10px;
	text-align:					center;
	float: right;
}


#main
{
	width:					96%;
	border:					0px solid #ff0000;
	padding-top:		16px;
	padding-left:		10px;
	padding-right:	10px;
}

#main_rechts
{
	width:					165px;
	border:					0px solid #00ff00;
	padding-top:		16px;
	float:					right;
}

#hoehe
{
	width:					1px;
	height:					550px;
	border:					0px solid #0000ff;
	float: 					left;
}

#startseite
{
	width:					640px;
	height:					450px;
	position: 			relative;
	border:					0px solid #00ff00;
	background-image: url(../grafiken/startbild.jpg)
}

#newsticker
{
	width:					250px;
	height:					50px;
	position:				absolute;
	left:						170px;
	top:						120px;
	border:					0px solid #ffffff;
	text-align:			left;
	float:					left;
}

#tvbild
{
	width:					256px;
	height:					35px;
	position:				absolute;
	left:						195px;
	top:						365px;
	border:					0px solid #ffffff;
}

#sportakro
{
	width:					200px;
	height:					20px;
	position:				absolute;
	left:						270px;
	top:						220px;
	border:					0px solid #ffffff;
}

#banner
{
	width:					640px;
	height:					100px;
	position: 			relative;
	border:					0px solid #00ff00;
}

#banner_pic
{
	width:					468px;
	height:					60px;
	position:				absolute;
	left:						86px;
	top:						20px;
	border:					0px solid #ffffff;
}

#loginbox
{
	width:					250px; 
	height:					100px;
	border:					1px solid #000000;
}

#shop
{
	width:					150px;
	height:					130px;
	margin-top:			25px;
	padding:				5px;
	border:					1px solid #000000;
}

/*******************************************
 Tabellen
*******************************************/

.row1
{
	background-color:		#C0C0C0;
}

.row2
{
	background-color:		#8080FF;
}

.rahmen
{
	 border: 						1px solid #000000;

}


/*******************************************
  Menue
*******************************************/

a.menue-a:link
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#666688;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}
a.menue-a:visited
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#666688;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}
a.menue-a:hover
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#9797B0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}
a.menue-a:active
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#9797B0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}

a.menue:link
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#C0C0C0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}
a.menue:visited
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#C0C0C0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}
a.menue:hover
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#9797B0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}
a.menue:active
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#9797B0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}


a.umenue-a:link
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#666688;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}
a.umenue-a:visited
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#666688;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}
a.umenue-a:hover
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#9797B0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}
a.umenue-a:active
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#9797B0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}

a.umenue:link
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#C0C0C0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}

a.umenue:visited
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#C0C0C0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}
a.umenue:hover
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#9797B0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}
a.umenue:active
{
	display:					block;
	width:						130px;
	height:						20px;
	margin:						2px;
	background-color:	#9797B0;
	padding-left:			10px;
	padding-top:			3px;
	padding-bottom:		0px;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:	none;
	color:						#ffffff;
	border:						1px solid #000000;
}



a.acpmenuelink:link
{
	font-size:				12px;
	font-weight:			normal;
	text-decoration:	none;
	color:						#666688;
}
a.acpmenuelink:visited
{
	font-size:				12px;
	font-weight:			normal;
	text-decoration:	none;
	color:						#666688;
}
a.acpmenuelink:hover
{
	font-size:				12px;
	font-weight:			normal;
	text-decoration:	none;
	color:						#9797B0;
}
a.acpmenuelink:active
{
	font-size:				12px;
	font-weight:			normal;
	text-decoration:	none;
	color:						#9797B0;
}