* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #5A5A5A;
	background-repeat: no-repeat;
}

body {
	/*background-color: #E0E1E2;*/
	background-image: url(../images/main_bg.jpg);
	background-repeat:repeat;
}

img {
	border: 0;
}

h1 {
	font-size: 14px;
}


a {
	color: #557AA0;
	text-decoration: none;
}

a:hover{
	color: #5A5A5A;
}

#content a span{
	color: #557AA0;
}

#content a b{
	color: #557AA0;
}

form {
	position: relative;
}

form label {
	display: block;
}

form .text {
	position: relative;
	width: 200px;
	height: 16px !important;
	height: 18px;
	background: none;
	border: 1px solid #E3E3E3;
}

form select.text {
	background: #fff;
}

form .button, .finish input, .error input{
	position: relative;
	top: 1px !important;
	top: 0;
	height: 18px;
	padding: 0 5px 3px 5px;
	background: none;
	border: 1px solid #E3E3E3;
	text-align: center;
	cursor: pointer;
}


#title{
	position: absolute;
	width: 143px;
	height: 20px;
	text-indent: -9999px;
	bottom: 290px;
	left: 28px;
	background: url(../images/logo.gif) no-repeat;
}

#fuerstUK #title {
	background: url(../images/logo_uk.gif) no-repeat;
}

#spacer-bottom{
	height:190px;
	background-image: url(../images/main_bg.jpg);
	background-repeat:repeat;
}


#box {
	width: 776px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 -388px 0 -388px;
	background: url(../images/box_bg.jpg) repeat-y;
}

#header {
	padding-top: 300px;
	background-image: url(../images/header_bg.jpg);
}

#subheader {
	margin: 0 0 0 202px;
	width: 549px;
	height: 28px;
	background: url(../images/subheader_bg.png) no-repeat left bottom;
}

/* -----------------------------------------------
					METANAVIGATION
----------------------------------------------- */
ul#metanavigation {
	margin-left: 20px !important;
	margin-left: 10px;
	width: 215px;
	float: left;
	list-style: none;
}

	#metanavigation li {
		float: left;
	}
	
	#metanavigation li a.act {
		color: #5A5A5A;
	}
	
	#metanavigation li a {
		padding: 0 10px 0 12px;
		line-height: 18px;
		display: block;
		background-position:0 5px !important;
		background: url(../images/arrow.png) no-repeat 0 6px;
		font-size:11px;
	}
	
/* -----------------------------------------------
					Language
----------------------------------------------- */
ul#language {
	width: 152px;
	float: left;
	list-style: none;
}

	#language li {
		float: left;
	}
	
	#language li a,
	#language li span {
		padding: 0 10px 0 12px;
		line-height: 18px;
		display: block;
		background-position:0 5px !important;
		background: url(../images/arrow.png) no-repeat 0px 6px;
		font-size:11px;
	}
	
	#language li.cur a {
		color: #5A5A5A;
	}
	
/* -----------------------------------------------
					Search
----------------------------------------------- */
#search {
	width: 160px;
	height: 19px;
	float: left;
	background-image: url(../images/search_bg.png);
	margin-top:0 !important;
	margin-top:2px;
	position:relative;
}

	#search p {
		display: inline;
	}
	
	#search .text {
		left: 8px;
		top:11px;
		border: none;
		width: 116px;
		margin-top:-10px;
		position:absolute;
		padding-top:2px;
		padding-bottom:1px;
	}
	
	#search .button {
		width: 23px;
		right:0;
		border: none;
		background: url(../images/search_button.png) no-repeat 0 3px;
		text-indent: -9999px;
		position:absolute;
	}
	
#left_col {
	clear: both;
	width: 202px;
	margin-bottom: 30px;
	float: left;
}

/* -----------------------------------------------
		NAVIGATION
----------------------------------------------- */
ul#navigation {
	margin-left: 45px;
	min-height:300px;
	height:auto !important;
	height:300px;
}

	ul#navigation, #navigation ul {
		list-style: none;
	}
	
	#navigation li {
		padding-bottom: 1px;
		background: url(../images/navigation_li_bg.png) repeat-y;
	}

	#navigation li a {
		padding: 0 10px 0 14px;
		height: auto !important;
		height: 18px;
		line-height: 18px;
		display: block;




		background: #FFF url(../images/arrow.png) no-repeat 0 5px;
		font-size:11px;
	}
	
	#navigation li a.act {
		color: #5A5A5A;
	}
	
	#navigation li ul {
		margin-top: 1px;
		padding-bottom: 18px;
		background-color: #FFF;
	}
	
	#navigation li li a {
		padding-left: 24px;
		background-image: none;
	}
	
	#navigation li li ul {
		margin-bottom: -1px;
		padding-bottom: 0;
	}
	
	#navigation li li li a {
		padding-left: 44px;
	}
	
