@CHARSET "UTF-8";

DIV#header {
	background: url('../_img/home/a_gesundheit_big.jpg') no-repeat;
	background-repeat:no-repeat; height:500px; color:#58585a;">
}

a.spalten:hover {
	color: black;
}

a.spalten {
	text-decoration:none;
	color: black;
	font-size:15px;
}

h2 {
	margin-top:10px;
}



h3 {
	color:#004494;
}


sub {
	font-size:10px;
}


DIV#content DIV.box_r {
	/*background: url('../_img/home/warenkorb.png') no-repeat;*/
	width: 195px;
	font-size:18px;
	z-index:20;
	position: absolute;
	top: -128px;
	right: 25px;
	padding:0;
}


a {
	color:#004494;
}



#slider {
	width: 695px;
	height: 200px;
	border: 1px solid #ddd;
	margin: 0 auto;
	padding: 4px;
	overflow: hidden;
}

#slider UL {
	padding: 0;
	margin: 0;
}

#slider UL LI {
	list-style-type: none;
	padding: 0;
	float: left;
	width: 225px;
	height: 200px;
	background-position: -100px 0;
	background-repeat: no-repeat;
}

#slider UL LI.open {
	width: 300px;
	background-position: 0 0;
}

#slider UL LI A {
	display: block;
	height: 200px;
	position: relative;
	text-decoration: none;
	color: #333;
	font-family: sans-serif;
	font-weight: bold;
}

#slider UL LI A SPAN {
	position: absolute;
	/*background-image: url('../_img/slider/trans_bg.png');*/
	background-color: white;
	padding: 6px 10px;
}

#slider UL LI A SPAN.title {
	top: 0;
	left: 0;
}

#slider UL LI A SPAN.claim {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}


