@CHARSET "UTF-8";
@import "navigation.css";

/*
 * L A Y O U T
 */
body {
	text-align:center;
	margin:0;
	padding:0;
	background-color:#9b9a9a;
	}
div#page {
	width:980px;
	border:none;
	margin:0 auto;
	text-align:left;
	padding-bottom:318px;
	background-color:#fff;
	}
div#container {
	position:relative;
	top:318px;
	}
div#content.auto {
	min-height:395px; /* 768 - 295 - 55 */
	height:auto !important;  /* für moderne Browser */
	height:395px;  /*für den IE */
	}
div#footer {
	height:104px;
	}
div#header {
	position:absolute;
	height:318px;
	width:980px;
	top:0;
	}

/*
 * H E A D E R
 */


/*
 * C O N T E N T
 */
#content div.col0 {
	float:left;
	width:185px;
	}
#content div.col1 {
	float:left;
	padding:5px 50px 5px 15px;
	width:730px !important;
	width:795px;
	}
#content div.col1 ul {
	list-style-type:disc;
	padding-left:12px
	}

/* contact form */
#content div.col1 #mailform div.csc-mailform-field {
	clear:left;
	margin-bottom:7px;
	}
#content div.col1 #mailform label {
	display:block;
	float:left;
	width:125px;
	line-height:150%;
	text-align:right;
	padding-right:5px;
	}
#content div.col1 #mailform input {
	border:1px solid #9B9A9A;
	font-size:11px;
	line-height:150%;
	height:18px;
	}
#content div.col1 #mailform input[type=text] {
	width:300px;
	}
#content div.col1 #mailform textarea {
	width:300px;
	border:1px solid #9B9A9A;
	font-size:11px;
	line-height:150%;
	}
#content div.col1 #mailform select {
	border:1px solid #9B9A9A;
	}
#content div.col1 #mailform div.csc-mailform-field input.csc-mailform-submit {
	margin-left:85px;
	}

/*
 * F O O T E R
 */
#footer span.footerAddress {
	margin-left:30px;
	}
