/* sticky footer */

* {
	margin: 0;
	padding: 0;
}

* html #page
{
	height: 100%;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../images/body_bg.jpg) repeat-x #f4f4f4;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #585858;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

* html #footer {
	margin-top: -25px;
}

/* ------------------ */

/* standard settings */

img {
	border: 0;
}

p.bodytext {
	margin-bottom: 1em;
}

h1 span {
	position: absolute;
	left: -9999px;
}

h2 {
	color: #90151b;
	font-size: 18px;
	margin-bottom: 0.7em;
	float: left;
	width: 500px;
}

h3.box {
	color: #90151b;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0.7em;
	float: left;
}

h3.header_box {
	color: #fff;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content ul {
	margin-left: 25px;
	margin-bottom: 1em;
}

.content ul li{
	margin: 8px 0;	
}

a {
	color: #e2001a;
}

a:hover {
	text-decoration: none;
}

.input_text_bg {
	width: 200px;
	height: 17px;
	padding: 7px 7px;
	border: 0;
	color: #c2c2c2;
}

.input_text_bg[class] {
	background: url(../images/input_text_bg.png);
}

.button_submit_bg {
	width: 70px;
	height: 29px;
	border: 0;
	color: #e10916;
	font-weight: bold;
	margin-left: 143px;
	cursor: pointer;
}

.button_submit_bg[class] {
	background: url(../images/button_submit_bg.png);
}

/* main layout */

