@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/hg-global.jpg) top left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin: 0 ;
	width:100%;
}
#seite {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
	min-width:1022px;
}
* html #seite {
	width:1022px;
}
p, a {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

body div {
	background:none;
}
a, img, a img {
	border: 0;
}

h1, p {
	padding:0;
	margin:0;
}

p.bodytext {
	display:block;
	margin:0 0 11px 0;
}



/**
 * Streifen rechts neben der Seite
 * ---------------------------------------------- */
.bg_container {
	/* position:absolute;
	top:93px;
		left:1022px;
	width:100%;
overflow:hidden;
z-index:1;
	*/
	height:275px;
	
	
}

#middle_row {
	width:100%;
	min-width:1022px;
	height:275px;
	float:none;
}
* html #middle_row {
	width:1022px;
}

.streifen_rechts {
	/*
	position:absolute;
	width:100%;
	
	*/
	float:left;
	margin:0 0 0 1022px;
	height:275px;
	background:black;
	filter:Alpha(Opacity=10);
	opacity:0.1;
	-moz-opacity:0.1;
	-khtml-opacity:0.1;
	color:black;
	z-index:2;
}

#blackBackground {
	position:absolute;
	left:412px;
	top:94px;
	width:254px;
	height:275px;
	z-index:20;
	background:black;
	filter:Alpha(Opacity=25);
	opacity:0.25;
	-moz-opacity:0.25;
	-khtml-opacity:0.25;
}

/**
 * Obere Reihe mit Bildern und SprachmenÃÂ¼
 * ---------------------------------------------- */
.grauer_streifen_auge {
	height:31px;
	width:61px;
	background:black;
	filter:Alpha(Opacity=10);
	opacity:0.1;
	-moz-opacity:0.1;
	-khtml-opacity:0.1;
	margin:0 0 0 854px;
}
#top_row {
	width:899px;
	height:36px;
	margin:0 0 8px 211px;
	z-index:3;
}
* html #top_row {
	margin:0 0 5px 211px;
}
#top_row .rechts {
	float:right;
}
#top_row .rechts div {
	float:left;
	height:36px;
	vertical-align:middle;
}

#top_row .rechts .co {
	width:186px;
}
#top_row .rechts .pictext{
	margin:0 0 0 20px;
}
#top_row .rechts .pictext img {
	display:block;
	margin:8px 0 0 0;
}



/**
 * Loginbutton oberhalb der Bildreihe
 * mit LÃ¤nderauswahl daneben
 * ---------------------------------------------- */
.second_row {
	display:block;
	position:relative;
	margin:7px 0 4px 412px;
	height:15px;
	width:700px;
	clear:both;
	z-index:4;
}

* html .second_row {
	margin:0 0 1px 412px;
}

#login_bar {
	margin:0;
	width:243px;
	height:15px;
	background:#5E8397;
	padding:3px 11px 0 0;
	text-align:right;
	float:left;
}
#login_bar a, #login_bar a:link, #login_bar a:visited {
	color:#fff;
	text-decoration:none;
}
#login_bar a:hover, #login_bar a:focus {
	color:#ccc;
}




/**
 * Suche links unter der Navigation
 * ------------ */
#suche {
	background:#506F80;
	padding:11px 0 0 10px;
	width:190px;
	height:49px;
	position:absolute;
	margin:215px 0 0 0;
}
#suche form {
	margin: 0 0 0 0;
}

#suche .header {
	padding:0 0 11px 7px;
}
#suche .swords {
	width:143px;
	float:left;
	margin:0 0 0 0;
}
#suche .swords input {
	width:143px;
	height:auto;
	background:white;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding:2px 3px;
}
#suche .execute {
	margin: 0 0 0 159px;
	padding: 2px 0 0 0;
}
#suche .execute input {
	border:0;
	border:0;
}




/**
 * Startseiten - Spezial
 * ---------------------------------------------- */
#aktuelles_header {
	padding:2px 30px 0 10px;
	background:url(../images/hg_aktuelles.gif) top right no-repeat;
	color:#fff;
	width:auto;
	height:16px;
	position:absolute;
	left:667px;
	top:361px;
}
*+html #aktuelles_header {
	left:667px;
	top:361px;
}

* html #aktuelles_header {
	left:667px;
	top:368px;
}



/**
 * Navigation links
 * ---------------------------------------------- */
