html, html body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #1d1d1d;
	height: 100%;
	background: url( '../../_images/bg.gif' ) repeat-y;
}

p {
	margin: 0px 0px 10px 0px; !important; 
}

/*****************************************************
	wichtige Elemente 
*****************************************************/
#wrapper {
	width: 970px; 
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
} 

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 100px;
	background: #ffffff;
	margin: 0px;
	z-index: 10;
}

	#logo {
		position: absolute;
		left: 5px;
		top: 20px;
	}
	#tagline {
		position: absolute;
		left: 197px;
		top: 39px;
	}
	#navigation_meta {
		position: absolute;
		right: 0px;
		top: 7px;
	}

#breadcrumb {
	position: relative;
	top: 7px;
	left: 225px;
	width: 745px;
	height: 13px;
	overflow: hidden;
	font-size: 10px;
	line-height: 10px;
	color: #7f7f7f;
}

#content {
	position: relative;
	left: 225px;
	top: 30px;
	width: 745px;
	z-index: 10;
	
}

/*****************************************************
	Navigation
*****************************************************/

#navigation_visual {
	font-family: Arial, Verdana, Sans-Serif;
	position: relative; 
	left: 0px;
	top: 0px;
	width: 970px;
	height: 250px;
	z-index: 10;
}

	#visual {
		position: absolute;
		left: 195px;
		top: 0px;
		z-index: 15;
	}

	#navigation {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 194px;
		float: left;
		background: url( '../../_images/bg_navi.jpg' ) repeat-x #78011d;
		margin-right: 1px;
		z-index: 20;
		overflow: hidden;
	}
	
	#navigation img {
		height: 1px !important;
	}
	
	div.navigation_sub {
		position: absolute;
		top: 0px;
		left: 195px;
		width: 194px;
		height: 250px;
		overflow: hidden;
		vertical-align: bottom;
		z-index: 20;
		border-right: 1px solid #8e8e8e;
	}
	
	div.navigation_subsub {
		position: absolute;
		top: 0px;
		left: 390px;
		width: 194px;
		height: 250px;
		overflow: hidden;
		vertical-align: bottom;
		z-index: 20;
		border-right: 1px solid #8e8e8e;
	}
	
#navi_bg {
	position: absolute;
	top: 99px;
	left: 0px;
	width: 194px;
	height: 600px;
	background: url( '../../_images/bg_navi.jpg' ) repeat-x;
	overflow: hidden;
	z-index: 1;
}
	#navi_bg img {
		position: absolute;
		top: 250px;
		left: 0px;
	}

/*****************************************************
	Elemente zur Textstrukturierung
*****************************************************/
h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
}

h2 {
	font-size: 15px;
}

h2.img_headline {
	clear: both;
	margin-top: 20px;
}

h3 {
	font-size: 15px;
	margin-bottom: 4px;
	border-bottom: 1px solid #7f7f7f;
}

h4, h5, h6, h7 {
	font-size: 12px;
}

hr {
	margin: 5px 0px;
	padding: 0px;
	border-width: 0px;
	background: #77011C;
	height: 1px;
	overflow: hidden;
}

*.meldung {
	color: #C50531;
	font-weight: bold;
}

*.nowrap {
	white-space: nowrap;
}

/*****************************************************
	Contentspezifische Inhalte
*****************************************************/
div.start_text {
	float: left;
	width: 550px;
	text-align: justify;
}

div.start_boxen {
	float: right;
	width: 160px;
}

div.start_boxen h4 {
	margin: 0px;
	padding: 0px;
}

div.start_boxen a {
	color: #1d1d1d;
}

div.start_boxen a:hover {
	text-decoration: none;
	color: #c50531;
}

div.text {
	width: 745px;
	text-align: justify;
}

p.date {
	margin: 0px;
	padding: 0px;
}

table.veroeffentlichungen {
	font-size: 11px;	
}
table.veroeffentlichungen th {
	background: #c50531;
	color: #ffffff;
	text-align: left;
	padding: 1px 5px;
}
table.veroeffentlichungen th.year {
	width:25px;

}

table.veroeffentlichungen td {
	text-align: left;
	padding: 5px;
	
	vertical-align: top;
	border-bottom: 1px solid #77011C; 
}

table.veroeffentlichungen td p {
	margin-top: 0px;
	padding: 0px;
}

div.urekospiegel {
	position: relative;
	margin-bottom: 20px;
	padding-left: 90px;
}

div.urekospiegel img {
	position: absolute;
	top: 4px;
	left: 0px;
}

* html div.urekospiegel img {
	left: -90px;
}

div.urekospiegel h4 {
	margin-bottom: 5px;
}

div.urekospiegel ul {
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
}


div.ansprechpartner {
	text-align: left;
	float: left;
	width: 315px;
	margin-right: 15px;
	position: relative;
	margin-bottom: 15px;
}

div.ansprechpartner p {
	margin-top: 0px;	
}

div.ansprechpartner img {
	float: left;
	margin-right: 15px;
}

/*****************************************************
	Bilder
*****************************************************/
img.links {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

img.rechts {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
}

p.img_leiste {
	clear: both;
}

p.img_leiste img {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#img_text {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0 20px 25px 0px; 
}

div#bildgalerie div {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

div#bildgalerie div img.lupe, div#img_text img.lupe {
	position: absolute;
	bottom: 20px;
	right: 0px;
}

