html {
	width: 100%;
	height: 100.2%;
	margin: 10px 0px 0px;
	padding: 0px;
	background: #FFF url(../media/site_hg.GIF) repeat-x 0px -20px;
}
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: auto;
	width: 100%;
	font: 12px Verdana, Geneva, sans-serif;
	color: #666;
}
/* Abschalten der Link-Umrandung in Firefox und Explorer */
a:focus { 
	outline-style: none; 
}

#container {
	text-align: left;
	width: 991px;
	height: auto;
	min-height: 715px;
	margin: 0px auto;
	padding: 0px;
	}
#header {
	text-align: left;
	height: 179px;
	width: 989px;
	margin: 0px auto 0px;
	padding: 0px;
	clear: both;
	background: url(../media/kopf_hg.PNG) no-repeat 0px 0px;
}
#sitenavi {
	text-align: right;
	font-size: 11px;
	height: 13px;
	padding: 0px;
	margin: 28px 32px 0px 0px;
	float: right;
}
#sitenavi a {
	color: #c00;
	text-decoration: none;
}
#sitenavi a:hover {
	text-decoration: underline;
}
#sitenavi a.active {
	color: #300;
	text-decoration: underline;
}
#logo {
	margin: 36px 0px 0px 30px;
	padding: 0px;
	float: left;
}
#logo img {
	border: none;
	margin: 0px;
}
#menu {
	height: 31px;
	width: 500px;
	margin: 83px 40px 0px 0px;
	padding: 0px;
	float: right;
}
/*Gestaltung der Top-Navigation Links*/
#menu a, #menu a:visited {
	margin: 0px;
	padding: 0px;
	display:block;
	font-size:12px;
	text-decoration:none;
	color: #fff;
	width: 100px;
	height: 31px;
	line-height: 29px;
	text-align: center;
	float: left;
	font-weight: bold;
}
#menu a:hover {
	color:#c00;
	background: #FC0 url(../media/toplink_hover.GIF) repeat-x;
}

/* Gestaltung der Sub-Navi für Shop und Ebay */
#rightcol ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#rightcol li {
	margin: 0px;
	height: 60px;
}

#rightcol a {
	display: block;
	height: 60px;
	text-decoration: none;
	text-indent: -9999px;
}

#rightcol a.shop {
	width:200px;
}

#rightcol a.ebay {
	width:200px;
} 

/* - Subnavi-Buttons für Shop und Ebay - */
#rightcol a.shop:link,
#rightcol a.shop:active,
#rightcol a.shop:visited {
	background:url(../media/button-shop.png) no-repeat 0 2px;
}

#rightcol a.shop:hover {
	background-position:0 -61px;
}

#rightcol a.ebay:link,
#rightcol a.ebay:active,
#rightcol a.ebay:visited {
	background:url(../media/button-ebay.png) 0 0 no-repeat;
}

#rightcol a.ebay:hover {
	background-position:0 -63px;
}

.clearer {
	clear: both;
	height: 80px;
	margin: 0px;
	padding: 0px;
}

/* Hier die Definitionen für den Content und die rechte Navispalte */
#content {
	width: 550px;
	padding: 0px;
	margin-top: 30px;
	margin-left: 40px;
}
#rightcol {
	height: auto;
	width: 240px;
	float: right;
	margin-top: 30px;
	margin-right: 40px;
}
#footer {
	background: url(../media/footer_hg.PNG) no-repeat 1px 0px;
	height: 77px;
	width: 991px;
	position: fixed;
	left: auto;
	right: auto;
	bottom: 0px;
}
#footer p {
	font-size:11px;
	color:#333;
	line-height:68px;
	text-align: center;
}
#footer a {
	color: #c00;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.slideshow {
	height: 270px;
	width: 420px;
	margin: 0px 0px 20px;
}

p {
	font-size: 12px;
	line-height: 1.6em;
	color: #666;
	margin-top: 0px;
	margin-bottom: 15px;
}
strong {
	color: #333;
	font-weight: bold;
}
h1 {
	font-size: 22px;
	line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	width: 550px;
	height: 40px;
	margin: 0px 0 25px;
	padding: 0;
	}
h2 {
	font-size: 13px;
	line-height: 1.5em;
	color: #30a;
	margin: 20px 0px 5px;
}
h3 {
	font-size: 13px;
	line-height: 1.5em;
	color: #eb0;
	margin: 20px 0px 5px;
}
h4 {
	font-size: 13px;
	line-height: 1.5em;
	color: #0a0;
	margin: 20px 0px 5px;
}
a {
	text-decoration: none;
	color: #c00;
}
a:hover {
	text-decoration: underline;
	color: #fc0;
}
#content img {
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #fc0;
}

/* Individuelle Seitenstile für Hintergrundbild sowie Bild-Headline */
#start {
	background: url(../media/kostuem1.JPG) no-repeat fixed right bottom;
}
#start h1 {
	background: url(../media/headlines/start.GIF) no-repeat;
	}

#ueber {
	background: url(../media/kostuem2.JPG) no-repeat fixed right bottom;
}
#ueber h1 {
	background: url(../media/headlines/ueber.GIF);
	}

#aktuell {
	background: url(../media/kostuem3.JPG) no-repeat fixed right bottom;
}
#aktuell h1 {
	background: url(../media/headlines/aktuell.GIF);
	}

#angebot {
	background: url(../media/kostuem4.JPG) no-repeat fixed right bottom;
}
#angebot h1 {
	background: url(../media/headlines/angebot.GIF);
	}

#anfahrt {
	background: url(../media/kostuem5.JPG) no-repeat fixed right bottom;
}
#anfahrt h1 {
	background: url(../media/headlines/anfahrt.GIF);
	}

#links {
	background: url(../media/kostuem6.JPG) no-repeat fixed right bottom;
}
#links h1 {
	background: url(../media/headlines/links.GIF);
	}

#kontakt {
	background: url(../media/kostuem7.JPG) no-repeat fixed right bottom;
}
#kontakt h1 {
	background: url(../media/headlines/kontakt.GIF);
	}

#impressum {
	background: url(../media/kostuem8.JPG) no-repeat fixed right bottom;
}
#impressum h1 {
	background: url(../media/headlines/impressum.GIF);
	}

#agb {
	background: url(../media/kostuem9.JPG) no-repeat fixed right bottom;
}
#agb h1 {
	background: url(../media/headlines/agb.GIF) no-repeat;
	}
