@charset "UTF-8";

/* STANDARD LAYOUT ELEMENTS  - - - - - - - - - - - - - - - - - - */
body{ 
	margin: 0 !important; 
	padding: 0 !important; 
}
.invisible { display:none }
.leftcolumn {
	/*background-color: 		blue;*/
	float: left;
}
.bodyBG {
	background-color: #f5f5f4;
	background-image: url(../img/bgPattern.jpg);
	background-repeat: repeat-x;
}
.holder {
	position:absolute;
	left:50%;
	margin-left:-513px;
	margin-right:0px;
	/*width:1026px;*/
	width:100%;
	z-index: 10;

}
.bg {
	float:left;
	background-color: #ffffff;
	background-image: url(../img/pattern.jpg);
	background-repeat: repeat-y;
	padding:0px;
	min-height:1207px;
	width:1026px;
}
.content {
	/*background-image: url(../img/top.jpg);
	background-repeat: no-repeat;*/
	width: 790px;
	background-color: #ffffff;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	margin-left:118px;
}
.leftIMG {
	position:absolute;
	top:0px;
	left:0px;
}
.rightIMG {
	position:absolute;
	top:0px;
	left:917px;
}
.topIMG {
	margin-left:109px;
}
.headerIMG {
	margin-bottom:8px;
}
*html .headerIMG {
	margin-bottom:0px;
}


/* NAVIGATION - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - */

.clicked {
	color: #990000 !important;
}
.nav {
	color:					#d97c0e;
	margin:					0;
}
*html .nav {
	margin:					-5px 0 0 0;
}
.subnav {
	color:					#d97c0e;
	margin:					0 0 0 0;
}
*hmtl .subnav {
	margin:					0;
}
.navlink {
	margin:					0 0 0 0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			normal !important;
	font-size:				11px !important;
	color:					#010101;
	text-decoration:		none;
}
.navlink:hover {
	/*color: #010101 !important;*/
	text-decoration:		underline !important;
}
.lineDarkNav {
	background-color:		#707070; /* Mozilla 1.4 */
	color:					#707070; /* IE 6 */
	border: 				#707070; /* Opera 7.11 */
	height: 				1px; /* in Opera f√î√∏Œ©r die Anzeige n√î√∏Œ©tig, in Mozilla f√î√∏Œ©r die einheitliche H√î√∏Œ©he */
	margin:					0 0 5px 0;
}
*html .lineDarkNav {
	margin:					0 !important;
}

/* TEASERBOX - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - */
.teaserbox {
	background-image:		none;
	background-color: 		#ffffff;
	width: 					516px;
	margin:			      	4px 0 8px 0;
	padding:				0;
}
*html .teaserbox {
	margin:			      	4px 0 -9px 0;
}
.teaserTextbox {
	background-color: 		#707070;
	/*height: 				19px;*/
	width: 					492px;
	margin-bottom:      	3px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 5;
	padding-left: 12px;
	position: relative;
}
*html .teaserTextbox {
	height: 				25px;
	width: 					516px !important;
	padding:				5px 12px 0 12px !important;
}
.teaserTextboxHeadline{
	background-color: 		#ffffff;
	height: 				19px;
	width: 					226px;
	margin-top:      		3px;
	margin-bottom:      	3px;
	padding:				6px 12px 0 12px;
}
*html .teaserTextboxHeadline {
	height: 				25px;
	width: 					250px !important;
	margin-top:      		-10px;
	padding:				5px 12px 0 12px !important;
}	

.teaserpic {
	margin:      			3px 0 2px 0;
}
*html .teaserpic {
	margin:      			-10px 0 2px 0;
}

/* TEASER TEXT */

