/* ######### BODY ########## */
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color:#D4D7D9;
	background-image:url(../imgs/sev/bg.jpg);
	background-repeat: repeat-x;
}

/* ######### DIVS ########## */
#root {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

html>body #root {
	height: auto;
}

#container {
	padding-bottom: 100px;
	text-align: center;
}

#container #content {
	margin: 0 auto;
	width: 800px;
}

#content #header {
	width: 800px;
	height: 170px;
	background-image: url(../imgs/sev/top.gif);
	background-repeat: no-repeat;
	text-align: left;
}

#header #logo {
	width: 290px;
	height: 60px;
	margin: 90px 0 0 0;
	float: left;
}

#header #topnavigation {
	width: 300px;
	height: 30px;
	margin: 0 0 0 210px;
	float: left;
}

#content #navigation {
	width: 800px;
	height: 60px;
}

#content #main {
	width: 800px;
	min-height: 415px;
	background-image: url(../imgs/sev/bgimage.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#main #subnavigation {
	width: 300px;
	min-height: 150px;
	background-image: url(../imgs/sev/subnavbg.gif);
	background-repeat: repeat-y;
	float: left;
}

#main #output {
	width: 500px;
	float: left;
}

#output #sitetitle {
	width: 500px;
	height: 35px;
	margin: 0 0 5px 0;
	background-color: #ffffff;
}

#output #textcontent {
	width: 460px;
	min-height: 160px;
	padding: 20px;
	background-color: #ffffff;
	color: #646A6D; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
}

#output #textcontent ul {
	margin: 0; 
	padding: 0; 
}

#output #textcontent ul li {
	margin: 0 0 0 14px; 
	padding: 0 0 0 2px;
	background-repeat: no-repeat;
}

#output #textcontent ul li a { 
	color: #646A6D; 
	text-decoration: underline; 
}

#output #textcontent ul a:hover { 
	color: #EF8100;
	text-decoration: none;
}

#output #contentnavigation {
	width: 500px;
	height: 30px;
	background-color: #ffffff;
	overflow: hidden;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#footer #footeroutput {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	background-image: url(../imgs/sev/footer.gif);
	background-repeat: no-repeat;
}

.cmsmiddle {
	width: 458px;
	padding: 1px;
	background-color: #E3E3E3;
}

.cmsleft {
	margin: 3px 20px 20px 0;
	padding: 1px;
	background-color: #E3E3E3;
	float: left;
}

.cmsright {
	margin: 3px 0 20px 20px;
	padding: 1px;
	background-color: #E3E3E3;
	float: right;
}

.cmsmiddlenote {
	padding: 6px 10px 6px 10px;
	background-color: #E3E3E3;
	color: #898989; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 13px; 
}

.cmsleftnote {
	padding: 6px 10px 6px 10px;
	background-color: #E3E3E3;
	color: #898989; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 13px; 
}

.cmsrightnote {
	padding: 6px 10px 6px 10px;
	background-color: #E3E3E3;
	color: #898989; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 13px; 
}

.contentalttitle {
	width: 460px;
	height: 35px;
	margin: 0 20px 0 20px;
	color: #EF8100;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	line-height: 35px; 
	overflow: hidden;
}

.clearfix {
	clear: left;
}

/* ######### NAVIGATION ########## */
ul#mainnav { 
	width: 800px;
	height: 30px; 
	margin: 0; 
	padding: 0; 
	border-left: #D4D7D9 1px solid;
	list-style: none; 
}

ul#mainnav li {
	height: 20px; 
	padding: 10px 14px 0 14px; 
	border-right: #D4D7D9 1px solid;
	float: left;
}

ul#mainnav li a { 
	color: #EF8100; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 20px; 
	text-decoration: none; 
	text-transform: uppercase;
}

ul#mainnav li a.active { 
	color: #444444; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 20px; 
	text-decoration: none; 
	text-transform: uppercase;
}

ul#mainnav li a:hover { 
	color: #444444;
}

ul#mainnav li a.active:hover { 
	color: #444444;
}

ul#subnav { 
	width: 290px; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

ul#subnav li {
	width: 290px;
	height: 25px; 
	margin: 0; 
	overflow: hidden;
}

