/* Allgemeine Deklarationen */

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 13px;
	font-family: Arial;
	background: #DBEAED url(../images/background/page.jpg) repeat-x;
}
h1 {
	height:32px;
	font-size:27px;
	line-height:33px;
	padding:18px 0 8px 0;
	margin:0 0 10px 0;
	border-bottom:solid 1px #C8C8C8;
	position:relative;
	color:#2C2B34;
}
#steps h1, #kontakt h1, #meta h1 { margin-bottom:0 }
h1 span {
	font-size:15px;
	line-height:18px;
	height:18px;
	padding:0 0 36px 0;
	margin:0;
	display:block;
	border-bottom:solid 2px #C8C8C8;
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
h2, dl.faq dt, #sitemap h2 a {
	color:#606C6E;
	font-size:15px;
	font-weight:bold;
	margin:0 0 14px 0;
	float:left;
	clear:left;
}
h3 {
	clear:left;
	float:left;
	color:#606C6E;
	font-size:13px;
	font-weight:bold;
	margin:0;
	width:100%;
}
h4 {
	clear:left;
	float:left;
	padding:0;
	margin:12px 0 0 0;
	font-size:13px;
	width:100%;
}
a {
	color:#276096;
	text-decoration:none;
	font-weight:bold;
	-moz-outline-width: 0;
	outline: 0;
}
a:hover {
	text-decoration:underline;
}
p {
	clear:both;
}
ul {
	list-style-type:none;
	list-style-position:inside;
	padding:0;
	margin:0;
}

/* GRID */
div.floater {
	margin:0 auto;
	width:960px;
}
div.wrap {
	background:white url(../images/background/content.jpg) repeat-x;
	float:left;
	position:relative;
}
div.content {
	width:600px;
	float:left;
	padding:95px 18px 0 34px;
}
div.errorContent {
	width:908px;
	height: 500px;
	color: #79192E;
	text-align: center;
	padding:95px 18px 0 34px;
}
#righttab {
	float:left;
	width:272px;
	padding:250px 36px 0 0;
}