html{
	font-family: Tahoma, sans serif;
	font-size:12px;
	color: #3C3C3C;
}

h2{
	font-family: Tahoma;
	font-size:14px;
}

#page{
	display:block;
	height:100%;
}
#header{
	position:absolute;
	top:0;
	left:13%;
	background-color:#FFF;
	border:5px solid white;
}
#content_middle{
	position:relative;
	margin-top:40px;
	left:22%;
	width:530px;
	border:0px solid red;
	min-height:710px;
	display:block;
}

#boxRechts{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 91%, rgba(255,127,4,1) 92%, rgba(255,124,0,1) 96%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(91%,rgba(255,255,255,1)), color-stop(92%,rgba(255,127,4,1)), color-stop(96%,rgba(255,124,0,1)), color-stop(97%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 91%,rgba(255,127,4,1) 92%,rgba(255,124,0,1) 96%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 91%,rgba(255,127,4,1) 92%,rgba(255,124,0,1) 96%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 91%,rgba(255,127,4,1) 92%,rgba(255,124,0,1) 96%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(255,255,255,1) 91%,rgba(255,127,4,1) 92%,rgba(255,124,0,1) 96%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding-left:5px;
	padding-right:5px;
    box-shadow: 1px 1px 2px #666666;
}

.rechts2, .rechts3{
	height:170px;
	overflow:hidden;
}


#content_header, .content_header{

	display:block;
	width:100%;
	color:#CA341B;
	margin-top:-11px;
	font-family: Tahoma, sans serif;

}

#content_header  h1{
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Tahoma, sans serif;
	margin-top:11px;
	border-bottom:1px solid #CA341B;
}


#content_subheadline{
	font-family: Tahoma;
	margin-top:-20px !important;
	padding-bottom:20px;
}


#content_subheadline h2, #inhalt h2, .inhalt h2{
	padding-bottom:10px;
	padding-top:25px;
	border-bottom: 1px dotted silver;
	margin: 15px 0	!important;
	color: #E68703;
	
}


#inhalt h2, .inhalt h2{
	padding-bottom:5px;
	padding-top:5px;
	border-bottom: 1px dotted silver;
}

#inhalt img, .inhalt img{
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border: 7px solid #FFFFFF;
	
    box-shadow: 1px 1px 2px #666666;
}

#inhalt table, .inhalt table{
	font-size:12px;
}

#inhalt table tr td, .inhalt table tr td{
	text-align:left;
	line-height:12px;
}


#inhalt table tr td.tabvita, .inhalt table tr td.tabvita{
	text-align:left;
	line-height:22px;
	padding-left:5px;
}

#slider_desktop img{
	border:0px;
}

