/*##################################################################################*/
/*###############################---GLOBAL---#######################################*/
html, body
{
	background-color:				#ffffff;
	color:							#000000;
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						12px;
	height:							100%;
	margin:							0px auto;
	text-align:						center;
}
/*##################################################################################*/
/*###############################---LINKS---########################################*/
a
{
	color:							#000000;
	font-weight:					bold;
	text-decoration:				underline;
}
a:hover
{
	color:							#880000;
	text-decoration:				underline;
}
/*##################################################################################*/
a.navi
{
	background-color:				#ffffff;
	color:							#000000;
	font-size:						11px;
	font-weight:					normal;
	margin-left:					10px;
	text-decoration:				none;
}
a.navi:hover
{
	border-left:					4px solid #b0b9fe;
	color:							#a0a0a0;
	text-decoration:				none;
}
a.linkads
{
	color:							#bbbbbb;
	font-size:						10px;
	text-decoration:				none;
	font-weight:					normal;
}
/*##################################################################################*/
/*###############################---ÜBERSCHRIFTEN---################################*/
h1
{
	border-bottom:					1px dotted #bbbbbb;
	color:							#666;
	font-size:						15px;
	font-weight:					bold;
	margin:							7px 0px 5px 20px;
	width:							92%;
}
h2
{
	color:							#384281;
	font-size:						12px;
	font-style:						italic;
	font-weight:					normal;
	margin:							0px 30px 20px 45px;
}
h2.shop
{
	color:							#384281;
	font-size:						12px;
	font-weight:					bold;
	margin:							0px;
	text-align:						left;
}							

h3
{
	color:							#000;
	display:						inline;
	font-size:						13px;
	font-style:						italic;
	font-weight:					bold;
	line-height:					24px;
}
/*##################################################################################*/
/*###############################---SONSTIGES---####################################*/
p.navi1
{
	height:							90px;
	margin:							0px 0px 5px 5px;
	padding:                        3px 0px 10px 0px;
	width:							165px;
}
p.navi2
{
	margin:							0px 0px 5px 5px;
	padding:                        3px 0px 10px 0px;
	width:							165px;
}
p.navi3
{
	margin:							10px 0px 5px 20px;
	padding:                        3px 0px 10px 0px;
	width:							165px;
}
/*##################################################################################*/
p.autor
{
	color:							#999999;
	font-size:						10px;
	font-style:						italic;
	margin:							0px 35px 30px 0px;
	text-align:						right;
}	
p.fuss1
{
	color:							#bbbbbb;
	font-size:						10px;
	margin:							10px 20px 10px 0px;
	text-align:						center;
}
/*##################################################################################*/
/*###############################---ELEMENTE---#####################################*/
div#kopf
{
	background-color:				#eef5fe;
	height:							10px;
	margin:							121px AUTO 0px AUTO;
	width:							784px;
}
/*##################################################################################*/
div#sitename
{
	position:						absolute;
	top:							0px;
	width:							784px;	
}
/*##################################################################################*/
div#rahmen
{
	background-color:				#eef5fe;
	background-image:				url(pics_template/rahmen_hg.jpg);
	margin:							0px AUTO;
	position:						relative;
	width:							784px;	
	text-align:						left;
}
/*##################################################################################*/
div#header
{
	background-color:				#ffffff;
	background-image:				url(pics_template/kopf_hg.jpg);
	width:							750px;
}
/*##################################################################################*/
div.menue
{
	background-color:				#ffffff;
	background-image:				url(pics_template/menue_hg.jpg);
	display:						inline; /*IE Bug mit margin bei gefloateten Elementen (Margin Wert verdoppelt sich sonst)*/
	float:							left;
	margin:							257px 0 0 18px;
	width:							192px;
}
div.menue2
{
	background-image:				url(pics_template/menue_hg2.jpg);
	position:						absolute;
	left:							18px;
	top:							300px;
	width:							192px;
}
div.navi-headlines
{
	font-size:						12px;
	margin-left:					15px;
	text-decoration:				underline;
	width:							160px;
}
div#gooadslinks1
{
	position:						absolute;
	left:							35px;
	top:							320px;
}
/*##################################################################################*/
div#content
{
	background-color:				#ffffff;
	background-image:				url(pics_template/content_hg.jpg);
	float:							left;
	margin:							123px 0px 0px 0px;
	width:							555px;
}
/*##################################################################################*/
div#goadstop
{
	background-color:				#ffffff;
	background-image:				url(pics_template/kopf_hg.jpg);
	background-repeat:				repeat-y;
	position:						absolute;
	top:							177px;
	left:							17px;
	text-align:						left;
	width:							750px;
}
/*##################################################################################*/
div.inhalt
{
	border:							1px solid #ddd;
	color:							#111;
	font-size:						12px;
	margin:							0 0 3px 33px;
	padding:                        10px;
	text-align:						justify;
	width:							470px;
}
/*##################################################################################*/
div#fuss
{
	background-color:				#eef5fe;
	clear:							both;
	height:							0px;
	margin:							0px AUTO;
	width:							784px;
}
/*##################################################################################*/
/*##########################BANNERADS############################################## */
div#banneroben /* Werbebanner im Kopf der Seite */
{
	height:							90px;
	position:						absolute;
	top:								-105px;
	left:								20px;
	width:							728px;
}	
div#bannerrechts /* Werbebanner auf der rechten Seite */
{
	height:							600px;
	position:						absolute;
	top:								-10px;
	left:								783px;
	width:							160px;
}	
div#bannerrechts2 /* Werbebanner auf der rechten Seite 2 Reihe */
{
	height:							600px;
	position:						absolute;
	top:								590px;
	left:								783px;
	width:							160px;
}