.page {
	width: 1012px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

.page[class] {
	background: url(../images/container_bg.png) repeat-y;
}

.header {
	width: 994px;
	height: 101px;
	margin: auto;
	background: #fff;
}

.logo {
	float: left;
	margin-top: 13px;
	margin-left: 16px;
	display: inline;
}

/* header navi */

.header_navi {
	float: right;
	margin-top: 49px;
	margin-right: 18px;
	display: inline;
}

.header_navi ul {
	color: #7b7c7e;
	margin-top: 5px;
}

.header_navi ul li {
	float: left;
	list-style: none;
}

.header_navi ul li a {
	color: #7b7c7e;
	text-decoration: none;
}

.header_navi ul li a:hover {
	text-decoration: underline;
}

.header_navi ul li.separator {
	padding: 0 10px;
}

.header_navi ul li.de a {
	background: url(../images/flag_de_hover.jpg) no-repeat;
	width: 25px;
	height: 37px;
	display: block;
	margin-left: 15px;
}

.header_navi ul li.de a:hover {
	background: url(../images/flag_de.jpg) no-repeat;
}

.header_navi ul li.de a.cur {
	background: url(../images/flag_de.jpg) no-repeat;
}

.header_navi ul li.gb a {
	background: url(../images/flag_gb_hover.jpg) no-repeat;
	width: 25px;
	height: 37px;
	display: block;
	margin-left: 5px;
}

.header_navi ul li.gb a:hover {
	background: url(../images/flag_gb.jpg) no-repeat;
}

.header_navi ul li.gb a.cur {
	background: url(../images/flag_gb.jpg) no-repeat;
}

/* ----------- */

.sub_header {
	width: 994px;
	height: 170px;
	margin: auto;
	background: url(../images/sub_header_bg.jpg) no-repeat left;
}

.sub_header_top,
.sub_header_bottom {
	width: 994px;
	height: 8px;
	margin: auto;
	clear: both;
	overflow: hidden;
}

.sub_header_top[class] {
	background: url(../images/sub_header_top_bg.png);
}

.sub_header_bottom[class] {
	background: url(../images/sub_header_bottom_bg.png);
}

.sub_header_left {
	float: left;
	height: 158px;
	width: 252px;
	padding: 12px 0 0 17px;
}

.sub_header_left p {
	color: #fff;
	margin-bottom: 1em;
}

.sub_header_left a {
	color: #fff;
	text-decoration: none;
}

.sub_header_left a:hover {
	text-decoration: underline;
}

.sub_header_right {
	float: right;
	height: 170px;
	width: 725px;
}

.sub_header_right_overlay {
	position: absolute;
	right: 9px;
	top: 258px;
	z-index: 2;
	width: 725px;
	height: 21px;
}

.sub_header_right_overlay[class] {
	background: url(../images/sub_header_overlay.png);
}

/* breadcrumb navi */

ul.breadcrumb {
	font-size: 11px;
	padding: 4px 0 0 23px;
}

ul.breadcrumb li {
	float: left;
	list-style: none;
}

ul.breadcrumb li a {
	color: #e2001a;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	text-decoration: underline;
}

ul.breadcrumb li a.bc_current {
	color: #292929;
	font-weight: bold;
}

ul.breadcrumb li.bc_separator {
	padding: 0 5px;
}

/* main navi */

.navi {
	float: left;
	color: #585858;
	width: 255px;
	padding: 12px 0px 15px 25px;
}

.navi ul {
	
}

.navi ul li {
	list-style: none;
}

.navi ul li a {
	color: #585858;
	font-size: 13px;
	line-height: 25px;
	text-decoration: none;
}

.navi ul li a:hover {
	color: #e2001a;
}

.navi ul li a.current {
	color: #e2001a;
	font-weight: bold;
}

/* main navi -> sub navi */

.navi ul li ul {
	border-top: 1px solid #e2001a;
	border-bottom: 1px solid #e2001a;
	margin-left: -5px;
	padding: 3px 0;
	width: 240px;
}

.navi ul li ul li {
	margin-left: 12px;
}

.navi ul li ul li a {
	background: url(../images/bullet.gif) left no-repeat;
	padding-left: 12px;
}

/* main navi -> sub navi -> sub navi*/

.navi ul li ul li ul {
	border-top: 0px solid #e2001a;
	border-bottom: 0px solid #e2001a;
	margin-left: -5px;
	padding: 3px 0;
	width: 240px;
}

.navi ul li ul li ul li {
	margin-left: 15px;
}

.navi ul li ul li ul li a {
	font-size: 12px;
	background: url(../images/arrow.gif) left no-repeat;
	padding-left: 12px;
	line-height: 20px;
}

.navi ul li ul li ul li a.current{
	background: url(../images/arrow_down.gif) left no-repeat;
}

/* content */

.content {
	float: right;
	width: 680px;
	padding: 15px 30px 40px 0;
}

/* setting for boxes */

.box_left,
.box_right {
	width: 243px;
	height: 176px;
	background: url(../images/box_bg.jpg) no-repeat #dedede;
	padding: 12px 20px 15px 25px;
	margin-top: 20px;
}

.box_left {
	float: left;
}

.box_right {
	float: right;
	margin-right: 40px;
	display: inline;
}

.box_right p,
.box_left p {
	clear: left;
}

.willkommen,
.login,
.rueckruf,
.download2 {
	width: 50px;
	height: 56px;
	float: right;
}

.willkommen[class] {
	background: url(../images/willkommen.png);
}

.login[class] {
	background: url(../images/login.png);
}

.rueckruf[class] {
	background: url(../images/rueckruf.png);
}

.download2[class] {
	background: url(../images/download.png);
}

/* settings for 3-col content */

.content_left {
	float: left;
	width: 250px;
}

.content_right,
.content_center {
	float: right;
}

.content_center {
	width: 250px;
	margin-right: 15px;
	display: inline;
}

.content_right {
	margin-top: -30px;
	width: 182px;
}

.content_right img {
	margin-bottom: 13px;
}

/* footer */

.footer {
	position: relative;
	margin: -25px auto 0 auto;
	width: 1012px;
}

.footer[class] {
	background: url(../images/container_bg.png);
}

.footer p {
	padding: 2px 0 2px 305px;
	font-size: 11px;
}

/* FORM */

form#mailform2 {
	width: 400px;
}

.input_kontakt {
	width: 200px;
	height: 15px;
	padding: 2px;
	margin: 5px;
	color: #c2c2c2;
	border: 1px solid #7b7c7e;
}

.input_check{
	padding: 2px;
	margin: 5px;
	color: #c2c2c2;
	border: 1px solid #7b7c7e;
}

label.labelKontakt {
	width: 130px;
	display: block;
	float: left;
	padding-top: 8px;
}



.text_kontakt{
	width: 200px;
	padding: 2px;
	margin: 5px;
	color: #c2c2c2;
	border: 1px solid #7b7c7e;
}
