/* browser resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: bottom;
	background-image: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body * {
min-height: 0;
}
strong {
font-weight: bold;
}
/* end browser resets*/
body {
	background: #ECE8E8 url(../img_css/body_back.png) 0 0 repeat-x;
}
strong {
	font-weight: bold;
	color: #6B192A;
}
#start {
	width: 643px;
	height: 514px;
	margin: 73px auto 30px auto;
	background: transparent url(../img_css/start_back.png) 0 0 no-repeat;
	position: relative;
}
#ban {
	position: absolute;
	top: 384px;
	left: 16px;
}
#b1 {
	position: absolute;
	top: 163px;
	left: 165px;
}
#b2 {
	position: absolute;
	top: 273px;
	left: 165px;
}
#lwm {
	position: absolute;
	top: 451px;
	left: 165px;
}
#lni {
	position: absolute;
	top: 451px;
	left: 324px;
}
#luh {
	position: absolute;
	top: 451px;
	left: 497px;
}
#wrapper {
	width: 920px;
	margin: 0 auto 0 auto;
}
#header {
	width: 920px;
	height: 155px;
	background: transparent url(../img_css/header_back.png) 0 0 no-repeat;
	position: relative;
}
#logo {
	position: absolute;
	top: 45px;
	left: 33px;
	width: 232px;
	height: 72px;
}
#random {
	position: absolute;
	top: 43px;
	left: 285px;
}
#random img {
	display: block;
	float: left;
	margin-right: 2px;
}
#main {
	width: 920px;
	min-height: 470px;
	background: transparent url(../img_css/main_back.png) 0 0 repeat-y;
}
*html #main {
	height: 470px;
}
#content {
	width: 580px;
	padding: 20px 30px 20px 0;
	float: right;
	display: block;
}
h1 {
	font-weight: bold;
	font-size: 21px;
	line-height: 1.25;
	margin-bottom: 1em;
	color: #6B192A;
	padding: 5px 0 5px 35px;
	border-bottom: 2px solid #EEDDDD;
	background: transparent url(../img_css/hl_logo.gif) 0 0 no-repeat;
}
h2 {
	color: #6B192A;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 1em;
	line-height: 1.3;
	background-color: #EEDDDD;
	padding: 2px 4px;
}
h3 {
	color: #222;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.35;
	margin-bottom: .75em;
}
p {
	line-height: 1.35;
	margin-bottom: 1em;
	color: #444;
}
#content ul {
	margin-bottom: 20px;
}
#content ul ul {
	padding-top: 10px;
}
#content li {
	padding-left: 20px;
	background: transparent url(../img_css/navbullet.png) 5px 2px no-repeat;
	line-height: 1.35;
	margin-bottom: .5em;
	color: #000;
}
#content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#content td {
	padding: 4px;
	line-height: 1.35;
	background-color: #dfedfe;
	border: 1px solid #fff;
}
#gallery {
	width: 100%;
	padding: 30px 0;
}
#gallery img {
	margin: 0 5px 5px 0;
}
#sidebar {
	display: block;
	float: left;
	width: 240px;
	padding-left: 40px;
}
#primenav {
	border-top: 1px solid #ccc;
	margin: 0 15px;
	margin-top: 15px;
}
*html #primenav li {
	display: block;
	float: left;
	position: relative;
}
#primenav li a.active, #primenav li a:hover.active {
	color: #000;
	cursor: default;
}
#primenav li.crsr a.active, #primenav li.crsr a:hover.active {
	cursor: pointer;
	background: transparent url(../img_css/page_active.png) 0 41% no-repeat;
}
#primenav li.inactive span {
	font-size: 13px;
	color: #000;
	background: transparent url(../img_css/page_active.png) 0 41% no-repeat;
	line-height: 30px;
	padding-left: 24px;
	width: 186px;
	display: block;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#primenav li a#homelink.active {
	cursor: pointer;
}
#primenav li a {
	font-size: 13px;
	color: #666;
	line-height: 30px;
	width: 186px;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background: transparent url(../img_css/page.png) 0 41% no-repeat;
	line-height: 30px;
	padding-left: 24px;
}
#primenav li a:hover {
	color: #6B192A;
}
#primenav ul ul a {
	padding-left: 24px;
	width: 186px;
	float: left;
	color: #666;
	font-size: 13px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: transparent none;
}
#primenav ul ul a.active {
	background: transparent url(../img_css/navbullet.png) 7px 50% no-repeat;
}
#primenav ul ul a.active {
	color: #6B192A;
}
#footer {
	padding-top: 37px;
	width: 920px;
	height: 33px;
	background: transparent url(../img_css/footer_back.png) 0 0 no-repeat;
}
#footer p {
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	color: #444;
	text-align: center;
}
#content a, #footer a {
	color: #6B192A;
}
#content a:hover, #footer a:hover {
	color: #000;
}
p.newsDate {
	padding-left: 20px;
	line-height: 16px;
	background: transparent url(../img_css/calendar.png) 0 0 no-repeat;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
}
p.zoom {
	padding-left: 20px;
	line-height: 16px;
	background: transparent url(../img_css/zoom.png) 0 0 no-repeat;
}
div.ansprechpartner {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #dfedfe;
}
div.ansprechpartner img {
	float: left;
	margin-right: 10px;
}
div.linkbox {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #dfedfe;
}
div.linkbox dt {
	font-weight: bold;
	margin-bottom: .5em;
	font-size: 14px;
	line-height: 1.25;
}
div.linkbox dd a {
	padding-left: 20px;
	line-height: 20px;
	display: block;
	background: transparent url(../img_css/world_link.png) 0 0 no-repeat;
}
div.newsentry {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #dfedfe;
}
div.teasertext {
	color: #000;
	font-size: 14px;
}
div.teasertext p {
	color: #000;
	font-size: 16px;
}
#content a.readmore {
	background-color: #09c;
	color: #fff;
	padding: 2px 10px;
	text-decoration: none;
	float: right;
}
#content a.readmore:hover {
	background-color: #6cf;
	color: #000;
}
.logolink img {
	border: 1px solid #000;
	margin: 0 5px 5px 0;
	padding: 3px;
}
#switch {
	display: block;
	float: left;
	margin-top: 30px;
}
/* helpers */
.h {
	display: none;
	visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#shop h4 {
	padding: 12px 0;
	font-weight: bold;
	font-size: 13px;
}
#shop legend {
	padding: 10px 0;
}
#shop label {
	width: 120px;
	float: left;
}
#shop .formtext {
	float: left;
	width: 440px;
}
#shop #missing {
	margin: 10px 0 20px 0;
	padding: 5px;
	border: 1px solid red;
}
#shop #totalpreis strong {
	font-size: 18px;
	font-weight: bold;
	color: green;
	
	
}
