* {
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:12px;
	color:#fff;
}
h1 {
	margin-bottom:15px;
}
h2 {
	font-size:22px;
	padding-top:15px;
	margin-left:20px;
	margin-bottom:5px;
}
h3 {
	font-size:14px;
	margin-left:150px;
	margin-bottom:5px;
}
ul	{
	padding:20px;
         padding-top:0px;
         }

p	{
	margin-bottom:15px;
         }

body {
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	background-color:#605E5D;
}

/* BREITENANGABEN */
div#header-top,
div#header-bottom,
div#topmenu,
div#mainPartWrapper,
div#footer-inner,
div#footer-outer {
	width:798px;
}


div#header-bottom,
div#mainPartWrapper,
div#footer-inner {
	background-color:#4B5F96;
}

/* AUSSENRAHMEN */
div#header-top,
div#footer-inner,
div#footer-outer {
	border-left:1px solid #605E5D;
	border-right:1px solid #605E5D;
}

div#header-bottom,
div#topmenu,
div#mainPartWrapper {
	border-left:1px solid #B7BBC9;
	border-right:1px solid #B7BBC9;
}

div#AllSiteWrapper {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top:2px;
}

/* HEADER */

div#header-top {
	height:56px;
	background-image:url(img/header-bg-top.gif);
	background-repeat:no-repeat;
}

div#header-bottom {
	height:94px;
	background-image:url(img/header-bg-bottom.gif);
	background-repeat:no-repeat;
}

div#header-bottom h1 {
	font-size:18px;
	font-weight:bold;
	margin-left:20px;
}

div#header-bottom p {
	margin-left:100px;
	font-size:14px;
	font-weight:bold;
}

/* MENÜ */

div#topmenu {
	background-color:#282F52;
	height:30px;
}

div#topmenu-inner {
	padding-right:20px;
}

ul#menu {
	list-style-type: none;
}

ul#menu li {
	float:right;
	padding:6px;
}

ul#menu a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

/* CONTENT */

div#mainPartWrapper {
	height:470px;
	background-image:url(img/body-bg.gif);
	background-repeat:no-repeat;
}

td#content-left, td#content-right {
	width:50%;
}
div#content-left {
	padding-left:20px;
	padding-right:20px;
}
div#content-right {
	padding:30px;
	padding-top:50px;
}

div#content-right img {
	border:1px solid #fff;
}

div#content-left p {
	line-height:17px;
	padding-left:25px;
}

div#content-left h1 {
	font-size:16px;
	padding-left:-20px;
}

div#content-left {
	overflow:auto;
	margin-top:20px;
	height:430px;
}

div#content-right {
	text-align:center;
}


/* FOOTER */

div#footer-inner {
	height:10px;
	background-image:url(img/footer-bg-bottom.gif);
	background-repeat:no-repeat;
	font-size:2px;
}

div#footer-outer {
	background-color:#605E5D;
}

div#footer-outer {
	text-align:center;
	color:#ddd;
}
div#footer-outer h1 {
	display:none;
}
/* Formular */

fieldset.csc-mailform {
	border:0px;
}

div.csc-mailform-field {
	border:0px solid #eee;
	padding:4px;
}
div.csc-mailform-field input, textarea {
	border-top:   1px solid #555;
	border-left:  1px solid #555;
	border-right: 1px solid #bbb;
	border-bottom:1px solid #bbb;
	color:#333;
}
div.csc-mailform-field label {
 	width:150px;
 	float:left;
	border:0px;
}

