<!--
		
		/********* FRAME Styles *********/
		
		* {
			margin:0px;
			padding:0px;
		}
		
		body {
			background-color: #FFF;

			text-align: center;
		}			
		
		.mitte {
			margin: 0 auto;
			width:  99%;
			border: 0px solid red;
		}
		
		#header {
			margin:auto;
			text-align:left;
			width:880px;
			height: 199px;
			background-image: url(/fileadmin/images/layout/header_bg.jpg);
		}
		
		#topnavi {
			margin-top: 145px; 
			width: 680px;
			float:left;
		}
		
		#headerLang {
			width: 200px;
			height: 147px;
			float: right;
			margin-top: 52px;
			
			background-image: url(/fileadmin/images/layout/headerlang_bg.png);
		}
		
		#content {
			margin:auto;
			text-align:left;
			width:880px;
		}
		
		#realContent {
			float:left;
			width: 650px;
		}
		
		#sidebar {
			float:right;
			width: 200px;
			background-color: #E5E5E5;
		}
		
		#footer {
			width:880px;
			margin:auto;
			text-align:left;
			border-top: 1px solid #747474;
			margin-top: 20px;
			padding-top: 7px;
			margin-bottom: 10px;
		}
		
		#sitemap {
			float:left;
			width: 670px;
		}
		
		#shortnavi {
			float:right;
			width: 200px;
		}

		.news-container {
			width: 610px;
			border-bottom: 1px solid #747474;
			margin-bottom: 10px;
		}
		
		.news-container .news-content {
			width: 410px;
			float: left;
			margin-right: 5px;
		}
		
		.news-container .news-pic {
			width: 102px;
			float: left;
			margin-top: 35px;
		}
		
		.news-container .more {
			width: 90px;
			float: right;
			text-align: right;
			margin-top: 10px;
		}
		

		/********* styling *********/
		
		body {
			font-family: Verdana;
			font-size: 12px;
			color: #000;
			line-height: 1.5em;
		}
				
		#headerLang #lang td {
			font-size: 10px;
		}
		
		#headerLang #lang {
			width: 183px;
			margin-left: 8px;
			margin-top: 8px;
		}
		
		#headerLang img {
			padding-bottom: 10px;
		}
		
		.topnavilink, .topnavilinkActiv {
			width: 106px;
			float:left;
			color: 000;
			
			background-image: url(/fileadmin/images/layout/topnavi_left_bg.gif);
			background-repeat: no-repeat;
			background-position: left;
			
			padding-left: 6px;
			
			text-decoration: none;
		}

		.topnavilink:hover, .topnavilinkActiv {
			background-color: #CECECE;
			color: 000;
		}
		
		/* sub navi */
		
		.subnavilink, .subnavilinkActiv {
			width: 180px;
			/* height: 24px; */
			display: block;
			margin-left: 10px;
			
			color: 000;			
			border-bottom: 1px solid #666666;
			
			text-decoration: none;
			line-height: 2.0;
		}
		
		.subnavilink:hover, .subnavilinkActiv {
			color: 000;
		}
		
		#sidebar .more {
			color: #336699;
			font-weight: bold;
			font-size: 12 px;
			margin-left: 10px;
			margin-bottom: 3px;
		}
		
		#headerLang input {
			font-size: 10px;			
		}
		
		.suche, .suchesubmit {
			float: left;
			margin-top: 10px;
		}
		
		.suche {
			background-color: #EDEDED;
			border: 1px solid #999999;
			padding: 3px;
		}
		
		.suchesubmit {
			margin-left: 10px;
		}
		
		.shortnavilink, .shortnavilinkActiv {
			color: #666666;
			font-size: 10px;
			text-decoration: none;
		}
		
		.shortnavilink:hover, .shortnavilinkActiv {
			color: #666666;
		}
		
		.sitenav1 li {
			width: 164px;
			float: left;
			list-style: none;
		}
		
		.sitenav1 a {
			color: #336699;
			font-size: 11px;
			text-decoration: none;
			font-weight: bold;
			/* margin-bottom: 20px; */
		}
		
		.sitenav2 a {
			color: #666666;
			font-size: 11px;
			text-decoration: none;
			font-weight: normal;
		}
		
		.sitenavilink:hover, .sitenavilinkActiv {
			color: #336699;
		}
		
		
		h1, h3.csc-noSearchResultMsg  {
			margin: 0px;
			color: #336699;
			font-size: 24px;
			font-family: Georgia;
			font-weight: normal;
			margin-bottom: 10px;
			margin-top: 10px;
		}
		
		p.bodytext {
			font-size: 12px;
			margin-bottom: 10px;
		}
		p.bodytext a {
			color: #000000;
			font-weight: normal;
			text-decoration: underline;			
		}
		
		#realContent div.csc-textpic-image img, #realContent div.csc-textpic img, .news-picture img {
			border: 1px solid #336699;
			padding: 1px;
		}
		
		.csc-textpic-imagerow, dl.csc-textpic-image {
			margin-bottom: 10px;
		}
		
		.csc-textpic-caption {
			font-size: 10px;
			line-height: 1em;
		}
		
		#sidebar h1 {
		/*	margin-right: 10px;
			margin-left: 10px; */
			color: #336699;
			font-size: 12px;
			font-family: Verdana;
			font-weight: bold;
		}
		
		#sidebar p.bodytext {
			/*margin-right: 10px;
			margin-left: 10px; */
		}
		
		.trenner {
			margin-top: 10px;
		}
		
		.news-container .news-content h1 a, H3.csc-searchResultHeader A {
			font-family: verdana;
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 10px;
			color: #336699;
		}
		
		.news-container .news-pic img {
			border: 1px solid #336699;
			padding: 1px;
		}
		
		.news-container .more {
			font-family: georgia;
		}
		
		.news-container .more a {
			text-decoration: none;
			color: #336699;
		}
		
		.news-container .more h1 {
			margin-bottom: 2px;
			color: #000;
		}
		
		.csc-textpic, .csc-textpic-text {
			/* margin-bottom: 30px; */
		}
		
		.news-picture {
			float: right;
			margin-left: 10px;
		}
		
		.align-center {
			text-align: center;
		}
		
		#realContent ul {
			font-size: 12px;
			list-style-type: disc;
		}
		#realContent ul li {
			margin-left: 16px;
		}
		
		.csc-mailform-field {
font-weight:normal;
margin-top:5px;
width:450px;
}

