/**********************************************************************
* @import
**********************************************************************/

@import url(reset.css);

/* Clearfix-Methode zum Clearen der Float-Umgebungen */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Basic Elements */

h1, h2{
	font: normal 24px/35px Arial, Helvetica, sans-serif;
	color: #747575;
	padding-bottom: 20px;
}

h2 {
	padding-bottom: 13px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #b1c903;
	font-style: normal;
}


p {
	margin: 0 0 20px;
	padding: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

sup {
	font-size: 10px;
	line-height: 0.1em;
}

h1 sup {
	font-size: 14px;
	line-height: 0.5em;
}

/* Basic Site Elements */

body {
	font: 13px/18px "Arial", Tahoma, sans-serif;
	color: #747575;
	background-color:#FFFFFF;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 980px;
	float: left;
	padding: 40px 0 10px;
}

#navigation {
	width: 825px;
	margin-top: 26px;
	background: #b1b3b4 url(../images/navigation_corner.png) no-repeat right top;
	height: 35px;
	padding-left: 20px;
	padding-top: 7px;
}

#leftcolumn {
	background: #dbe39a url(../images/bg_left.jpg) no-repeat left bottom;
	width: 805px;
	float: left;
	padding-bottom: 192px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 365px;
}

#rightcolumn {
	float: right;
	width: 120px;
	display: inline;
	padding-left: 15px;
	margin-bottom: 10px;
}

#footer {
	width: 895px;
	clear: both;
	background: #cfd1d2;
	padding-left: 85px;
	padding-top: 10px;
	padding-bottom: 8px;
}

/* Site Elements */

.leftContent {
	margin: 0 210px 0 50px;
}

.ContentSupport {
	margin-right: 50px;
}

.clearfix .leftContent {
	margin: 0 0 0 50px;
	width: 545px;
	float: left;
}

.rightContent {
	float: right;
	width: 106px;
	padding-top: 92px;
	padding-left: 70px;
	font-size: 10px;
	line-height: 13px;
	padding-right: 34px;
}

.rightContent img {
	display: block;
}

.leftContent ul {
	margin-bottom: 15px;
}

.leftContent ul li {
	list-style-type: disc;
	margin-left: 32px;
}

#header img {
	margin-left: 20px;
	margin-bottom: 0;
}

.logoBox img {
	margin-bottom: 20px;
}

.logoBox img.lastLogo {
	margin-bottom: 0px;
}

.logoBox {
	margin-top: 25px;
	text-align: center;
}

.infoBox {
	font-size: 10px;
	line-height: 12px;
}

.infoBox p {
	margin-bottom: 8px;
}

.newsBox {
	width: 315px;
	height: 130px;
	background: url(../images/bg_news.png) no-repeat left top;
	padding: 15px;
	float: left;
}

.newsBoxContent {
	overflow: auto;
	width: 315px;
	height: 130px;
}

.newsBox ul li {
	list-style-type: none;
	font-weight: normal;
	font-style: normal;
	margin-left: 0;
	margin-bottom: 8px;
}

.newsBox ul li {
	list-style-type: none;
	font-weight: normal;
	font-style: normal;
	margin-left: 0;
	line-height: 20px;
}

.newsBox ul li a {
	color: #858789;
	text-decoration: none;
}

.newsBox ul li a:hover {
	color: #000;
}

ul.sitemap {
	color: #000;
}

.tipBox {
	font-size: 10px;
	line-height: 13px;
	width: 90px;
	margin-top: 36px;
	margin-left: -258px;
}

table.support {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

table.support td {
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

table.support td.tableLogo {
	height: 110px;
	vertical-align: middle;
}

/* Breadcrumb */

.breadcrumb {
	margin: 15px 0 10px;
}

.breadcrumb ul li {
	display: inline;
	list-style-type: none;
	background: url(../images/pfeil_breadcrumb.png) no-repeat right center;
	padding-right: 11px;
}

* html .breadcrumb ul li {
	margin-right: 5px;
}

*+html .breadcrumb ul li {
	margin-right: 5px;
}

.breadcrumb ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: normal;
}

.breadcrumb ul li a:hover, .breadcrumb ul li.current a {
	color: #868889;
}

.breadcrumb ul li.current {
	background-image: none;
}

/* Footer */

#footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 70px;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: normal;
}

#footer ul li a:hover, #footer ul li.current a {
	color: #868889;
}

/* Navigation */

.nav {
	z-index: 100;
	position: relative;
}

.nav li {
	float: left;
	position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	color: #fff;
	font-size: 13px;
	background: url(../images/bg_button.png) no-repeat left top;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100px;
	text-decoration: none;
	display: block;
}