#right_col {
	width: 549px;
	margin-bottom: 30px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float: left;
	background: url(../images/content_bg.png) repeat-y;
}

	.tx-newloginbox-pi1 h3,
	.tx-felogin-pi1 h3 {
		font-size: 14px;
	}

	.tx-newloginbox-pi1 table,
	.tx-felogin-pi1 table {
		border-collapse:collapse;
		margin:0; padding:0;
	}

	.tx-newloginbox-pi1 td,
	.tx-felogin-pi1 td {
		margin:0;
		padding:0 4px 0 0;
	}
	
	.tx-felogin-pi1 fieldset {
		border-width: 0;
	}
	
	.tx-felogin-pi1 legend {
		display: none;
	}

	div.grayborder, .news-image img{
		border:2px solid #dedede;
	}
	
	#content .no-image-border div.grayborder{
		border: none;
	}

	#content {
		padding: 19px 34px 25px 34px;
		height:auto !important;
		height:400px;
		min-height:400px;
	}
	
	#content * {
		line-height: 16px;
	}
	
	#content h1 {
		margin-top: 32px;
		margin-bottom: 10px;
	}
	
	#content h2 {
		margin-top: 32px;
		margin-bottom: 10px;
	}
	
	#content h3 {
		margin-top: 8px;
		color:#F29d54;
		margin-top: 32px;
		margin-bottom: 10px;
	}
	
	#content .csc-firstHeader{
		margin-top: 0;
	}
	
	#content .csc-caption{
		margin-top:-15px;
		margin-bottom:5px;
		font-size:9px;
		text-align:left;
	}
	
	#content a {
		/*font-weight: bold;*/
	}
	
	#content ul {
		list-style: none;
	}
	
	#content hr {
		height: 2px;
		margin: 10px -32px 8px -32px !important;
		margin: 5px -32px 3px -32px;
		border: 0 !important;
		border-top: 2px solid #ECECEC;
		background-image: url(../images/content_divider.png) !important;
		background-image: none;
	}
	
	#content p,
	#content ul {
		/*margin-top: 14px;*/
	}
	
	#content ul li {
		padding-left: 7px;
		background: url(../images/bulletlist_standard.png) no-repeat 0 8px;
	}
	
	#content .author {
		margin-top: 0;
	}
		
	#content .posted_by{
		margin-bottom:10px;
	}
	
	#content .date em {
		font-weight: bold;
		font-style: normal;
	}
	
	#content .posted_by {
		margin-top: 0;
		color: #848587;
	}
	
	#content .back a {
		padding-left: 22px;
		background: url(../images/back_icon.png) no-repeat left center;
	}
	
	#content_end {
		clear: both;
		height: 28px;
		background-image: url(../images/content_bottom_bg.png);
	}