ul#subnav li a { 
	padding: 0 0 0 15px; 
	width: 275px;
	height: 25px;
	display: block;
	color: #444444; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 25px; 
	text-decoration: none; 
	text-transform: uppercase; 
}

ul#subnav li a:hover { 
	color: #444444;
	background-image: url(../imgs/sev/subnavarrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

ul#subnav li a.active { 
	color: #444444;
	background-image: url(../imgs/sev/subnavarrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

ul#subnav li a.active:hover { 
	color: #444444;
	background-image: url(../imgs/sev/subnavarrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

ul#topnav { 
	width: 300px;
	height: 30px; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

ul#topnav li {
	height: 30px; 
	padding: 0 14px 0 14px; 
	border-left: #E3E3E3 1px solid;
	float: left;
}

ul#topnav li a { 
	padding: 0;
	color: #949494; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 30px; 
	text-decoration: none; 
}

ul#topnav li a:hover { 
	color: #EF8100;
}

ul#contentnav { 
	width: 300px;
	height: 30px; 
	margin: 0 0 0 -1px; 
	padding: 0; 
	list-style: none; 
}

ul#contentnav li {
	height: 30px; 
	padding: 0 14px 0 14px; 
	border-left: #E3E3E3 1px solid;
	float: left;
}

ul#contentnav li a { 
	padding: 0;
	color: #EF8100; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 30px; 
	text-decoration: none; 
}

ul#contentnav li a:hover { 
	color: #949494;
}

ul#cmslist { 
	width: 460px; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

ul#cmslist li {
	width: 460px;
	margin: 0; 
	overflow: hidden;
}

ul#cmslist li a { 
	padding: 0 0 0 15px; 
	width: 445px;
	display: block;
	color: #EF8100; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 20px; 
	text-decoration: none; 
	background-image: url(../imgs/sev/li_list.gif);
	background-repeat: no-repeat;
}

ul#cmslist li a:hover { 
	color: #444444;
}

/* ######### TEXTSTANDARDS ########## */
h1 {
	margin: 0;
	padding: 0;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
	color: #EF8100; 
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0;
}

/* ######### SONSTIGES ########## */
.images {
	border: 0;
}

/* ######### FORMULAR ########## */
input, select, textarea { 
	width: 309px; 
	height: 14px;
	margin: 0 0 5px 0; 
	padding: 2px 3px 2px 3px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #646A6D; 
	border-left: #E3E3E3 1px solid; 
	border-bottom: #E3E3E3 1px solid; 
	border-top: 0;
	border-right: 0;
	background-color: #ffffff; 
	font-size: 11px; 
	font-weight: normal; 
	float: left;
}

textarea { 
	width: 314px; 
}

select { 
	width: 316px; 
}

label {
	width: 140px; 
	height: 16px;
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	color: #646A6D; 
	font-size: 11px; 
	font-weight: normal; 
	float: left;
}

select {
	height: 18px;
	padding: 0; 
	margin: 0 0 3px 0;
}

textarea { 
	margin: 0; 
	padding: 0; 
}

textarea { 
	height: 120px;
}

form { 
	display: inline; 
}

.checkbox {
	width: 12px;
	height: 12px;
	margin: 3px 8px 3px 0;
	border: 0;
	background-color: #ffffff;
	float: left;
}

.radiobutton {
	width: 12px;
	height: 12px;
	margin: 3px 8px 3px 0;
	border: 0;
	background-color: #ffffff;
	float: left;
}

.checkboxlabel {
	width: 440px;
	margin: 3px 0 0 0;
	color: #646A6D; 
	font-size: 11px; 
	font-weight: normal; 
	float: left;
}

.radiolabel {
	width: 440px;
	margin: 3px 0 0 0;
	color: #646A6D; 
	font-size: 11px; 
	font-weight: normal; 
	float: left;
}

.label_error {
	color: #EF8100; 
	font-weight: bold;
}

.submitbutton {
	display: block;
	width: 200px;
	height: 20px;
	margin: 5px 0 0 140px;
	padding: 0 0 0 10px;
	border: 0;
	color: #EF8100; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 16px; 
	text-decoration: none; 
	background-image: url(../imgs/sev/submitbutton.gif);
	background-repeat: no-repeat;
	text-align: left;
}