.nav li a:hover, .nav li.current a {
	color: #707173;
}

#navOne li:hover a, 
#navOne li.sfHover a {
	color: #707173;
}

#navOne li:hover ul a, 
#navOne li.sfHover ul a {
	background: url(../images/bg_nav_2.png) no-repeat left top;
	color: #bab5b4;
	padding-top: 3px;
	padding-bottom: 4px;
	width: 127px;
}

#navOne li:hover ul a:hover, 
#navOne li.sfHover ul a:hover {
	color: #707173;
}

.nav ul {
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
	padding-top: 7px;
	background: url(../images/bg_ebene_2_trans.png) no-repeat left bottom;
	padding-bottom: 6px;
	line-height: 16px;
}

* html .nav ul {
	padding-top: 6px;
	background: url(../images/bg_ebene_2.png) no-repeat left bottom;
}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 28px;
}

.nav ul li {
	border: 0;
	float: none;
}

.nav ul a {
	width: 80px;
	white-space: nowrap;
}

/* Accordion */

.accordion h3 {
	margin: 0 0 5px;
	cursor: pointer;
	font-size: 14px;
	line-height: normal;
	color: #868889;
	padding: 0 0 0 15px;
	background: url(../images/point_h3_active.png) no-repeat 0 8px;
	font-weight: normal;
	font-style: normal;
}

.accordion h3:hover, .accordion h3.active {
	color: #000;
	background: url(../images/point_h3.png) no-repeat 0 8px;
}

.accordion p {
	margin: 0;
	padding: 0 0 25px 15px;
}

/* Form */

.form_top {
	background: url(../images/bg_top_form.png) no-repeat left top;
	width: 414px;
	padding-top: 10px;
}

.form_bottom {
	background: #fff url(../images/bg_bottom_form.png) no-repeat left bottom;
	width: 374px;
	padding: 0 20px 10px;
}

* html .form_top {
	background: url(../images/bg_top_form_ie.png) no-repeat left top;
	width: 414px;
}

* html .form_bottom {
	background: #fff url(../images/bg_bottom_form_ie.png) no-repeat left bottom;
	width: 374px;
}

.failure {
	color: #e2001a;
}

.failure input {
	border: 1px solid #e2001a !important;
}

form {
	width: 410px;
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
	text-indent: 0;
	clear: left;
	border: 0 solid;
	position: relative;
}

form label {
	display: block;
	width: 310px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
	color: #73757b;
}

form input {
	display: block;
	margin-top: 3px;
	font-size: 12px;
}

form label.check input {
	margin: 0;
	display: inline;
}

form select {
	float: left;
	display: block;
	width: 375px;
	padding: 6px 0 6px 2px;
	border: 1px solid #dae396;
	color: #73757b;
	font-size: 12px;
	margin-top: 3px;
}

form label.field-first,
form label.field-address,
form label.field-zip,
form label.field-email {
	clear: left;
}

form label.field-first,
form label.field-last,
form label.field-zip,
form label.field-email,
form label.field-phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 180px;
}

form label.field-zip {
	width: 60px;
}

form label.field-first input,
form label.field-last input,
form label.field-email input,
form label.field-zip input,
form label.field-phone input {
	float: left;
	width: 180px;
	padding: 6px 0 6px 2px;
	border: 1px solid #dae396;
	color: #73757b;
	font-size: 12px;
}

form label.field-zip input {
	width: 60px;
}

form label.field-city {
	float: left;
	width: 300px;
}

form label.field-city input {
	float: left;
	width: 300px;
	padding: 6px 0 6px 2px;
	border: 1px solid #dae396;
	color: #73757b;
	font-size: 12px;
}

form label.field-long {
	float: left;
	width: 370px;
	margin: 0px 0px 0px 0px;
}

form label.field-long input {
	float: left;
	width: 370px;
	border: 1px solid #dae396;
	padding: 6px 0 6px 2px;
	color: #73757b;
	font-size: 12px;
}

textarea {
	display: block;
}

fieldset p.small {
	font-size: 10px;
	line-height: 16px;
	padding: 0 30px 0 0;
}


form label.field-newsletter input {
	float: left;
	margin-right: 10px;
	margin-top: 0;
	padding: 0;
}

form label.field-newsletter {
	margin-bottom: 20px;
}

form textarea {
	margin-top: 3px;
	padding: 2px 0 2px 2px;
	border: 1px solid #dae396;
	font: 12px Arial, Helvetica, sans-serif;
	width: 370px;
	color: #73757b;
}

.login {
display: none;	
}


