/* Container */
#root {
	text-align: center;
}

html>body #root {
	height: auto;
}

#root-top {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background-image: url(../../imgs/sev/bg_top.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#root-main {
	width: 100%;
	min-height: 165px;
	margin: 0 auto;
	background-image: url(../../imgs/sev/bg_content.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
}

#root-seo {
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	background-image: url(../../imgs/sev/bg_seo.jpg);
	background-repeat: repeat-x;
	background-color: #E5E6E6;
	text-align: center;
}

#root-footer {
	width: 892px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../../imgs/sev/bg_footer.jpg);
	background-repeat: no-repeat;
	color: #71818A;
	font-size: 11px;
	line-height: 50px;
	text-align: center;
}


/* Bereich Header */
#top {
	width: 900px;
	height: 400px;
	margin: 0 auto;
	text-align: left;
}

#navcontainer {
	width: 900px;
	height: 80px;
	margin: 0;
	padding: 40px 0 0 0;
}

#imagecontainer {
	width: 900px;
	height: 280px;
	overflow: hidden;
}

/* Bereich Content */
#main {
	width: 900px;
	margin: 0 auto;
	min-height: 95px;
	padding: 30px 0 40px 0;
	background-image: url(../../imgs/sev/contentfooter.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
}

.startquote {
	width: 600px;
}

.startquote h2 {
	font-size: 17px;
	line-height: 19px;
	font-weight: normal;
}

.startquote h3 {
	padding: 20px 0 0 0;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
}

.startquote h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

#content {
	width: 800px;
	padding: 0 50px 0 50px;
}

#content h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 0 10px 0;
}

.texthighlight {
	width: 800px;
	padding: 20px;
	margin: 30px -20px 30px -20px;
	background-image: url(../../imgs/sev/highlightbg.jpg);
	background-repeat: repeat-x;
	background-color: #F4A586;
	color: #000635;
}

.texthighlight h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 0 10px 0;
	color: #FFFFFF;
}

.imprint {
	font-size: 11px;
}

.contactform {
	padding: 30px 0 0 0;
}

.contactform .col1 {
	width: 390px;
	padding: 0 10px 0 0;
	float: left;
}

.contactform .col2 {
	width: 390px;
	padding: 0 0 0 10px;
	float: left;
}

a.contactback {
	display: block;
	width: 250px;
	height: 40px;
	background-image: url(../../imgs/sev/backbg.gif);
	background-repeat: no-repeat;
	color: #F4A586;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

/* Listen */
#content ul {
	margin: 0;
	padding: 15px 0 15px 0;
	list-style: none;
}

#content ul li {
	margin: 0;
	padding: 4px 0 4px 20px;
	background-image: url(../../imgs/sev/listdot.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

#content .texthighlight ul li {
	background-image: url(../../imgs/sev/listdot_highlight.gif);
}


/* Bereich Footer */
#seo {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#seocontent {
	width: 370px;
	padding: 30px 30px 30px 0;
	color: #939393;
	font-size: 12px;
	line-height: 15px;
	float: left;
}

#seocontent a {
	color: #939393;
	text-decoration: underline;
}

#seocontent a:hover {
	text-decoration: none;
}

#seocontent h1 {
	color: #939393;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 10px 0;
}

#seonavicontainer {
	width: 150px;
	min-height: 200px;
	background-image: url(../../imgs/sev/seoline.gif);
	background-repeat: repeat-y;
	float: left;
}

#seocontact {
	width: 220px;
	padding: 30px 0 30px 30px;
	min-height: 140px;
	background-image: url(../../imgs/sev/seoline.gif);
	background-repeat: repeat-y;
	color: #939393;
	font-size: 12px;
	line-height: 15px;
	float: left;
}

#seocontact h2 {
	color: #939393;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 10px 0;
}

#seocontact a {
	color: #939393;
	text-decoration: underline;
}

#seocontact a:hover {
	text-decoration: none;
}



