* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
}

h2 {
	color: #937417;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	color: #937417;
	margin-bottom: 5px;
	font-weight: normal;
}

h3 a {
	color: #937417;
	margin-bottom: 5px;
	font-weight: normal;
	padding-left: 30px;
}

h3 a:hover {
	color: #937417;
	margin-bottom: 5px;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 30px;
}

#container {
	width: 1000px;
	height: 750px;
	margin: 10px auto;
	background-color: #fff;
	/*border: #937417 1px solid;*/
}

.hideme, .skip {
	display: none;
	margin-left: 1000px;
}

#headerbox {
	margin-right: 10px;
	margin-left: 10px;
}

#topnav {
	float: right;
	font-size: 0.7em;
	padding-top: 3px;
}

.top_active {
	color: #937417;
}

#header {
	border-bottom: #937417 solid 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	margin: 20px 10px 20px 10px;
	width: 980px;
	float: left;
	min-height: 400px;
	/*
	background-image:url(../images/curve.png);
	background-position: 20px 0;
	*/
	background:url(../images/curve.png) no-repeat 20px center;

}


/**
	 * Rootline Formatierung
	 */

#rootline {
	width: 780px;
  padding-top: 2px;
  padding-left: 200px;
  font-size: 0.9em;
}

#rootline a {
	color: #937417;
	font-size: 0.9em;
	font-weight: normal;
	background: none;
	text-decoration: none;
}

#rootline_active a {
	font-weight: bold;
	color: #937417;
}


#col1 {
	width: 200px;
	float: left;
}

#col1_content {
	margin-left: 10px;
	margin-top: 20px;
}

#col1_content ul {
	border-bottom: #937417 dotted 1px;
	width: 160px;
}

#col1_content ul li{
	border-top: #937417 dotted 1px;
	line-height: 2em;
	display: block;
}

#col1_content ul li a {
	color: #666;
	padding-left: 20px;
}

#col1_content ul li a:hover {
	color: #937417;
}

#current ul {
	border-bottom: none;
}

#current ul li {
	line-height: 1.8em;
	font-size: 0.9em;
}

#current ul li a {
	padding-left: 30px;
}

#current ul li a:hover {
	text-decoration: underline;
	color: #937417;
}

#current span a, a:active {
	color: #937417;
	font-weight: bold;
}

#sub_current span a {
	font-weight: normal;
	/*font-size: 0.9em;*/
	text-decoration: underline;
}

#col2 {
	width: 600px;
	float: left;
}

#col2_content {
	margin: 20px 25px 20px 20px;
}

#col2_content ul {
	margin-left: 30px;
	margin-top: 15px;
}

#col2_content ul li {
	margin-bottom: 10px;
}

#col3 {
	width: 180px;
	float: right;
}

#col3_content {
	margin-top: 20px;
}

#news {
	margin-right: 20px;
	padding-top: 7px;
	padding-bottom: 6px;
	border-top: #937417 dotted 1px;
	border-bottom: #937417 dotted 1px;
}

#newsheader {
	margin-left: 15px;
	color: #937417;
	font-weight: bold;
}

#news_home {
	margin-right: 20px;
	margin-left: 4px;
	padding-top: 15px;
	padding-bottom: 6px;
	/*border-top: #937417 dotted 1px;
	border-bottom: #937417 dotted 1px;*/
}

.clearer {
	margin-top: 10px;
	margin-bottom: 10px;
}

.news-list-item h3 a {
	color: #937417;
	font-weight: bold;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.news-list-morelink {
	text-align: right;
	font-size: 0.8em;
}

.news-list-img {
	margin-bottom: 10px;
}

.news-list-item h2 {
	margin-top: 5px;
	margin-bottom: 10px;
}

.news-list-item p {
	margin-top: 10px;
}
.news-list-data {
	font-size: 0.8em;
}

.news-list-item hr {
	margin-bottom: 20px;
}

.news-latest-item ul li {
	font-weight: normal;
	line-height: 1.9em;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 15px;
}

.news-latest-item ul li a {
	color: #666;
}

.news-latest-item ul li a:hover {
	color: #937417;
	text-decoration: underline;
}

.news-single-img {
	margin-bottom: 10px;
}

.news-single-item h2 {
	margin-top: 5px;
	margin-bottom: 10px;
}

.news-single-item p {
	margin-top: 10px;
}

.external-link-new-window {
  color: #937417;
  font-weight: bold; 
}

.news-single-timedata {
	font-size: 0.8em;
}

.news-single-files dt{
	font-weight: bold;
	color:#937417;
	padding-top: 5px;
}

.news-single-files dd {
	margin-top: 7px;
	line-height: 1.8em;
}


.news-single-links dt {
	font-weight: bold;
	color: #937417;
	padding-top: 10px;
}

.news-single-backlink {
	margin-top: 15px;
}

.news-single-backlink a {
	font-weight: normal;
}

.news-single-backlink a:hover {
	text-decoration: underline;
}

#footer {
	border-top: #937417 solid 1px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 0.7em;
	float: left;
	width: 980px;
}

#footer_text {
	width: 780px;
	float: left;
}

#footer_navi {
	float: right;
	width: 180px;
}

#footer_navi ul li {
	list-style-type: none;
	text-decoration: none;
	float: right;
	padding-left: 7px;
}

#footer_navi ul li a {
	display: block;
}

#footer_navi ul li a:hover {
	text-decoration: underline;
}

#footer_active a, a:hover {
	text-decoration: underline;
	color: #937417;
}

a, a:visited {
	color: #937417;
	border: none;
	text-decoration: none;
}

a:hover,  a:active {
	color: #937417;
	text-decoration: none;
	font-weight: normal;
}

img {
	border: none;
}

/**
	 * 	Textformatierung
	 */

	.align-justify {
		text-align: justify;
	}
	
	.align-center {
		text-align: center;
	}
	
	.align-right {
		text-align: right;
	}

	p span.detail {
	  font-size: 0.8em;
	  line-height: 1.1em;
	}
	
	a:hover {
		text-decoration: underline;
		color: #937417;
	}
	
	a:visited {
		color: #937417;
	}

a .download {
	text-decoration: underline;
	color: #937417;
}

/*
	 *  Kontaktformularformatirungen
	 */
	 /*
	 .csc-mailform div.formentry {
			margin:4px 0 0;		
		}
		*/

	.csc-mailform {
		border: none;
	}

	.csc-mailform input[type=text],.csc-mailform select,.csc-mailform textarea {
		display:block;			
		/*float:left;			*/
		width:250px;			
		text-align:left;		
	}		

	.csc-mailform label {
		display:block;
		float:left;
		text-align:right;
		padding-right:1em;
		width:75px;
	}

	input.csc-mailform-submit {
		width:auto;
		color:#666;
		background: #fff;
		margin-left:85px;
		font-weight:500;
		margin-top:3px;
		/*padding:2px;*/
	}


/*
	 *  Sitemapformatirungen
	 */

.tx-flseositemap-pi1 {
	margin-left: 40px;
	line-height: 1.8em;
}

.tx-flseositemap-pi1 ul {
	list-style-type: none;
}

.tx-flseositemap-pi1 ul li a {
	font-size: 0.9em;
}

.tx-flseositemap-pi1 ul li ul li a{
	font-size: 0.8em;
	padding-left: 20px;
}

.list deep1 {
	margin-left: 20px;
}