/* -----------------------------------------------
		News
----------------------------------------------- */
	
	#content .news-list-container .news_item div.subheader {
		height: 50px;
		/*margin-bottom: 4px;*/
		overflow: hidden;
	}
	
	#content .news-list-container{
		margin-top: -14px;
		background-color: transparent;
	}
	
	#content .news_item {
		width: auto !important;
		width: 545px;
		padding: 18px 32px 34px 32px;
		margin: 0 -32px;
		background: url(../images/content_divider.png) no-repeat left bottom;
	}

	#content .news-list-container .news_item {
		height: auto !important;
		height: 1px;
	}
	
	#hideline{
		height:10px;
		background-color:#FFF;
		z-index:99;
		position:relative;
		top:-8px;
		left:-32px;
	}

	#content .news-single-item .news_item {
		width: 481px;
		background:none;
	}
	
	#content .news_item .news-image img{
		margin:10px 10px 10px 0;
	}
	
	#content .news_item .news-single-imgcaption{
		margin-top:-10px;
		margin-bottom:15px;
		font-size:10px;
	}
	
	#content .news_item h1{
		margin-top:0;
	}
	
	#content .news_item h2 {
		margin-top: 16px;
	}

	#content .news-list-container .odd {
		background-color: #f5f5f5;
	}

	#content .news_item p.bodytext {
		clear:both;
		margin: 0;
	}
	
	#content .news_item .more {
		margin-top:10px;
	}
	
	#content .news_item .more a {
		margin-top:10px;
		padding-right: 22px;
		background: url(../images/more_icon.png) no-repeat right center;
	}

	#content .news_item .back {
		clear: both;
		margin-top:20px;
	}
	
	#content .news_item .back a {
		background: url(../images/back_icon.png) no-repeat  left center;
	}
	
	#content .news_item .links a {
		padding-right: 22px;
		background: url(../images/link_icon.png) no-repeat right center;
	}
	
	#content .tx-ttnews-browsebox {
		width: 481px;
		position: relative;
	}
	
	#content .tx-ttnews-browsebox .pageback a,
	#content .tx-ttnews-browsebox .pageforward a {
		position: absolute;
		display: block;
		width: 31px;
		height: 9px;
		text-indent: -9999px;
	}
	
	#content .tx-ttnews-browsebox .pageback a {
		left: 0;
		background-image: url(../images/pageback_button.png);
	}
	
	#content .tx-ttnews-browsebox .pageforward a {
		right: 0;
		background-image: url(../images/pageforward_button.png);
	}
	
	#content .posted_by p{
		margin: 0;
		padding:0;
		display:inline;
		border:1px solid black;
	}
	
	#content .tx-ttnews-browsebox table{
		margin-right:0 !important;
		margin:10px 18px 0 0;
		border-collapse:collapse;
		width:461px;
	}
	
	#content .tx-ttnews-browsebox td.next,
	#content .tx-ttnews-browsebox td.prev,
	#content .tx-ttnews-browsebox td.nonext,
	#content .tx-ttnews-browsebox td.noprev{
		width:50%;
		color:#FFF;
	}
	
	#content .tx-ttnews-browsebox td.next a, #content .tx-ttnews-browsebox td.prev a{
		color:#FFF;
	}
	
	#content .tx-ttnews-browsebox td.next a{
		color:#FFF;
		text-align:left;
		width:100%;
		display:block;
	}
	
	#content .tx-ttnews-browsebox td.prev a{
		color:#FFF;
		text-align:right;
		width:100%;
		display:block;
	}
	
	#content .tx-ttnews-browsebox td.next{
		background-image: url("../images/pageforward_button.png");
		background-position: 100% 3px;
		text-align:left;	
	}
	
	#content .tx-ttnews-browsebox td.prev{
		background-image: url("../images/pageback_button.png");
		background-position: 0% 3px;
		text-align: right;
	}
	
	#content .tx-ttnews-browsebox td{
		padding:0 2px 0 2px;
		vertical-align: bottom;
	}
	
	#content .tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell{
		padding-bottom:2px !important;
		padding-bottom:0;
	}

	
	#content .tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a{
		font-size:14px;
		color:#5A5A5A;
	}

	#content .csc-textpic-border .csc-textpic-imagewrap .csc-textpic-image img {
		border: 2px solid #dedede;
	}
	
	#content .csc-textpic-caption {
		font-size: 10px;
		line-height: 12px;
	}

	#content .single-image-wrap {
		float: left;
	}

/* -----------------------------------------------
				Footer
----------------------------------------------- */
#footer {
	margin-top: 20px;
	padding-left: 45px;
	height: 105px;
	background-image: url(../images/footer_bg.jpg);
}

	#footer p {
		margin-top: 22px;
	}
	
	#address {
		width: 191px;
		float: left;
	}
	
	#contact {
		width: 342px !important;
		width:358px;
		float: left;
	}
	
	#contact span {
		clear: left;
		display: block;
		width: 37px;
		float: left;
	}
	
	#email {
		width: 120px;
		float: left;
		text-align:right !important;
		text-align:left;
	}

.clear {
	height: 0;
	clear: both;
	font-size: 1px;
}

.hidden {
	position: absolute;
	left: -9999px;
}

/*---------------------------------------------------
				Sitemap
----------------------------------------------------*/
#content p.csc-sitemap-level1 {
	margin:0;padding:0;
	padding-top: 10px;
	font-weight: bold;
	/* padding-left:15px; */
	/* background: url(../images/arrow.png) no-repeat 0 15px; */
}

#content p.csc-sitemap-level2 {
	margin:0;padding:0;
	padding-left: 15px;
}

#content p.csc-sitemap-level2 a{
	font-weight:lighter;
}

#content p.csc-sitemap-level3 {
	margin:0;padding:0;
	padding-left: 35px;
}

#content p.csc-sitemap-level3 a{
	font-weight:lighter;
}

#content p.csc-sitemap-level4 {
	margin:0;padding:0;
	padding-left: 70px;
}

#content p.csc-sitemap-level4 a{
	font-weight:lighter;
} 

#content p.csc-sitemap-level5 {
	margin:0;padding:0;
	padding-left: 90px;
}

#content p.csc-sitemap-level5 a{
	font-weight:lighter;
}

#content p.csc-sitemap-level6 {
	margin:0;padding:0;
	padding-left: 110px;
}