#linke_spalte {
	width:200px;
	background:#5E8397;
	float:left;
	height:275px;
	z-index:5;
}



/**
 * Imagebereich oben
 * ---------------------------------------------- */
#pic_area {
	margin:0 0 0 211px;
	width:800px;
	height:275px;
	z-index:10;
}

* html #pic_area {
	margin:0 0 0 208px;
	padding:0 0 0 0;
}

#pic_area div {
	margin:0;
	padding:0;
	z-index:11;
}
#pic_area .rechts {
	float:right;
	width:auto;
	z-index:12;
	display:none;
}




/**
 * Breadcrumb Menü
 * ---------------------------------------------- */
#navtrail {
	margin:11px 0 11px 231px;
}
#navtrail a {
	text-decoration:none;
}
#navtrail a:hover {
	color:#6D1E08;
}
#navtrail img {
	margin:0 7px 1px 7px;
}

* html #navtrail {
	margin:0 0 0 231px;
	padding:11px 0 10px 0;
}



/**
 * UntermenÃÂ¼ fÃÂ¼r die vierte Eben
 * ---------------------------------------------- */
#submenu {
	margin: 20px 0 0 0;
	padding:0;
	list-style-type:none;
	border-top:1px #F0F0F0 solid;
	width:200px;
}
#submenu li {
	width:200px;
	padding:0;
	margin:0;
	height:auto;
	border-bottom:1px #F0F0F0 solid;
}
#submenu li a {
	display:block;
	padding:0 20px;
	width:160px;
	color:#666;
	line-height:19px;
	text-decoration:none;
}
#submenu li a:hover, #submenu li.active a:hover {
	color:#000;
}
#submenu li.active a {
	color:#6D1E08;
}





/**
 * Inhaltsbereich
 * ---------------------------------------------- */
.content_spacer {
	width:900px;
	height:10px;
	clear:both;
	float:none;
}
* html .content_spacer {
	height:3px;
}
 
 
#content {
	width:800px;
	height:auto;
	margin: 0 0 0 211px;
	min-height:305px;
}


.normal {
	background:url(../images/hg_normal.gif) top left repeat-y;
}



.drei_spalten {
	background:url(../images/hg_3-spalten.gif) top left repeat-y;
}

* html .drei_spalten {
	margin:0 0 0 211px;
}


#content .links, #content .mitte, #content .rechts {
	min-height:305px;
}
#content .links {
	float:left;
	width:250px;
}
#content .links .pics {
	width:160px;
	padding:30px 20px;
}



#content .rechts {
	float:right;
	width:344px;
}
#content .mitte {
	width:204px;
	margin:0 0 0 251px;
}

* html #content .mitte {
	width:202px;
	margin:0 0 0 1px;
	float:left;
	overflow:hidden;	
}



.tabs {
	/* background:url(../images/hg_tabs.gif) top left repeat-y; */
}

#content.tabs .links {
	float:left;
	width:200px;
}
#content.tabs .mitte {
	margin:0 0 0 201px;
	width:599px;
}
* html #content.tabs .links {
	float:left;
	margin:0 0 0 0;
}
* html #content.tabs .mitte {
	float:left;
	margin:0 0 0 1px;
}


#content.tabs .mitte .tabs {
	display:block;
	height:18px;
	margin:0 0 0 0;
	padding:0 0 20px 0;
	background:none;
}
#content.tabs .mitte .tabs a {
	display:block;
	padding:1px 20px 2px 20px;
	width:auto;
	float:left;
	text-decoration:none;
	color:#333;
	margin:0 1px 0 0;
	background:url(../images/tab_bg_normal.gif) top left no-repeat;
}
#content.tabs .mitte .tabs a.active {
	color:#6D1E08;
	background:url(../images/tab_bg_hover.gif) top left no-repeat;
}
#content.tabs .mitte .tabs a.active:hover, #content.tabs .mitte .tabs a:hover {
	color:#6D1E08;
	background:url(../images/tab_bg_act.gif) top left no-repeat;
}

#content.tabs {
	background:url(../images/hg_tabs_whole.png) top left no-repeat;
}

