/* Reset Browser Default Values  */
/*********************************/
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: normal normal normal 12px "trebuchet ms",verdana,arial,sans-serif;
	vertical-align: top;
}
a:focus {
	outline: 0;
}
	ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Pagelayout elements           */
/*********************************/
body {
	font-size:12px;
	text-align:center;
	background: #fdfdf5 url(/fileadmin/template/images/bg.gif) top repeat-x;
}
.page {
	width:910px;
	margin:0px auto;
	background:rgb(255, 255, 255);
	text-align: left;
}
.top {
	width:910px;
	height:100px;
	float: left;
	background-color: #FFFFFF;
	border-top: 7px solid #cbecd7;
}
.top_color {
	width:179px;
	height:100px;
	float: right;
	background-color: #e2f4e8;
	}
.top_2 {
	width:730px;
	height:140px;
	font-size: 12px;
	float: left;
	background-color: #fffff7;
	background-image: url(/fileadmin/template/images/logo.jpg);
	background-repeat: no-repeat;
	margin-left:1px;
}



.main {

	margin:15px 0 20px 0;
	margin:0px 0 0px 0;
	clear:both;
	width:910px;
	background: #fdfdf5 url(/fileadmin/template/images/bg_main.jpg);
}


.main_menu {
	width: 178px;
	#float: right;
	padding-bottom:150px;
	background-color: #e2f4e8;
}
.content {
	margin: 10px 0 0 20px;
	width:650px;
	float: left;

}

.content_right p {
	font-size:12px;
}
.content_right {
	width: 178px;
	float: right;
	background-color: #FFFFF7;
}
.content_news h1{
	font-size:14px;
	color:#666666;
}

.content_news {
	color:#666666;
	padding:10px;
}
.clear {
	clear:both;
}


/* Main Menu                     */
/*********************************/

.main_menu ul {
	list-style:none;
}
.main_menu a {

	display:block;
	padding: 5px 0 5px 10px;
	height: 17px;
}
.main_menu li {
	border-bottom:1px solid rgb(255, 255, 255);
	background-color:#f5f5f4;
}
.main_menu li ul li {
	padding: 0 0 0 25px;
background-color:#e9e7e8;
}
.main_menu ul li a, .main_menu ul li a:visited {
	display: block;
	text-decoration:none;
	color:#666666;
}

.main_menu ul li ul li a {
	margin-left: -25px;
	padding-left:50px;

}
.main_menu a:hover, .main_menu a.act{
	color:rgb(255,255,255); 
	background-color:#bde0c7;
}
.main_menu ul li ul li a.act {
	background-color:#e9e7e8;
}
/* Footer                        */
/*********************************/
.footer {
	border-top: 0.11em dotted #000000;
	height:17px;
	color:#999999;
	text-align:left;
	width:900px;
	font-size:11px;
	background-color: #ffffff;
padding:5px;
}
.footer a, .footer a:visited {
	color:#80b6ce;
	text-decoration:none;
	font-size:11px;
}

/* CONTENT                       */
/*********************************/
.content h1 {
	margin:0em 0 0.5em 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#80b6ce;
	font-weight:bold;
	font-size:140%;
}
.content h2 {
	margin:1.0em 0 0.5em 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#80b6ce;
	font-weight:bold;
	font-size:125%;
}
.content h3 {
	margin:-1.0em 0 0.5em 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#80b6ce;
	font-weight:bold;
	font-size:120%;
}
.content h4 {
	margin:1.5em 0 1.0em 0;
	color:#80b6ce;
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight:normal;
	font-size:170%;
}
.content h5 {
	margin:1.5em 0 1.0em 0;
	color:rgb(80,80,80);
	font-family:"trebuchet ms",arial,sans-serif;
	font-size:140%;
}
.content h6 {
	margin:1.2em 0 0.2em 0;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:120%;
}
.content p {
	margin:0 0 1.0em 0;
	line-height:1.5em;
	font-size:115%;
}
.content ul {
	list-style:none;
	margin:0.5em 0 1.0em 0;
}
.content ul li {
	margin:0 0 0px 2px; 
	padding:0 0 0 12px; 
	list-style:square;
	list-style-position:inside;
	vertical-align:baseline;
	font-size:110%;
	color:#80b6ce;
}
.content ol {
	margin:0.5em 0 1.0em 20px !important /*Non-IE6*/;
	margin:0.5em 0 1.0em 25px /*IE6*/;
}
.content ol li {
	list-style-position:inside;
	list-style-type:decimal;
	margin:0 0 0.2em 0;
	line-height:1.4em;
	font-size:120%;
	color:#80b6ce;
}
.content .contenttable {
	width:300px;
}
.content .contenttable h2{
	margin:0px;
	padding:0px;
	text-weight:normal;
}
.content .contenttable .bodytext{
	margin:0px;
	padding:0px;
	border:0px;
}
.content .contenttable .align-right .bodytext {
	text-align:right;
}
.content a {
line-height:23px;
	color:rgb(116,160,183);
	font-weight:bold;
	text-decoration:none;
font-size:90%;
}
.content h1 a {
	color:rgb(246,140,30);
	font-weight:normal;
	text-decoration:none;
}
.content a:hover {
	color:rgb(100,100,100);
	text-decoration:underline;
}
.content a:visited {
	color:#80b6ce;
}
.content a img {
	border:1px solid rgb(220,220,220);
}
.content a:hover img {
	border:solid 1px rgb(220,220,220);
}
b {
	color:rgb(180,180,180);
	font-weight:bold;
	text-decoration:none;
}

/* Hintergrund des gesamten Formulars */
fieldset.csc-mailform {
	border:1px dotted #80b6ce;
	padding:20px;
}
.csc-mailform label {
	color: gray; 
	font-size:13px;
	display:block;
	width: 100px;
	float: left;
	left:10px;
	PADDING:2px;
	margin:2px;
	border:0px dotted #f5bd52;
}
.csc-mailform input, .csc-mailform textarea {
	position: relative;
	width:250px;
	left:20px;
	PADDING:2px;
	margin:2px;

	border:1px dotted #80b6ce;
	color: #999999;
}
.csc-mailform-check {
	border: none;
	width:auto;
	left: 20px;
	PADDING:2px;
	margin: 2px 0 2px 0;
}
.button {
	clear: left;
	position: relative;
	display:block;
	left:128px;
	width:auto;
}
.csc-mailform-submit {
	clear: left;
	position: relative;
	display:block;
	left:128px !important;
	width: auto !important;
	color:#999999 !important;
	background-color:#ffffff;
}
.csc-mailform .csc-mailform-check {
	background:none;
	border:none;
	width:16px;
}
