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


/* Container für EINspaltig */
#one {
	min-height: 473px;
}
* html #one {
	height: 473px;
}

/* Container für ZWEIspaltig */
#two_left {
	float: left;
	width: 700px;
}
#two_left_content {
	min-height: 473px;
}
* html #two_left_content  {
	height: 473px;
}
.position_relativ {
	position: relative;
	width: 100%;
}
#two_right {
	float: right;
	width: 180px;
	min-height: 540px;
}
* html #two_right {
	height: 540px;
}
.text {
	padding: 8px;
}

/* Darstellung Produkte */
#produkte {
	text-align: left;
	margin: 0 20px;
	min-height: 473px;
}
* html #produkte  {
	height: 473px;
}
.produkte {
	background-color: #004494;
	color: #FFFFFF;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.navheadline {
	background-color: #004494;
	color: #FFFFFF;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
#produkte .img {
	margin-bottom: 15px;
	float:left;
	width: 660px;
	height: 225px;
}
.bground {
	background-color: #DFEAF7;
}
.bground_dark {
	background-color: #c8cae3;
}
.headblockright {
	background-color: #004494; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 10px 0;
	text-align: center;
}
.produkt_thumb {
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 7px;
}

/* Unterer Balken evtl. auch mit LINK */
.sites {
	clear: both;
	background-color: #004494;
	color: #FFFFFF;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.sites a, .sites a:link {
	color: #FFFFFF;
}
.sites a:hover, .sites a.aktiv {
	color: #0077f3;
}
.content_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 700px;
}
* html .content_bottom {
	bottom: 3px;
}

/* News auf Startseite */
#news {
margin-top: 25px;
}
#news .img {
	display: block; 
	float:left;
	margin-bottom: 10px;
}
#news .text {
	width: 450px; 
	float: right; 
	text-align: left;
}

/* Allgemeine Klassen */
/* Bildpositionen */

.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* Textauszeichnung */
.bold {
	font-weight: bold;
}
.center {
text-align: center;
}
.center_kursiv {
font-style: italic;
text-align: center;
}
.kursiv {
font-style: italic;
}
/* ENDE FLOAT */
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}


/* Standard Liste */

#content ul {
list-style-position: outside;
margin-left: 2.5em;
margin-top: 0.6em;
margin-bottom: 1em;
}
#content ul.bold {
font-weight: bold;
}
#content ul li {
	margin-bottom: 0.75em;
}

/* Formulare */
label {
	width: 120px;
	display: block;
	float: left;
}

input, textarea {
font: 1em  Tahoma, Arial, Helvetica, sans-serif;
border: 1px dotted #004494;
margin: 0 0 0.5em 0;
padding: 2px 0;
width: 250px;
}
.error {
	color: #e0231f;
	font-weight: bold;
	display:block;
	margin-left: 120px;
}

/* Sitemap */
#content ul.sitemap {
	list-style-type:none;
/*	background-color: #FBFBFB;
*/
font-size: 1.2em;

}
#content ul.sitemap li  {
	line-height: 1.6em;
	margin: 0;
	border-bottom: 1px dotted #999999;
}
#content ul.sitemap a {
	border: none;
}
#content ul ul.sitemap {
	font-size: 0.9em;
}
#content ul ul.sitemap li {
	border: none;
	line-height: 1.4em;
}
#content ul ul.sitemap a {
	color: #666666;
}
#content ul ul.sitemap a:hover {
	color: #004494;
}
#content ul ul ul.sitemap {
	font-size: 0.9em;
	margin-left: 30px;
}
#content ul ul ul.sitemap li {
	border: none;
	line-height: 1.4em;
}
#content ul ul ul.sitemap a {
	color: #999999;
}
#content ul ul ul.sitemap a:hover {
	color: #004494;
}

/* Darstellung Lupe (Lightbox) */
#content .zoom {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
#content .lupe {
	position:absolute;
	right: 0;
	bottom: 0;
	height: 14px;
	width: 14px;
	display:block;
	background: transparent url(../images/lightbox/lupe.gif) no-repeat;
}
/* Tabellen */

#content table td {
	padding: 0.25em 1em;
}

/* News und Events */
#press_nav {
	height: 1.5625em;
	background-color: #C8CAE3;
	margin-bottom: 2em;
}
#press_nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#press_nav li {
display: inline;
float: left;
line-height: 1.5em;
}
#press_nav li a {
padding: 0 10px;
display:block;
border: none;
background-color:#C8CAE3;
color: #FFFFFF;
}
#press_nav li a:hover, #press_nav li a.aktiv  {
background-color: #8e97c7;
}
/* Tabelle Ansprechpartner */
table.ansprech td {
 border-bottom: 2px dotted #004494;
}
table.history td {
vertical-align:top;
}
/* Formular Ansprechpartner */
form.form_ansprech {
	background-color: #DFEAF7;
	margin: 0;
	padding: 20px; 
	width: 460px;
}

/* Anzeigen Ansprechpartner */
.ansprechpartner {
	min-height: 150px;
	background-color: #DFEAF7;
	width: 500px;
	margin-top: 20px;
	position: relative;
}
* html .ansprechpartner {
	height: 150px;
}
.ansprech_name {
	line-height: 1.5em;
	background-color: #C8CAE3;
	padding-left: 15px;
	margin-bottom: 10px;
}
.ansprech_bild {
	width: 100px;
	height: 140px;
	position: absolute;
	left:0;
	top: 0;
}
.ansprech_position {
	padding-left: 15px;
}
.ansprech_daten {
	padding-left: 15px;
}
/* Nur für TinyMCE */
.tinycontent {
	font-size: 0.8em;
}
.tinycontent ul {
list-style-position: outside;
margin-left: 2.5em;
margin-top: 0.6em;
margin-bottom: 1em;
}
.tinycontent ul.bold {
font-weight: bold;
}
.tinycontent ul li {
	margin-bottom: 0.75em;
}
