/***Basic***/

html, body {
	height: 100%;
	width: 100%;  
	border: none;
	margin: 0px; 
	padding: 0px;
	font: normal normal 100% Arial, Verdana, Helvetica, sans-serif;
	line-height: 150%;
	color: #3E5059;
	padding-bottom:1px;
 }


img {
	border: 0;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.align-center {
	text-align: center;
}

input[type=submit]{
  cursor:pointer;
}
/***Textauszeichnungen***/

p {
	font: normal normal 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	line-height: 150%;
	letter-spacing: 0,1px;
	color: #3E5059;
}

h1 {
	font: normal normal 0.75em Arial, Verdana, Helvetica, sans-serif;
	color: #3E5059;
	margin: 0;
}

h2 {
	font: normal lighter 1em Arial, Verdana, Helvetica, sans-serif;
	color: #00467C;
	margin:5px 0 5px 0;
	padding:0;
}

h3 {
	font: normal normal 15px Arial, Verdana, Helvetica, sans-serif;
	line-height: 150%;
	color: #00467C;
	margin:15px 0 5px 0;
	padding:0;
}


h4 {
	font: normal normal 14px Arial, Verdana, Helvetica, sans-serif;
	line-height: 150%;
	color: #00467C;
	margin:15px 0 5px 0;
	padding:0;
}

a, a:link, a:visited, legend {
	text-decoration: none; 
	color: #EE7F00;
}

a:active, a:hover, a:focus {
	text-decoration: none; 
	color: #3E5059;
}

#center ul, #center ol {
	margin: 7px 0px;	
  padding:0;
} 

#center ul li, #center ol li {
	margin: 0 0 0 30px;
  font-size:12px;
  line-height:130%;
}

#columnRight .csc-default ul {
  margin: 7px 8px;  
  padding:0;
}

#columnRight .csc-default ul li {
  margin: 0 0 0 7px;
  font-size:12px;
  line-height:130%;
}


/***Wrapper & Header***/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background-color:#fff;
	position:relative;
}

#header {
	margin:0;
	padding:0;
	height: 165px;
	background: #004B7C;
	overflow:hidden;
	
}
#topNavi {
	width:600px;
	float:left;
}

#topNavi ul {
	padding: 0 0 0 200px;
	list-style: none outside;
	display:inline;
	background: #004B7C;
	height: 25px;
	margin:0;
}

#topNavi ul li {
	display:inline;
	margin:0;
	padding:0;
}

#topNavi ul li a {
	color: #fff;
	font-size: 0.62em;
	line-height: 10px;
	text-transform: uppercase;
	padding: 0 10px;
	border-left:1px solid #fff;
	margin: 0 -1px 0 0;
	display:inline-block;
	overflow: hidden;
}

#topNavi ul li a:active, #topNavi ul li a:hover, #topNavi ul li a:focus {
	color: #EE7F00;
}


.search {
	float: right;
	margin: 2px 50px 0 0;
}

#searchfield{	
	margin: 2px 5px;
	padding: 0 2px;
	float: left;
	height: 16px;
	border: 0;
}
.submitbutton{
  margin:0; 
	border:0;
	padding:0;
	height:18px;
	width:33px;
	background: transparent url("/fileadmin/templates/img/basic/lupe.gif") scroll no-repeat 0 0;
	cursor:pointer;
}

.searchsubmit {

}


/***Breadcrumb***/


#breadcrumb {
	margin-left: 20px;
	padding:0;
	font-size: 0.6em;	
	text-align: left;
	display: block;
	color: #3E5059;
}


#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none; 
	color: #3E5059;
	font-weight: normal;
}

#breadcrumb a:active, #breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a.active {  
	color: #EE7F00;
}

	

/***Corset & Footer***/




#corset{
	margin: 0;
	padding: 25px 0 0 0;	
}

