/* CSS Document */

/* 1. Normalisierung -----------------------------------------------------------------------*/
* Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding: 0;}

/* Normalisiert font-size für Überschriften */
h1, h2, h3, h4, h5, h6
{font-size: 100%;}

/* entfernt list-style aus Listen */
ol, ul
{list-style:none;}

/* Normalisiert font-style, font-wight auf normal */
adress, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-wight: normal;}

/* entfernt border aus Tabellen*/
table
{border-collapse: collapse; border spasing: 0;}

/* entfernt border aus fierlset und img aus */
fieldset, img
{border: 0;}

/* richtet Text in caption und th links aus */
caption, th
{text-align: left;}

/* entfernt Anführungszeichen aus q */
q:befor, q:after
{content: '';}


/* entfernt border aus div aus  */
div
	{
	border:0px solid  #ff0000;
	}

/* Versteckte links screenrader */

h1{
position : absolute;
top : -1000em;
left: -1000em;
}
/* ----------------------------------------------------------------------------------------------------------      */

* {
	margin: 0;
	padding: 0;
}

html {
margin: 0;
padding: 0;
}


a {
color: #fdd79e;
font-weight: bold;
font-style: underline;

}

a:hover {
color: #e69920;
font-weight: bold;
font-style: underline;
}

body {
	width: 100%;
	background: #272d38;
	background-image: url(img_layout/kache.jpg);
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 25px;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
	line-height: 23px;
	font-weight: bold;

}




.top {
	margin: 0;
	width: 100%;
	padding: 0;
	height: 132px;
	z-index: 3;
}

#header{
	background: url(img_layout/logo.jpg) no-repeat;
	height: 132px;
	margin: 0 auto;
	padding: 0;
	width: 964px;
	border-top: 1px solid #bb331f;
	border-left: 1px solid #bb331f;
	border-right: 1px solid #bb331f;
}


#header_bericht{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	border-top: 1px solid #bb331f;
	border-left: 1px solid #bb331f;
	border-right: 1px solid #bb331f;
}


#header .left {	
	width: 194px;
	margin-top: 82px;
	height: 50px;
	float: left;
	background: url(img_layout/hg_left.jpg) repeat-y;
}
#header .middle {	
	width: 576px;
	margin-top: 82px;
	height: 50px;
	float: left;

}
#header .right {	
	width: 194px;
	margin-top: 82px;
	height: 50px;
	float: right;
}



.unten{
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;

}


#inhalt{
	margin: 0 auto;
	padding: 0;
	margin-bottom: 0;
	height: 870px;
	width: 964px;
	background: url(img_layout/hg_gesamt.jpg) repeat-y;
	border-left: 1px solid #bb331f;
	border-right: 1px solid #bb331f;
}
	


#inhalt .navi {	
	width: 194px;
	float: left;
	background: url(img_layout/hg_left.jpg);
	vertical-align: top;
}	

#inhalt .navi ul {
	width: 194px;
	float: left;
	height: 174px;
}
#inhalt .navi ul li{
	width: 194px;
	float: left;
	height: 21px;
	display: block;
	text-indent: 12px;
}

#inhalt .navi ul li a{
	width: 194px;
	float: left;
	line-height: 21px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fdd79e;
	text-decoration: none;
}
#inhalt .navi ul li a:hover{
	color: #fff;
	background: url(img_layout/hg_left_aktiv.jpg) no-repeat;

}

#inhalt .navi ul li a.aktiv{
	color: #fff;
	background: url(img_layout/hg_left_aktiv.jpg) no-repeat;

}

#inhalt .content {
	width: 506px;
	padding: 0px 0 0 40px;
	background: url(img_layout/start/geschenkkorb.jpg) no-repeat;
	margin: 0;
	float: left;
	line-height: 20px;
}

#inhalt .shop{
	width: 456px;
	height:256px;
	margin: 10px 50px 10px 40px;
	float: left;
}

#inhalt p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	float: left;
	vertical-align: top;
}




#inhalt .news {
	width: 194px;
	margin: 0;
	float: right;
	
}

#inhalt  .aktuell {
	width: 194px;
	height: 17px;
	margin: 0;
	padding:4px 0 0 10px;
	background: url(img_layout/hg_right.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: left;
}

#inhalt  .orange {
	width: 174px;
	margin: 0;
	padding:0 10px 5px; 10px;
	background: #e69920;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #272d38;
	text-decoration: none;
	line-height: 18px;
	float: left;
}

#inhalt  .normal {
	width: 174px;
	margin: 0;
	padding:0 10px 5px; 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	float: left;
	border-bottom: 1px solid #e69920;
	background: #8e002f;
}


#inhalt .anfahrt {
	width: 174px;
	margin: 0;
	padding:10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #e69920;
	background: #8e002f;
}

.bottom_1 {
	margin: 0;
	width: 100%;
	padding: 0;
	height: 79px;
	z-index: 3;
}

#footer{
	background: url(img_layout/footer.jpg) no-repeat;
	height: 79px;
	margin: 0 auto;
	padding: 0;
	width: 964px;
	border-bottom: 1px solid #bb331f;
	border-left: 1px solid #bb331f;
	border-right: 1px solid #bb331f;
}


#footer .f_left {	
	width: 964px;
	margin: 0;
	padding: 0;
	height: 79px;
	background: url(img_layout/hg_left.jpg) repeat-y;
}






