/*CSS*/

/*--- clean alls ---*/
html, body, div, span,   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
img, ins, kbd, q, s, samp,  
small, strike, strong,   
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
	margin: 0;  
    padding: 0;  
    border: 0;  
} 

/*--- ALLGEMEINES ---*/
body {
	background-color: #828282;
	color: #4d4d4d;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: center;
	width: 100%;
}

p {
	padding: 0px 0 8px 0;
	line-height: 1.4em;
}

a {
	color: #4d4d4d;
	text-decoration: underline;
}


a img {
	border: 0 none;
}

h1 {
	color: #f4a32d;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

h2 {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 5px 0 5px 0;
}

h2.presse a {
	color: #f4a32d;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
	text-decoration: none;
}

h2.presse a:hover {
	color: #f4a32d;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
	text-decoration: underline;
}

h3 {
	color: #4d4d4d;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 5px 0 5px 0;
}

li {
	color: #f4a32d;
	padding: 0 0 4px 0;
}	

img a {
	border: none;
	text-decoration: none;
}

/***********************************/

/*--- DIV ID 
----------------------------------*/

#lang {
	color: #fff;
	font-size: 11px;
	margin: 0 auto;
	margin-top: 10px;
	width: 962px;
	height: 18px;
	text-align: right;
	padding: 0 10px 0 0;
}

#lang a {
	color: #fff;
	text-decoration: none;
}

#lang a.active {
	font-weight: bold;
}

#container {
	background-color: #fff /*url(../img/design/plus.png) left bottom no-repeat*/;
	margin: 0 auto;
	text-align: left;
	width: 952px;
	min-height: 600px;
	margin-top: 0px; /*25px*/
	padding: 10px;
}

/*--- logo ---*/
#top {
	background: #fff url(../img/design/logo_banner.png) right top no-repeat;
	height: 136px;
}

#logo_left {
	float: left;
}

#logo_left_pad {
	padding: 0 0 0 15px;
}

/*--- main_menu ---*/

#main_menu {
	background: url(../img/design/main_menu_no.png) left top repeat-x;
	height: 24px;
	margin-bottom: 25px;
}

#main_menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#main_menu li {
	float:left;
}

#main_menu li a {
	background: url(../img/design/main_menu_no.png) left top repeat-x;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 18px;
	text-decoration: none;
}

#main_menu li.active a {
	background: url(../img/design/main_menu_act.png) left top repeat-x;
}

#main_menu li a:hover {
	background: url(../img/design/main_menu_act.png) left top repeat-x;
}

.main_menu_spacer {
	background-color: #fff;
	height: 24px;
	line-height: 24px;
	width: 2px;
}

.main_menu_spacer_act {
	background-color: #fff;
	height: 24px;
	line-height: 24px;
	width: 2px;
}

/*--- sub_menu ---*/
#left {
	float: left;
	width: 300px;
}

#sub_menu {
	padding: 0 26px 46px 0;
}

#sub_menu ul {
	list-style: none;
}

#sub_menu li {
	padding-bottom: 1px;
}

#sub_menu li a {
	background: #f6f6f6 left top no-repeat;
	border-bottom: 1px solid #e3e4e4;
	border-left: 5px solid #b2b3b5;
	color: #4d4d4d;
	display: block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
	text-decoration: none;
}

#sub_menu li a:hover {
	background: #f6f6f6 left top no-repeat;
	border-left: 5px solid #f49a12;
}

#sub_menu li.active a {
	background: #f6f6f6 left top no-repeat;
	border-bottom: 1px solid #e3e4e4;
	border-left: 5px solid #f49a12;
	border-right: 5px solid #f49a12;
	font-weight: bold;
	margin-bottom: 2px;
}

/*--- sub_sub ---*/
#sub_sub {
	padding: 0 0 0 20px;
}

#sub_sub li {
	padding: 0 0 1px 0;
}

#sub_sub ul {
	list-style: none;
	margin-bottom: 2px;
}

#sub_sub li a {
	background: #f0f0f0 left top no-repeat;
	color: #4d4d4d;
	display: block;
	margin: 0;
	height: auto;
	line-height: 20px;
	padding-left: 15px;
	text-decoration: none;
}
#sub_sub li a:hover {
	background: #f0f0f0 left top no-repeat;
	margin: 0;
}

#sub_sub li.active a {
	background: #f0f0f0 left top no-repeat;
	margin: 0;
}

/*--- content ---*/
#content { 
	background-color: #fff;
	float: left;
	padding: 0 0 46px 0;
	width: 540px;
	margin-left: 5px;
}

#content ol {
	margin: 0 0 10px 45px;
}
#content ul {
	margin: 0 0 10px 45px;
}

#kubik {
	width:952px;
	height:450px;
	position:relative;
	top: 0px;
	left: -5px;

}
/*--- footer ---*/
#footer {
	height: 29px;
	line-height: 24px;
	padding-bottom: 5px;
	text-align: center;
}

#footer ul {
	height: 29px;
	line-height: 31px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#footer li {
	border-right: 1px solid #c4c4c4;
	display: inline;
}

#footer li.footer_last {
	border: medium none;
}

#footer li a {
	color: #fff;
	font-weight: normal;
	padding: 0 5px;
	text-decoration: none;
}

/***********************************/

/*--- CLASS 
--------------------------------*/

/*--- images-slide ---*/
 
.slide {
	width: 600px;
	margin-bottom: 15px;
	height: 215px;
}

.image {
	margin-bottom: 15px;
	margin-left: 0;
}

.image_over {
	z-index: 10;
	position: relative;
	top: -215px;
	left: 0px;
	width: 600px;
	height: 215px;
}

/*--- more ---*/
.more {
	text-align: right;
	padding: 0;
	margin: 0 15px -10px 0;
}

.more a {
	text-decoration: none;
	color: #888;
}

.more a:hover{
	text-decoration: underline;
	color: #888;
}

/*--- clear ---*/
.clearer {
	clear:both;
}

.cwrap {
	clear: both;
	margin: 0 0 10px 0;
}

/*--- kooperation ---*/
.koop_img {
	width: 100px;
	float: left;
	padding: 0 0 0 15px;
	margin: 15px 0 15px 0;
}
.koop_img img {
	border: none;
}

.koop_text {
	margin: 15px 0 12px 195px;
	padding: 0px;
}

.koop_clear{
	clear: both;
	border-bottom: #f4a32d 1px solid;
	width: 500px;
}

/*--- tabelle ---*/
table {

}

td, th {
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #f4a32d; 
}

th {
	font-weight: bold;
	width: 280px;
}

td {
	width: 150px;
}

.no_border {
	border: none;
}

/*--- kontakt formular ---*/
fieldset {
	padding: 10px;
	border: #999 1px solid;
}

legend {
	font-size: 14px;
	color: #f4a32d;
	font-weight: bold;
	padding:0 10px 0 2px;
}

.form_key {
	float: left;
	width: 120px;
	padding: 0 0 0 5px;
}

.form_input input {
	border: #f4a32d solid 1px;
}

.form_input textarea {
	border: #f4a32d solid 1px;
	width: 220px;
	height: 130px;
}

.form_input span {
	font-size: 10px;
}

/*--- sitemap links ---*/

.sitemap li a {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

.sitemap li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.orange_line {
	border-bottom: #f4a32d solid 1px;
}

/*--- andere formatierungen ---*/

.orange {
	color: #f4a32d;
}

.grey {
	color: #4d4d4d;
}

.small {
	margin: -10px;
}


