@CHARSET "UTF-8";

DIV#header {
	background: url('../_img/home/a_zuhause_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;
	font-weight:bold;
	font-size:14px;
	margin:0;
}


sub {
	font-size:9px;
}




DIV#content DIV.box_r {
	width: 195px;
	font-size:18px;
	z-index:20;
	position: absolute;
	top: -300px;
	right: 0px;
	padding:0;
}



DIV#content DIV.box_r DIV.teaser {
	height:68px;
	width:129px;
	background-image:url('../_img/home/right/bg.png');
	padding-left:6px;
	float:right;
	padding-right:5px;
	margin-top:10px;
}

DIV#content DIV.box_r DIV.grafik {
	background-repeat:no-repeat;
	float:left;
	height:68px;
	width:55px;
	margin-top:10px;
}


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;
}



