
#overallcontainer,
#header, #headerlogo, #headerbottom,
#contentcontainer, #content, #contentmenu, #content_small, #sidebar,
#footer, #footermenu, #footercontent, #closingcontainer
{
float: left;
width: 100%;
display: inline;
}

#overallcontainer, #closingcontainer {
min-width: 980px;
}

body {
margin: 0 auto;
text-align: center;
}

#pagecontainer {
width: 980px; 
margin: 0 auto;
text-align: left;
}

#headerlogo {
height: 145px;
position: relative;
}

#headerlogo div.logo{
	position: absolute;
}

#headerlogo div.toppic{
	position: absolute;
	top: 0px;
	right: 0px;
}

#headerbottom {
height: 28px;
position: relative;
}

#headermenu {
margin-top: 7px;
margin-left: 10px;
width: 760px;
height: 21px;
float:left;
}
/* IE6-Hack */
* html #headermenu  {
height: 21px;
}
/* Ende IE6-Hack */
#headericons {
padding:8px 20px 0;
width: 170px;
height: 21px;
float:left;
text-align:right;
font-size: 10px;
}

#headericons img{
border:0px;
margin-left:10px;
margin-right:2px;
}
#headericons div{
float:right;
}

#footermenu {
margin-left: 10px;
width:200px;
}

#closingcontainer {
height: 20px;
}


/*	##########################	*/
/*	Contentbereiche				*/
/*	##########################	*/

#contentcontainer {
	width: 980px;
	position: relative;
}

#content {
	width: 770px;
	float: left;
}

/* ######################## */
/* Headermenu (oben)        */
/* ######################## */

#headerlogo a{
	color: #ffffff;
}
#headermenu ul {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;	
}

#headermenu li {
	font-size: 12px;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 14px;
	font-weight: bold;
/*	margin-bottom: 0.8em;
*/
	float: left;
}
#headermenu li a,
#headermenu li.active ul li a {
	display: block;
	text-decoration: none;
}


/* ######################################### */
/* rechte Spalte                             */
/* ######################################### */

#sidebar {
	width: 170px;
	min-height: 80px;
	padding: 10px 20px;
/*	height: 100%;*/
	float: left;
	color: #707173;
}

#sidebar a {
	color: #88bce3;
}

/* ######################## */
/* Contentmenu (links)      */
/* ######################## */

#contentmenu {
	width: 210px;
	padding-top: 5px;
	float: left;
	font-size: 12px;
	height: 100%;
	min-height: 500px;
	margin-top: 10px
}

#contentmenu ul {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;	
}

#contentmenu li {
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 0.8em;
	float: left;
	width: 100%;
}

#contentmenu ul ul {
	margin-left: 20px;
}

#contentmenu ul ul li{
	margin-bottom: 0.2em;
}

/* IE6-Hack */
* html #contentmenu ul,
* html #contentmenu ul ul {
	width: 100%;
	line-height: 1.2em;
}
/* Ende IE6-Hack */

#contentmenu li a,
#contentmenu li.active ul li a {
	padding-left: 20px;
	display: block;
	text-decoration: none;
}

#content_small {
	width: 500px;
	float: left;
	margin: 10px 30px
}

/*	##########################	*/
/*	Footerbereich               */
/*	##########################	*/

#footer {
	width: 980px;
	height: 14px;
	position: relative;
	clear: both;
	padding-top: 6px;
	padding-bottom: 8px;
}

#footermenu ul {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;	
}

#footermenu li {
	font-size: 10px;
	padding: 0;
	margin-left: 10px;
	line-height: 14px;
	font-weight: bold;
	float: left;
}
#footermenu li a,
#footermenu li.active ul li a {
	display: block;
	text-decoration: none;
}

#footercontent {
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	width:550px;
}

#footercopyright a,
#footercontent a {
	color: #000000;
	text-decoration: none;
}

#footercopyright a:hover,
#footercontent a:hover {
	text-decoration: underline;
}

/* ########################## */
/* CSC-Bildstyles überschreiben */
/* ########################## */

.csc-textpic-caption {
	margin-top: 3px !important;
	font-size: 0.8em;
	margin-bottom: 8px !important;
	line-height: 1.1em;
} 

div.csc-mailform-field {
	margin-top: 10px;
}

div.csc-mailform-field label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
div.csc-mailform-field input.csc-mailform-submit {
	margin-left: 159px;
	width: auto;
}
div.csc-mailform-field input,
div.csc-mailform-field textarea {
	width: 300px;
}

/* ############################# */
/* Mailform                      */
/* ############################# */

fieldset.csc-mailform {
	border-width: 0px;
}

div.csc-mailform-field  label {
	width: 80px;
}
div.csc-mailform-field input.csc-mailform-submit {
	margin-left: 89px;
}

/* ############################# */
/* Inhaltselemente               */
/* ############################# */

body, p, h2, h3, h4, h5, h6, li, table, td {
font-family: Verdana, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}

body, p {
font-size: 12px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.align-right {
	text-align: right;
}

.csc-firstHeader {
	margin-top: 0px;
}