#content.tabs .mitte .tabs a.last {
	padding:1px 33px 2px 20px;
	background:url(../images/tab_bg_normal.gif) top right no-repeat;
}
#content.tabs .mitte .tabs a.last-active {
	padding:1px 33px 2px 20px;
	color:#6D1E08;
	background:url(../images/tab_bg_act.gif) top right no-repeat;
}
#content.tabs .mitte .tabs a.last-active:hover, #content.tabs .mitte .tabs a.last:hover {
	padding:1px 33px 2px 20px;
	color:#6D1E08;
	background:url(../images/tab_bg_act.gif) top right no-repeat;
}

#content.tabs .tab {
	width:599px;
	min-height:288px;
	background:#fff;
	display:none;
	overflow:visible;
}

#content.drei_spalten .mitte .contentHeader {
	padding:31px 0 0 21px;
	margin:0 0 20px 0;
}


#content.normal {
	background:url(../images/hg_normal.gif) top left repeat-y;
}
#content.normal .links {
	width:200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#content.normal .mitte {
	margin: 0 0 0 201px;
	padding: 0 0 0 0;
	width:599px;
}
* html #content.normal .mitte {
	margin: 0 0 0 1px;
	padding: 0 0 0 0;
	width:599px;
	float:left;
}


* html .rgtabs-menu {
	margin:0 0 2px 0;
}


/**
 * Footer ua unterhalb der Seite
 * ---------------------------------------------- */
#bottom_row {
	margin:35px 0 0 0;
	width:100%;
	height:36px;
	background:url(../images/hg_footer_linie.gif) 50% repeat-x;
}
#bottom_row div {
	width:1011px;
}
#bottom_row div div {
	float:right;
	width:auto;
	height:36px;
	margin:0 0 0 40px;
}

#footer {
	width:855px;
	height:auto;
	padding:20px 0;
	margin:0 0 0 211px;
	color:#fff;
}
#footer a, #footer a:link, #footer p {
	color:#fff;
	text-decoration:none;
}
#footer a:focus, #footer a:hover {
	text-decoration:underline;
}
#footer .via {
	float:right;
	width:100px;
}
#footer .impr {
	width:750px;
}



/**
 * News
 * ---------------------------------------------- */
.news_latest {
	padding: 0 0 20px 0;
}
.news_latest span.date {
	display:block;
	margin: 0;
}
.news_latest h2 {
	margin: 1px 0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	line-height:13px;
	display:block,
}
.news_latest p {
	margin: 0;
	padding: 0;
	display:block;
}

.news_divider {
	display:block;
	clear:both;
	margin:0px 0 20px 0;
}
.news-list-container .news_divider {
	display:block;
	clear:both;
	margin:4px 0 20px 0;
}

.link_latest_to_list a {
	text-decoration:none;
	line-height:17px;
}
.link_latest_to_list a:hover {
	color:#666;
}
.link_latest_to_list a span {
	display:block;
	margin:0 10px 0 0;
	float:left;
}
.link_latest_to_list a img {
	display:block;
	margin:0 0 0 0;
	padding:0;
}

.news-single-item h3 {
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	margin:0 0 11px 0;
	font-family:Arial, Helvetica, sans-serif;
}



/**
 * Diverse
 * ---------------------------------------------- */
.content_padding {
	padding: 30px 20px 30px 20px;
}
.content_padding table td p,
.content_padding table table td p {
	margin:0 0 0 0;
	padding:0;
	padding-bottom:11px;
}
.content_padding table table table td p {
	margin:0;
	padding:0;
	padding-bottom:0;
}

#content.tabs .contentHeader {
	padding:32px 0 0px 0;
}
.contentHeader img {
	display:block;
	float:none;
}
 
.schwarzer_strich_unten {
	background:#181911;
	width:531px;
	height:10px;
	margin:0 0 0 211px;
}

.clearfix {
	height:1px;
	width:2px;
	display:block;
	position:relative;
	float:none;
	clear:both;
}


.rgtabswrap, .tx-rgtabs-pi1 {
	height:auto;
}

/* mod ringerge.org */
h1 {
position:relative;
display:block;
width:280px;
Xmargin-bottom:13px;
}

h1 span {
display:block;
margin-top:1px;
width:1px;
font-size:20px;
line-height:22px;
overflow:hidden;
}

h1 span span {
display:block;
width:1000px;
}


#rgtabsNest {
	width:320px;
	min-height:275px;
	position:absolute;
	left:265px;
	top:19px;
	z-index:40;
	background:url(../images/gallerybg.gif) bottom right no-repeat;
