/*Standard HTML Formats*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	color: #000000;
}

div {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
}





/*Standard Layers ID*/

#main {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 1000px;
	height: auto;
	border: 0px solid #000000;
}

#header {
	width: 990px;
	height: 228px;
	background: url(gfx/header.jpg) top left no-repeat;
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

#container {
	height: auto;
	float: left;
	width: 1000px;
	background: url(gfx/bg-container.jpg) top left repeat-y;
}

#left {
	float: left;
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#middle {
	float: left;
	width: 600px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#right {
	float: left;
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#adresse1 {
	width: 180px;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #000099;
	text-decoration: none;
}

#adresse2 {
	width: 180px;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
	margin-bottom: 15px;
}

#content-middle {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 560px;
	height: auto;
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#content-right {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 160px;
	height: auto;
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}





/*LINK FORMATIONEN*/

.a-header:link {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.a-header:visited {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.a-header:hover {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.a-topnav:link {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}

.a-topnav:visited {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}

.a-topnav:hover {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}

.a-subnav:link {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.a-subnav:visited {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.a-subnav:hover {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.ul-topnav {
	margin: 0px;
	padding: 0px;
	width: 200px;
}

.li-topnav {
	list-style: none;
	background: #ff9933 top left no-repeat;
	text-align: left;
	width: 180px;
	padding-left: 20px;
	height: 24px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.li-topnav-cur {
	list-style: none;
	background: #ff9933 top left no-repeat;
	text-align: left;
	width: 180px;
	padding-left: 20px;
	height: 24px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.li-subnav {
	list-style: none;
	background: #ffffff;
	text-align: left;
	width: 180px;
	padding-left: 20px;
	border-bottom: 1px solid #ff9933;
	height: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.li-subnav-cur {
	list-style: none;
	background: #ffffff;
	text-align: left;
	width: 180px;
	padding-left: 20px;
	border-bottom: 1px solid #ff9933;
	height: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}





/*Inhalt Formatierungen*/

H1 {
	font-size: 24px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #000099;
	text-decoration: none;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

H2 {
	font-size: 16px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

H3 {
	font-size: 14px;
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

H4 {
	font-size: 18px;
	font-family: georgia, times, serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
}

H5 {
	font-size: 16px;
	font-family: georgia, times, serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}





.csc-mailform {s
	border: 0px;
}

.csc-mailform-field label {
	float:left;
	clear:both;
	width:160px;
	padding-top:2px;
	padding-right:10px;
	text-align:right;
	font-weight:normal;
	margin-bottom: 0px;
}

input {
	margin-bottom: 10px;
}

select {
	margin-bottom: 10px;
}

#mailformAnrede {
	width: 150px;
}

#mailformBitte_waehlen {
	width: 150px;
}

.csc-mailform-submit {
	margin-top: 10px;
	margin-left: 170px;
}