#content p.csc-sitemap-level6 a{
	font-weight:lighter;
}

/*---------------------------------------------------
				Filelink
----------------------------------------------------*/
#content table.csc-uploads {
	border-collapse:collapse;
	margin:0;
	padding:0;
	margin-top:5px;	
}

#content .csc-uploads-fileName p{
	padding:0; margin:0;
}

#content .csc-uploads .csc-uploads-fileName a, 
#content .csc-uploads .csc-uploads-fileName a:link, 
#content .csc-uploads .csc-uploads-fileName a:visited, 
#content .csc-uploads .csc-uploads-fileName a:hover {
	padding:0; margin:0;
	/*padding-left:15px;*/
	/* background: url(../images/arrow.png) no-repeat 0 3px; */ 
}

#content td.csc-uploads-icon, #content td.csc-uploads-fileName{
	padding-right:10px;
}

#content td.csc-uploads-fileName{
	/*background-image:url(../images/bindestrich.gif);*/
	background-position: right center;
}

#content td.csc-uploads-fileSize{
	padding-left:5px;
}

/*---------------------------------------------------
				Formular
----------------------------------------------------*/
.csc-form-label{
	width:110px;
}

#content td.csc-form-labelcell{
	vertical-align:top;
}

#content td.csc-form-fieldcell{
	padding-top:1px;
}

#content td.csc-form-labelcell p{
	padding:0;
	margin:0;
}

#content input, select, textarea{
	border:1px solid rgb(51, 51, 51);
}

#content fieldset.csc-mailform {
	border:none;
}

#content input[type="file"] {
  border: none;
}

*+html #content input[type="file"] {
  border: solid 1px #000;
  padding: 2px;
}


/*---------------------------------------------------
				Tabellen
----------------------------------------------------*/

#content table.contenttable{
	border-collapse:collapse;
	margin:10px 0 10px 0;
	padding:0;
}

#content .contenttable-0 td{
	border:1px solid #CCC;
	padding:1px 4px 1px 2px;
	vertical-align:top;
}

#content table.contenttable-0 .tr-even td{
	background-color:#fff;
}


#content table.contenttable-0 .tr-odd td{
	background-color:#CCC;
}

#content table.contenttable-0 .tr-0 td, #content table.contenttable-0 .tr-0 p{
	font-weight:bold;
}

/* -----------------------------------------------
	Indexed Search
----------------------------------------------- */
.tx-indexedsearch .browsebox {
	height: 18px;
	margin: 10px 0 -10px 0;
}

.tx-indexedsearch .browsebox li {
	float: left;
	margin-right: 5px;
}	

.tx-indexedsearch-res h4 {
	clear: both;
	position: relative;
	margin-top: 20px;
	padding: 2px 0;
	line-height: 16px;
	background-color: #f5f5f5;
}	

.tx-indexedsearch-res h4 a {
	padding-left: 20px;
}	

.tx-indexedsearch-res h4 img {
	position: absolute;
	top: 2px;
	left: 4px;
}	

.tx-indexedsearch-res h4 .percent {
	position: absolute;
	top: 2px;
	right: 4px;
}

.tx-indexedsearch-res dl {
	margin-top: 10px;
}

.tx-indexedsearch-res dt,
.tx-indexedsearch-res dd {
	display: inline;
}

.tx-indexedsearch-res dt {
	font-weight: bold;
}

.tx-indexedsearch-res dd {
	padding-right: 5px;
}

/* -----------------------------------------------
	Google Map
----------------------------------------------- */

#mapInfoWindowContainer {
	margin-left: 34px;
}

#mapInfoWindowTitle {
	width: 143px;
	height: 20px;
	text-indent: -9999px;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 10px;
	line-height: auto;
	background: url(../images/logo.gif) no-repeat;
}

#mapInfoWindowTitleAddress {
	padding: 0 0 0 3px;
}

#gMapCaptionSpan,
#gMapCaptionLink {
	display: block;
	position: relative;
	top: 0px;
}

.gmnoprint span {
	display: none;
}

/* -----------------------------------------------
	easy upload
----------------------------------------------- */

.selectForm .firstDesc {
	margin-left:60px;
}

.selectForm .secondDesc {
	margin-left:60px;
}


.selectForm form .button {
	margin-right:5px;
}

.selectForm form select {
	display: block;
	float: left;
	margin-top:10px;
}

.selectForm form label {
	margin-top:10px;
	margin-left: 10px;
	float: left;
}

.selectForm form .lineSelect {
	height: 35px;
	width: 500px;
}

.finish .doneDesc {
	margin-top: 105px;
	margin-left: 30px;

}

#content #copyright span {
	display: none;
}

#content #logocontrol {
	display: none;
}