@charset "UTF-8";
/* CSS Document */

/*------Allgemeine Definitionen-----*/
/*----------------------------------*/

*{
	margin: 0;
	padding: 0;
}

a{
	color: #4c5e5e;
	text-decoration: underline;
}

a:hover, a:active{
	color: #b0924d;
}

a img{
	border: 0 none;
}

body{
	background: url(../img/bg_body.jpg) repeat-x #0d191d;
	color: #313131;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

/*Formulare*/
input, textarea{
	background: #fff;
	border: 1px solid #4c5e5e;
	color: #313131;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}

/*Horizontale Linie*/

hr{ 
	width:100%;
	border:none;
	color:#b0924d;
	background:#b0924d; 
	height: 1px; 
	margin: 7px 0px 7px 0px !important; 
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/*Listen*/

ul, ol{
	margin-left: 15px;
	margin-bottom: 10px;
}

ul li, ol li{
	line-height: 150%;
}

/*----------------IDs---------------*/
/*----------------------------------*/

#wrapper{
	width: 876px;
	margin: auto;
}

#header{
	background:url(../img/bg_header.jpg) no-repeat;
	height: 464px;
}

#header h1{
	display: none;
}

#navigation{
	width: 800px;
	height: 20px;
	margin: auto;
	background: url(../img/bg_navigation.jpg) no-repeat;
}

#navigation a{
	color: #000;
	cursor: pointer;
	display: block;
}

#navigation a:hover{
	color: #fff;
}

#navigation ul.menu ul a{
	color: #000;
	cursor: pointer;
	display: block;
}

#navigation ul.menu ul a:hover{
	color: #ffffff;
}

#main{
	margin-left: 38px;
	width: 800px;
}

#back{
	width: 780px;
	float: left;
	padding-bottom: 0;
	background: #dcdddf;
}

#content{
	width: 780px;
	float: left;
	padding: 0 10px;
	background: url(../img/bg_main.jpg) repeat-y;
}

#inner{
	float: left;
}

#inwrap{
	float: left;
}

/*Rechte Spalte*/
/*------------------------*/

#right{
	width: 530px;
	float: left;
	padding: 20px 20px 0 10px;
	background: #dcdddf;
	color: #313131;
}

.right-full {
	width: 740px !important;
	padding: 20px 20px 0 20px !important;
}

#right a{
	color: #b0924d;
	text-decoration: underline;	
}

#right a:hover, #right a:active{
	color: #4c5e5e;
}

#right h2{
	font-weight: bold;
	color: #4c5e5e;
	font-size: 14px;
	padding-bottom: 5px;
}

#right h3{
	font-weight: bold;
	color: #4c5e5e;
	font-size: 14px;	
	padding-bottom: 10px;	
}

#right h4{
	font-weight: bold;
	color: #4c5e5e;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 15px;	
}

#right h5, #right h6{
	font-weight: bold;
	color: #4c5e5e;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#right p{
	line-height: 150%;
	padding-bottom: 10px;
	text-align: justify;
}

/*links ausgerichtetes Bild*/

#right img.left{
	float: left;
	margin: 0 10px 10px 0;
}

/*rechts ausgerichtetes Bild*/

#right img.right{
	float: right;
	margin: 0 0 10px 10px;
}
 
 
/*Linke Spalte*/
/*-------------*/

#left{
	color: #656565;
	width: 200px;
	float: left;
	padding: 0 10px 0 10px;
}

#left a{
	color: #b0924d;
	text-decoration: underline;	
}

#left a:hover, #left a:active{
	color: #a99b7d;
}

#footer{
	background: url(../img/bg_footer.jpg) top center no-repeat;
	color: #fff;
	height: 15px;
	float: left;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	padding-top: 25px;
	width: 876px;	
}

#footer a{
	color: #dcdddf;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover{
	color: #d4b775;
}

/*--------------KLASSEN-------------*/
/*----------------------------------*/

/*Hilfsklassen*/

.fright{
	float: right;
}

.fleft{
	float: right;
}

.topmargin{
	margin-top: 20px;
}

.botmargin{
	margin-bottom: 20px;
}

.nodisplay{
	display: none;
}

.nopad{
	margin: 0;
	padding: 0;
}

.bold{
	font-weight: bold;
}

/*Newsitem*/

.newsitem{
	width: 200px;
	float: left;
	padding: 0;
	margin-bottom: 10px;
	background: url(../img/bg_newsitem_top.jpg) top no-repeat;
}

.newsitem_bottom{
	background: url(../img/bg_newsitem_bottom.jpg) bottom no-repeat #fff;
	float: left;
	margin-top: 10px;
}

.newsitem h2{
	background: url(../img/bg-newsitem_h1.jpg) no-repeat;
	color: #fff;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.newsitem h3{
	padding: 0 10px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #b0924d;
}

.newsitem h4, .newsitem h5, .newsitem h6{
	padding: 0 10px;
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #b0924d;
}

.newsitem p{
	text-align: left;
	padding: 5px 10px 0px 10px;
	width: 180px;
}

div.newsitem .csc-textpic-imagewrap{
	margin: 10px;
	padding: 0;
}

.newsitem input{
	margin: 10px 10px 0 10px;
}

.newsitem img{
	clear: both;
}

/*Mehr-Button*/

a.mehr_button{
	display: block;
	height: 20px;
	clear: left;		
	width: 51px;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;
	background: url(../img/button_mehr.jpg) top no-repeat;
}

a.mehr_button:hover{
	background: url(../img/button_mehr.jpg) bottom no-repeat;
}

/*Zurück-Button*/

table td{
        padding: 2px;
}

/*Typo*/

/*NEWS*/
hr.clearer{
	display: none;
}

#right div.csc-header h2{
	margin-top: 0px;
}

#right div.csc-header h2 a{
	text-decoration: none;
}

div.csc-header-n1 h2 {
	margin: 0;
}

h2.imageheader-hb, h2.imageheader-gr {
	overflow: hidden;
	height: 63px;
	/*text-indent: 999em;*/
	white-space: nowrap;
	background-repeat: no-repeat;
}

#left h2.imageheader-hb{
	margin-top: 0;
}

#left h2.imageheader-gr {
	height: 31px;
	margin-top: 30px;
}

fieldset.csc-mailform {
	border: 0 none;
}

div.csc-mailform-field select{
	margin-bottom: 10px;
}

div.csc-mailform-field label{
	width: 200px;
	display: block;
}

.news-list-morelink{
	margin-left: 10px;
}

div.news-list-item{
	margin-top: 20px;
}

/*Sitemap*/

dd{
	margin-bottom: 10px;
}