html {
	height: 100%;
	width: 100%;
}
body {
	background-image: url(../templates/images/body_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#main {
}

#header {
	width: 980px;
	height: 90px;
	background-image: url(../templates/images/header.png);
	background-repeat: no-repeat;

}





/*
Navigation oben
*/
#navi1 {
	margin-left: 196px;
	margin-top: 60px;
	margin-right: 15px;
	float: left;
	display: block;
	height: 17px;
}
#navi1 ul {
	height: 26px;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	float: left;
	background-image: url(../templates/images/navi1_spacer.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#navi1 li {
	margin: 0px;
	padding: 0px 1px 0px 0px;
	float: left;
	list-style-type: none;
	height: 26px;
	background-image: url(../templates/images/navi1_spacer.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navi-spacer {
	float: left;
	background-image: url(../templates/images/navi1_spacer2.gif);
	background-repeat: no-repeat;
	margin-top: 60px;
	width: 100px;
	height: 17px;
}
#navi-service {
	margin-top: 60px;
	margin-left: 15px;
	float: left;
	height: 17px;
}
#navi-service ul {
	height: 26px;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	float: left;
	background-image: url(../templates/images/navi1_spacer.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#navi-service li {
	margin: 0px;
	padding: 0px 1px 0px 0px;
	float: left;
	list-style-type: none;
	height: 26px;
	background-image: url(../templates/images/navi1_spacer.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#language-menu {
	padding: 3px 0px 0px 10px;
	display: block;
	float: left;
}


/*
Navigation links
*/
#navi2 {
	float: left;
	width: 194px;
}
#navi2 ul {
	margin: 0px;
	padding: 0px;
}
#navi2 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi2-spacer {
	width: 194px;
	height: 342px;
	background-image: url(../templates/images/navi2_bg.png);
	background-repeat: no-repeat;
}


/*
Content
*/
#navi-content {
	float: left;
	display: block;
	width: 990px;
}
#content {
	margin: 10px 0px 5px 10px;
	float: left;
	display: block;
	width: 780px;
}
.content-wrapper {
	margin: 0px 10px 0px 0px;
}

#content-left {
	float: left;
	width: 440px;
	margin-right: 10px;
}
#ticker {
	background-image: url(../templates/images/footer_bg.gif);
	background-position: right;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	height: 18px;
}
#ticker table td, #ticker p,#ticker table, #ticker table tr {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
ticker-table {
	height: 16px;
	margin: 0px;
	padding: 0px;
}

#ticker a {
	color: #ffffff;
}


#content-right {
	float: left;
	width: 300px;
}
#content-right h1 {
	width: 100%;
	height: 20px;
	background-image: url(../templates/images/site_header_bg.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px 0px 10px 0px;
	padding: 1px 0px 0px 10px;
}
#content-right h4 {
	width: 100%;
	height: 20px;
	background-image: url(../templates/images/site_header_bg.gif);
	background-repeat: no-repeat;
	color: #283758;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px 0px 5px 0px;
	padding: 1px 0px 0px 10px;
}
#content-right img {
	margin-left: 5px;
}
#content-right h1 a {
	color: #ffffff;
}

#footer {
	width: 100%;
	float: left;
	text-align: center;
}
#footer-wrapper {
	width: 100%;
	display: block;
	float: left;
}
#footer-impress {
	width: 100%;
	display: block;
	float: center;
	text-align: center;
}
#footer-left {
	margin-left: 204px;
	margin-right: 10px;
	width: 440px;
	height: 20px;
	background-image: url(../templates/images/footer_bg.gif);
	background-repeat: no-repeat;
	float: left;
	display: block;
}

#footer-right {
	width: 300px;
	height: 20px;
	background-image: url(../templates/images/footer_bg.gif);
	background-repeat: no-repeat;
	float: left;
	display: block;
}
/* Formulare */
form, fieldset {
	border: 0px solid;
	margin: 0px;
	padding: 0px;
}


fieldset {

 border: 0px;

}



.csc-mailform-field {

 display: block;

 width: 100%;

 float: left;

 padding: 2px 0px 2px 0px;

}

.csc-mailform label {

 width: 150px; 

 display: block;

 float: left;

 padding: 0px;

 margin: 0px;

}

.csc-mailform input {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; 

 display: block;

 float: left;

}

textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; 
}

.csc-mailform-submit {

 left: 150px;

}

#mailformformtype_mail {

 position: relative;

 left: 150px;

}