.teaserText {
	margin:					0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			normal !important;
	font-size:				11px !important;
	color:					#ffffff;
	text-decoration:		none;
}
.teaserText a {
	margin:					0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			normal !important;
	font-size:				11px !important;
	color:					#ffffff;
	text-decoration:		underline;
}
.teaserTextHeadline {
	margin:					0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			normal !important;
	font-size:				11px !important;
	color:					#3d3316;
	text-decoration:		none;
}
.lineDark {
	background-color:		#707070; /* Mozilla 1.4 */
	color:					#707070; /* IE 6 */
	border: 				#707070; /* Opera 7.11 */
	height: 				1px; /* in Opera f√î√∏Œ©r die Anzeige n√î√∏Œ©tig, in Mozilla f√î√∏Œ©r die einheitliche H√î√∏Œ©he */
	margin:					0px;
}
*html .lineDark {
	margin:					-7px 0 0 0;
}
.lineLight {
	height:					1px;
	color:					#d6d6d6;
	background-color:		#d6d6d6;
	margin:					0px;
}
.link_more {
	text-align:right;
	position: absolute;
	top: 6px;
	right: 12px;
}
.backlink{
	/*position: absolute;
	top: 6px;
	left: 12px;*/
}
.detailweblink {
	color: #990000 !important;
}


/* NEWSBOX - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - */
.newscolumn {
	/*background-color: 		green;*/
	float: right;
}
.newsbox {
	background-image:		none;
	background-color: 		#ffffff;
	width: 					250px;
	margin:			      	4px 0 15px 0;
	padding:				0;
}
*html .newsbox {
	margin:			      	4px 0 10px 0;
}
.newsbox_head {
	background-image:		none;
	background-color: 		#ffffff;
	width: 					250px;
	margin:			      	4px 0 8px 0;
	padding:				0;
}
*html .newsbox_head {
	margin:			      	4px 0 -9px 0;
}
.newsTextbox {
	background-color: 		#3d3316;
	height: 				19px;
	width: 					226px;
	margin-top:      		3px;
	margin-bottom:      	3px;
	padding:				6px 12px 0 12px;
	text-align:right;
}
*html .newsTextbox {
	height: 				25px;
	width: 					250px !important;
	margin-top:      		-10px;
	padding:				5px 12px 0 12px !important;
}	
.newspic {
	margin:      			8px 0 8px 0;
}
*html .newspic {
	margin:      			0 0 10px 0;
}

/* TEASER TEXT */

.newsTextHeadline {
	margin:					0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			normal !important;
	font-size:				11px !important;
	color:					#ffffff;
	text-decoration:		none;
}
.newsTextHeadline a {
	margin:					0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			normal !important;
	font-size:				11px !important;
	color:					#ffffff;
	text-decoration:		underline;
}
.newsText {
	margin:					0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			normal !important;
	font-size:				11px !important;
	color:					#3d3316;
	text-decoration:		none;
}
.newsText a {
	margin:					0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			bold !important;
	font-size:				11px !important;
	color:					#3d3316;
	text-decoration:		underline;
}

.newsLinkText {
	margin:					10px 0 15px 0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			bold !important;
	font-size:				11px !important;
	color:					#3d3316;
	text-decoration:		underline;
}
.newsLinkText a{
	margin:					10px 0 15px 0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			bold !important;
	font-size:				11px !important;
	color:					#3d3316;
	text-decoration:		underline;
}
*html .newsLinkText {
	margin:					5px 0 15px 0;
}
.lineDarkNews {
	background-color:		#707070; /* Mozilla 1.4 */
	color:					#707070; /* IE 6 */
	border: 				#707070; /* Opera 7.11 */
	height: 				1px; /* in Opera f√î√∏Œ©r die Anzeige n√î√∏Œ©tig, in Mozilla f√î√∏Œ©r die einheitliche H√î√∏Œ©he */
	margin:					0px;
}
*html .lineDarkNews {
	margin:					-7px 0 0 0;
}
/* FOOTER */
.footer {
	text-align:center;
	width:790px;
	float:left;
	margin:					0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			normal !important;
	font-size:				11px !important;
	color:					#333333;
	text-decoration:		none;	
}
.footer_low {
	color:					#e1e1e1 !important;
}
.footer a {
	margin:					0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			normal !important;
	font-size:				11px !important;
	color:					#333333;
	text-decoration:		underline;
}
/*DETAIL*/
.detailText {
	margin:					10px 0 0 0;
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			normal !important;
	font-size:				11px !important;
	color:					#333333;
	text-decoration:		none;
}
*html .detailText {
	margin:					0 0 10px 0;
}