div#img_text img.lupe {
	bottom: 0px;
}

div#bildgalerie a {
	display: inline;
	margin: 0px;
	float: left;
}
/*****************************************************
	Formulare
*****************************************************/
form {
	display: inline;
}

table.kontakt {
	width: 650px;
}

table.kontakt th {
	width: 80px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

table.kontakt td.form {
	width: 200px;
	padding-right: 15px;
}

label.nosize {
	float: left;
	margin-right: 6px;
}

input, textarea, button, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d1d1d;
	border: 1px solid #b5b5b5 !important;
	padding: 2px;
	color: #000000;
	background: #ffffff;
	margin-bottom: 5px;
	width: 194px;
}
input.emailCopy {
	width:20px;
}
input.nosize {
	width: auto;
	border-width: 0px !important;
	border: 0px !important;
	margin-top: 5px;
	*margin-top: 2px;
	float: left;
	margin-right: 4px;
}

textarea {
	width: 244px;
	height: 120px;
}

input.plz {
	float: left;
	width: 35px;
}

input.strasse, input.ort {
	float: left;
	margin-right: 5px;
	width: 148px;
}

input.ort {
	margin-right: 0px;
	margin-left: 5px;
}

input.submit {
	width: auto !important;
	*width: 70px !important;
	border: 1px solid #b5b5b5;	
	color: #47464a;
	font-weight: bold;
	font-size: 11px;
	background: #f6f6f6 !important;
}

input:focus, textarea:focus, button:focus {	
	border-color: #c7042e !important;
	background: #ffffff;
	color: #1d1d1d !important;
}
input.submit:focus, input.submit:hover {
	color: #c7042e !important;
	border-color: #c7042e !important;
	cursor: pointer;
}
/*** Tooltip **/
div#tooltip_bueros { 
	position:absolute;
	padding: 7px; 
	border: 1px solid #A6A7AB; 
	background: #F2F3F5;
	width:200px;
	z-index:30;
}

.tiptext {
	display:none;
}


/*****************************************************
	Links
*****************************************************/
a {
	text-decoration: none;
	color: #c50531;
}

a:hover, a:active {
	text-decoration: underline;
}

body.pflege a {
	text-decoration: none !important;
	color: #c50531 !important;
}

body.pflege a:hover, body.pflege a:active {
	text-decoration: underline !important;
}

#navigation_meta a {
	text-decoration: none;
	color: #1d1d1d;
	font-size: 11px;
}

#navigation_meta a:hover, #navigation_meta a.aktiv {
	color: #c50531;
}

#navigation a, div.navigation_sub a, div.navigation_subsub a {
	color: #fff;
	display: block;
	font-size: 9px;
	line-height: 25px;
	text-decoration: none;
	padding: 0px 0px 0px 20px; /** edited: padding: 4px 0px 4px 20px**/
	height:25px;
}
#navigation a:hover, #navigation a.aktiv, div.navigation_sub a:hover, div.navigation_subsub a:hover {
	background: url( '../../_images/navi_aktiv.gif' ) no-repeat center right #ffffff;
	color: #000000;
	text-decoration: none;
}

div.navigation_sub a, div.navigation_subsub a {
	color: #7f7f7f !important;
	background: #ffffff;
	padding: 0px 0px 0px 10px !important; /* edited: padding: 4px 13px 4px 10px !important; */
	/*margin-top: 1px;*/
	border: 1px solid #8e8e8e;
	border-width: 0px 0px 1px 0px;
	z-index: 20;
	height:25px;
}

div.navigation_sub a.aktiv, div.navigation_subsub a.aktiv {
	padding: 0px 0px 0px 10px !important; /* edited: padding: 4px 13px 4px 10px !important; */
	background: url( '../../_images/navi_aktiv.gif' ) no-repeat center right #ffffff;
	color: #c50531 !important;
}
 
div.navigation_subsub a:hover, div.navigation_subsub a.aktiv, div.navigation_sub a.ohne_sub, div.navigation_sub a.ohne_sub:hover {
	padding: 0px 0px 0px 10px !important; /* edited padding: 4px 13px 4px 10px !important; */
	background-image: none !important;
	background: #ffffff !important;
}
 
div.navigation_subsub a:hover, div.navigation_subsub a.aktiv, div.navigation_sub a.ohne_sub:hover {
	padding: 0px 0px 0px 10px !important; /* edited : padding: 4px 13px 4px 10px !important; */
	color: #c50531 !important;
}

#breadcrumb a {
	text-decoration: none;
	color: #7f7f7f;
}

#breadcrumb a:hover {
	color: #c50531;
}

table.veroeffentlichungen a {
	color: #ffffff;
	text-decoration: none;
}
input.publ_submit {
	float:right;
}
/*****************************************************
	tinyMCE - Editor -- MAHOUT 
*****************************************************/
body.mceContentBody {
	margin: 8px;
	background: none;
	text-align: justify;
	height: auto;
}

body.mceContentBody a {
	text-decoration:none !important;
	color:#9E9952 !important;	
}
body.mceContentBody a:hover {
	color:#000 !important;	
}
* html input.image {
	margin-bottom: 1px;
}