/* @override http://www.katharina-saurwein.com/css/kontakt.css */

/* @override http://localhost:8888/saurwein/css/kontakt.css */

html, body {
	height: 100%;
}

body {
	background: url(../gfx/background/320w_320g.gif) repeat-x top left;
	height: 100%;
}

div#wrap {
	height:100%;
}

div#head {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #fff;
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 80px;
}


div#body {
	width: 480px;
	padding-right: 480px;
	background: url(../bilder/kontakt/fels.jpg) #fff no-repeat 480px bottom;
	border-right: 80px solid #fff;
	border-right-width: 0px;
	min-height: 100%;
	position: relative;
	margin: 0;
}

div#content {
	padding-top: 80px;
	width: 480px;
}


div#description {
	bottom: 2px;
}

h2 {
	line-height: 80px;
	font-size: 25px;
	font-weight: normal;
	padding: 80px 0 0 10px;
	margin: 0;
	float: left;
	width: 230px;
	height: 80px;
}

div#sponsoren {
	width: 400px;
}

h3 {
	clear: left;
	height: 11px;
	line-height: 11px;
	padding: 80px 0 0 0;
	margin: 0 10px 0 10px;
	color: #aaa;
	font-size: 11px;
}

div#content p {
	margin: 0;
}

div#content a {
	color: #111;
}

p.disclaimer {
	color: #aaa;
	font-size: 10px;
	padding: 5px 10px 15px 10px;
}
div.impCard {
	width: 220px;
	height: 60px;
	float: left;
	padding: 10px;
	background: #e4e3e3;
}

div.impCardKraler {
	width: 220px;
	height: 60px;
	margin-left: 240px;
	float: left;
	padding: 10px;
	background: #e4e3e3;
}


div.impCard.blank {
	background: #fff;	
}