#navi_header, .navi_header{
background: rgb(249,190, 26); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,190, 26,1) 0%, rgba(168,27,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,190, 26,1)), color-stop(100%,rgba(168,27,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(249,190, 26,1) 0%,rgba(168,27,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(249,190, 26,1) 0%,rgba(168,27,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(249,190, 26,1) 0%,rgba(168,27,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(249,190, 26,1) 0%,rgba(168,27,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff800a', endColorstr='#a81b04',GradientType=0 ); /* IE6-9 */
	display:block;
	width:100%;
	color:white;
	font-size:14px;
	padding:5px;

/*
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border: 0px solid #484848;
*/

/*
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border: 0px solid #484848;
*/
    box-shadow: 1px 1px 2px #666666;
	
}

.impTable{
	border:0px;
}

.impTable td{
	border:0px;
	line-height:1;
}

#leftWrapper{
	position:absolute;
	top:200px;
	left:0%;
	border:0px solid red;
	width:170px;
}

#rightWrapper{
	position:absolute;
	top:200px;
	left:82%;
	height:300px;
	border:0px solid red;
	width:170px;
	font-size:11px;
}

#right_header, .right_header{
	display:block;
	width:100%;
	font-size:14px;
	padding:5px;
	color: #E68703;
	font-weight: bold;
	border-bottom:1px dotted silver;
}

#footer{
	height:200px;
	border:0px solid blue;
	width:950px !important;
}
.footerImage{
	float:left;
	padding:2px;
}
.footerImage img{
	width:233px !important;
}

.footerSpace{
	width:100%;
	height:10px;
	clear:both;
}

.footerLine{
background: rgb(249,190, 26); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,190, 26,1) 0%, rgba(168,27,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,190, 26,1)), color-stop(100%,rgba(168,27,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(249,190, 26,1) 0%,rgba(168,27,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(249,190, 26,1) 0%,rgba(168,27,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(249,190, 26,1) 0%,rgba(168,27,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(249,190, 26,1) 0%,rgba(168,27,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff800a', endColorstr='#a81b04',GradientType=0 ); /* IE6-9 */

	width:100%;
	height:10px;
	clear:both;
}

.footerLinks{
	border:0px solid red;
	float:left;
	width:100%;
}

.footerListe{
	list-style: none;
	margin-left:280px;
}

.footerLink{
	float:left;
	padding-left:20px;
}

.footerLink a{
	color: #202020;
	font-weight:bold;
}
.footerLink a:hover{
	color: #FFA500;
	text-decoration: none;
}

#inhalt, .inhalt{
	margin-top:-25px;
	font-size:11px;
	line-height:16px;
	text-align: justify;
}

#leftWrapper ul{
	list-style:none;
	margin-left:-25px;
}
#leftWrapper ul ul{
	list-style:none;
	margin-left:-30px !important;
	margin-top:-0px;
	margin-bottom:0px;
	width:300px !important;
}
#leftWrapper ul li a.naviInactive{
	color: #3C3C3C;
	text-decoration: none;
}
#leftWrapper ul li a.naviInactive:hover{
	color: #FF5A00;
	text-decoration: none;
}
#leftWrapper ul li a.naviActive{
	color: #FF5A00;
	text-decoration: none;
}
#leftWrapper ul li a.naviActive:hover{
	color: #FF5A00;
	text-decoration: none;
}

#leftWrapper ul ul li a:before 
	{
	content:"\21E2   ";
	}

.sliderNaviWrapper{
	position:absolute;
	z-Index:100;
	top:280px;
	left:420px;
	background-image:url('../images/sliderbg.png');
	background-repeat: repeat-x;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border: 0px solid red;
	width:80px !important;
	height:30px !important;
}

.sliderLeftClick{
	width:30px;
	height:30px;
	background-image:url('../images/arrow_left.png');
	display:block;
	background-repeat:no-repeat;
	margin-left:15px !important;
	float:left;
}
.sliderNaviCenter{
	width:100px !important;
	float:left;
}
.sliderRightClick{
	width:30px;
	height:30px;
	background-image:url('../images/arrow_right.png');
	display:block;
	background-repeat:no-repeat;
	margin-left:50px !important;
}

a.teaserVor:before {
	content:"\21E2   " !important;
}

a.teaserBack:before {
	content:"\21E0   " !important;
}

.imgWrapper{
	float:left;
	border:0px solid red;
	padding-right:15px;
	padding-bottom:2px;
}

.bildunterschrift{
	z-Index:10;
	color:#484848;
	font-size:80%;
	text-decoration:italic;
	clear:both;
	text-align:left;
	word-wrap:break-word;
	width:150px;
}

.imgWrapper_right{
	float:right;
	border:0px solid red;
	padding-left:15px;
	padding-bottom:2px;
}

.imgWrapper_right .bildunterschrift{
	text-align:left;
	word-wrap:break-word;
	width:150px;
	color:#484848;
	font-size:80%;
	text-decoration:italic;
	clear:both;
}

.hl_scrolldown{
	background-image:url('../images/small_arrow_down2.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
	display:block;
	cursor:pointer;
	padding-bottom:10px !important;
}

.open{
	background-image:url('../images/small_arrow_up2.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
	display:block;
	cursor:pointer;
	padding-bottom:10px !important;
}
#content_subheadline.scrolldown + div
	{ 
	height:30px;
	overflow:hidden;
	display:block;
	
}

.socials{
	position:fixed;
	bottom:130px;
	left:0%;
	width:200px;
	display:block;
	border: 0px solid orange;
}
	