#footer {
	margin: 10px 0 0 0;
	padding:0;
	background: #004B7C;
	height: 25px;
}

#footer ul {
	padding: 0 0 0 200px;
	margin:0;
	list-style: none outside;
	display:inline;
}

#footer ul li {
	display:inline;
	margin:0;
	padding:0;
}

#footer ul li a {
	color: #fff;
	font-size: 0.62em;
	line-height: 10px;
	padding: 0 10px;
	border-left:1px solid #fff;
	margin: 0 -1px 0 0;
	display:inline-block;
	overflow: hidden;
}

#footer ul li a:active, #footer ul li a:hover, #footer ul li a:focus {
	color: #EE7F00;
}


/***Spalte links***/
#contentLeft{
  margin-top:20px;
}
#columnLeft{
  float:left;
  width: 176px;
  overflow:hidden;
}
ul#mainNavi {
	margin:0;
	padding:0;
}

ul#mainNavi li{
	margin: 0;
	padding:0;
	list-style: none;
	font-size:0.75em;
}

ul#mainNavi a, ul#mainNavi a:link, ul#mainNavi li a:visited {
	background: #CAD6DC; 
	color: #2E4049;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	margin:0 0 4px 0;
	padding:0 4px 0 10px;	
}

ul#mainNavi li a:active, ul#mainNavi li a:hover, ul#mainNavi li a:focus {
	text-decoration: none;  
	background: #EE7F00;
}

ul#mainNavi li.active a{
	background: #EE7F00;
}

/***subNavi***/


ul#subNavi {
	margin:0;
	padding:0;
}

ul#subNavi li a, ul#subNavi li a:link, ul#subNavi li a:visited {
	color: #2E4049;	
	background:#DAE4EC;
	padding:0 20px 0 20px;
	font-size:1.2em;	
}

ul#subNavi li a:hover, ul#subNavi li a:focus{
	color: #2E4049;
	background: #EE7F00;
}

ul#subNavi li.active a, ul#subNavi li.active a:link, ul#subNavi li.active a:visited {
	color: #2E4049;
	background: #EE7F00;
}

ul#subNavi li.active a:hover, ul#subNavi li.active a:focus {
	color: #2E4049;
	background: #EE7F00;
}

/***content & columnRight***/
.contentwrap{
  margin-left:191px;
}
#content {
	float: left;
}
#center #content {
	float: none;
}
#center {
	margin:2px 15px 10px 0px;
	padding:0;
	float:left;
	width: 530px;
}

#columnRight {
	margin:0;
	padding:2px 4px 0 8px;
	float: left;
	width: 236px;
	min-height:200px;
	border-left: 2px solid #EE7F00;
}

#center h1 {
	font: normal lighter 18px Arial, Verdana, Helvetica, sans-serif;
	color: #00467C;
	margin:5px 0 5px 0;
	padding:0;
}


#center h2 {
	color:#00467C;
	font-size:16px;
}

.csc-subheader {
	font: normal normal 0.75em Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #3E5059;
	margin: 0;
	}

.csc-textpic-caption {
	font-size:10px;
	line-height:130%;
	padding-top:5px;
}

.notice {
	background: #CAD6DC;
	padding:5px;
	margin-bottom:15px;
}

.notice h1 {
	text-transform:none;
}

.notice img {
	float:right;
}

/*******************FCE****************/
.fce_header{

}
.fce_header .rubrik{
  color:#3E5059 !important;
  text-transform:uppercase;
  font-size: 12px !important;
  float:left;
}
.fce_header .date{
  color:#3E5059;
  float:right;
  font-size:11px;
  padding-left:20px;
}
.fce_header .title{

}
.fce_header .author{

}