xbackground:url(fileadmin/dev/images/gallerybg.gif) bottom right no-repeat;
}
#rgtabsNest div {
	z-index:70;
}


#rgtabs {
	float:right;
	width:320px;
	min-height:275px;
	overflow:hidden;
	z-index:50;
	/* xbackground:red; */
}

* html #rgtabs, * html #rgtabsNest {
	height:275px;
}
#rgtabsNest div {
	/*Xpadding:10px;
	Xmargin:10px; */
	z-index:60;
}

.contentHeader {
	display:block;
	padding: 0;
	margin:0 0 15px 0;
}
.contentHeader img {
	display:block;
	margin:0 0 3px 0;
	padding:0;
}



/**
 * CSC Bild & Text mit Bild IE Hack
 */
*+html .csc-textpic-imagerow, * html csc-textpic-imagerow {
	margin-bottom:20px;
}

* html .csc-textpic-clear {
	display:block;
	height:1px;
	width:1px;
	clear:both;
}
* html .csc-textpic {
	clear:both;
	height:auto;
	float:none;
}
.csc-textpic-caption {
	padding-top:3px;
}
*+html .csc-textpic-caption, * html .csc-textpic-caption {
	margin-top:3px;
}







/**
 * Suche
 * ------------------------------ */
  /* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:normal; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#E15A00; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }



 /* Eigene Styles */
.tx-indexedsearch-searchbox {
	margin: 20px 0 25px 0;
}
.tx-indexedsearch-searchbox label {
	width:100px;
}
.tx-indexedsearch-searchbox input {
	width:298px;
	border:1px solid #C8CEC4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background:inherit;
	padding: 1px 3px;
	margin: 0;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.submit {
	color:#333333;
	background:white;
	padding: 0px 3px 0px 3px;
	width:auto;
}

.tx-indexedsearch-browsebox {
	margin: 3px 0 25px 0;
}


/**
 * Seite drucken Symbol
 */
.printIcon {
	clear:both;
	text-align:right;
	padding:0 20px 10px 0;
}




/**
 * Login
 */
.tx-newloginbox-pi1 th {
	font-weight:normal;
	text-align:left;
}
.tx-newloginbox-pi1 input {
	width:198px;
	border:1px solid #C8CEC4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background:inherit;
	padding: 1px 3px;
	margin: 0;
}
.tx-newloginbox-pi1 input.submit {
	color:#333333;
	background:white;
	padding: 0px 3px 0px 3px;
	width:auto;
}




/**
 * CSC Mailform
 * ------------------------------------------ */
fieldset.csc-mailform {
	border: 0;
	margin: 11px 0 0 0;
	display:block;
}
.csc-mailform-field {
	display:block;
	width:500px;
	clear:both;
	margin: 0 0 7px 0;
}
.csc-mailform div.package {
	width:200px;
	margin: 0 0 5px 85px;
}
.csc-mailform-field label {
	width:125px;
	display:block;
	overflow:visible;
	float:left;
}
.csc-mailform-field input, .csc-mailform-field select {
	width:298px;
	border:1px solid #C8CEC4;
	margin: 0 0 0 65px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background:inherit;
	padding: 1px 3px;
	margin: 0 0 0 25px;
}
.csc-mailform-field select {
	width:auto; 
	padding: 1px 0 1px 3px;
}
.csc-mailform-field input.csc-mailform-check {
	height:auto;
	width:auto;
	padding: 0;
	border:0;
}
.csc-mailform-field textarea {
	width:298px;
	height:100px;
	border:1px solid #C8CEC4;
	margin: 0 0 0 65px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background:inherit;
	padding: 1px 3px;
	margin: 0 0 0 25px;
}
.csc-mailform-field input.csc-mailform-submit {
	width:auto;
	background:#506F80;
	color:#FFFFFF;
	border:0;
	margin: 0 0 0 383px;
}
*+html .csc-mailform-field input.csc-mailform-submit {
	margin: 0 0 0 363px;
}
* html .csc-mailform-field input.csc-mailform-submit {
	margin: 0 0 0 364px;
}

.tx-packages-pi1_package-name {
	display:block;
	margin: 0 0 0 65px;
}
* html .tx-packages-pi1_package-name {
	margin: 0 0 0 67px;
}