.csc-mailform-field label {
	width: 120px;
	display: block;
	float: left;

}

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	padding: 2px;
	font-size: 12px;
}

.csc-mailform {
	border:0px none;
}

.csc-mailform input:focus, .csc-mailform textarea:focus {
 outline: 1px solid #336699;
}

.csc-mailform input#mailformformtype_mail { /* den Submit-Button */
  float: none;
  width: auto;
  border: 1px solid;
  margin-left: 120px;
  margin-top: 12px;
}

#sidebar .indu_content {
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	/* border-top: 1px solid #fff; */
}

#realContent .indu_content {
	margin-bottom: 25px;
}

#login fieldset {
	border: 0;
}

#login label, #login legend {
	display: none;
}

#login input {
	width: 179px;
	padding: 2px;
	font-size: 12px;
	margin-top: 2px;
}

#login input.button {
  float: none;
  width: auto;
  border: 1px solid;
  margin-top: 12px;
}

div.csc-sitemap ul, div.csc-sitemap li {
	list-style-type:none;
}

.ueberuns {
	border: #E5E5E5 1px solid;
	padding: 10px;
	background-image: url(/fileadmin/images/layout/ueberuns_bg.gif);
	background-position: top;
}

		/********* cleaner *********/
		
		.clearfix {
			display:block;
			clear: both;
		}
		
		
		-->