/*******flattrbutton-EXT********/
.tx-hnflattrbutton-pi1{
  margin:15px 0;
}
.tx-hnflattrbutton-pi1 .link{
  line-height:18px;
}
.tx-hnflattrbutton-pi1 .link a{
  font-size:14px;
}
.tx-hnflattrbutton-pi1 .tags{
  font-size:12px;
}
.tx-hnflattrbutton-pi1 .tags .title{
  color:#000;
}
.tx-hnflattrbutton-pi1 .tags .keywords{
  color:#EE7F00;
}
/*********mailformplus****************/
.tx-thmailformplus-pi1{
  margin:10px 0;
}
.tx-thmailformplus-pi1 fieldset{
  border:none;
  margin:0;
  padding:0;
}
.tx-thmailformplus-pi1 label{
  float:left;
  display:block;
  width:180px;
  font-size:0.75em;
  line-height:1.2em;
  margin:5px 0;
}
.tx-thmailformplus-pi1 .labelNewsletter{
 
}
.tx-thmailformplus-pi1 input{
  border:1px solid #004B7C;
  margin:0;
  padding:0;
  width:200px;
}
.tx-thmailformplus-pi1 .inputNewsletter{
  margin: 10px 0;
  width:auto;
}
.tx-thmailformplus-pi1 textarea{
  border:1px solid #004B7C;
  width:340px;
}
.tx-thmailformplus-pi1 input.button{
  float:right;
  background-color: #efefef;
  color: #EE7F00;
  cursor:pointer;
  margin-right:8px;
  width:110px;
}
.tx-thmailformplus-pi1 input.error{
  border: 1px solid #ff0000;
}
.tx-thmailformplus-pi1 input:focus, .tx-thmailformplus-pi1 textarea:focus{
  background-color:#efefef;
}

.bannerContainer{
  margin-bottom:15px;
}
.bannerContainer a{
  font-size:9px;
  color:#000;
  line-height:10px;
}
#loading24gif{
  text-align:center;
  margin:50px 0;
}
#searchContainer{
  display:none;
}
.csc-linkToTop{
  text-align:right;
}


.tx-hnvrrm-pi3 p.tourlinks a{
  font-size: 10px;
  color: #aaaaaa;
}
.tx-hnvrrm-pi3 p.tourlinks {
  line-height: 11px;
}

/*COMENTS*/
.tx-comments-pi1{
  font-size: 12px;
  margin-top: 30px;
  color:#333333;
}
.tx-comments-pi1 p{
  color:#333333;
}
.tx-comments-pi1 form label{
  width:95px;
  display:inline-block;
  line-height: 12px;
}
.tx-comments-pi1 form input,.tx-comments-pi1 form textarea{
  width:210px;
}
.tx-comments-pi1 form input[type=submit],.tx-comments-pi1 form input[type=reset]{
  width:105px;
}
.tx-comments-pi1 .tx-comments-captcha{
  display:inline;
}
.tx-comments-pi1 #tx_comments_pi1-captcha{
  margin-left:98px;
}
.tx-comments-pi1 .tx-comments-required-error,.tx-comments-required-mark{
  color:#ff0000;
}
.tx-comments-pi1 .tx-comments-comments{
  line-height:1.3em;
}
.tx-comments-pi1 .commentitem{
  border-bottom: 2px solid #D7D7D7;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.tx-comments-pi1 .tx-comments-form-top-message{
  color: #EE7F00;
  font-size: 14px;
}
.tx-comments-pi1 .tx-comments-comment-date{
  color:#777777;
}
.tx-comments-pi1 .tx-comments-comment-name{
  color:#EE7F00;
}
/*LOGIN*/
#header .tx-felogin-pi1{
  top:0px;
  height:140px;
  position:absolute;
  z-index:2;
  right:0;
}
#header .tx-felogin-pi1 label{
  display:inline;
  font-size:12px;
  margin-left: 5px;
}
#header .tx-felogin-pi1 input[type=text],
#header .tx-felogin-pi1 input[type=password]{
    width:120px;
}
#header .tx-felogin-pi1 p.forgot{
  text-align:right;
}
