/*
* CSS screen
* r+w
* erstellt: 2010-03-30
* geaendert: 2011-02-24
*
*/
 
 
@import url(menu-start.css);
@import url(menu-neu.css);
/* ------------------------------------
	 Grundlayout
	 ------------------------------------ */
 
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.clearer {
	display: block;
	clear: both;
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	background-image:url(../image/bg_body_start.png);
	background-repeat:repeat-x;
	background-position:top center;
	position:relative;
}
/* ------------------------------------
   Startseite
   ------------------------------------ */
	
#page-start {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	border: 0;
	height: 100%;
	min-height: 624px;
}
#header-start {
	clear:both;
	width: 950px;
	height: 90px;
	overflow: hidden;
	border: 0;
}
#content-tab {
	position: relative;
	height: 90%;
	width: 100%;
	margin-bottom: 50px;
	border-collapse: collapse;
}
#content-tab td {
}
#menu-start {
	clear:both;
	height: 200px;
	width: 950px;
	padding: 0 0 0 25px;
	margin: 0;
}
#menu-start .box_menu {
	float:left;
	height:180px;
	padding:0;
	margin: 0;
	border:0;
	overflow: hidden;
	position: relative;
}
#menu-start .box_menu.l {
	margin: 0 0 0 22px;
	width: 208px;
	background-image:url(../images/separator.png);
	background-position: 196px 40px;
	background-repeat:no-repeat;
}
#menu-start .box_menu.cr {
	margin: 0 0 0 44px;
	width: 200px;
	background-image:url(../images/separator.png);
	background-position:196px 40px;
	background-repeat:no-repeat;
}
#menu-start .box_menu.cl {
	margin: 0 0 0 0px;
	width: 188px;
}
#menu-start .box_menu.r {
	margin: 0 0 0 44px;
	width: 155px;
}
#body-start {
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 200px;
}
#body-start #box_product {
	height: 100%;
	position: relative;
	min-height: 200px;
}
#body-start #container {
	padding: 0px;
	margin: 0;
	width: 950px;
	height: 200px;
}
/* ############### */
#body-start1 {
	clear:both;
	width: 950px;
	padding: 0;
	margin: 0;
	overflow:hidden;
}
#body-start1 #box_product1 {
}
#body-start1 #container1 {
	padding: 0;
	margin: 0;
	width: 950px;
	height: 150px;
}
#body-start1 #container1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#body-start1 #container1 li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
#body-start1 #container1 a {
	display:block;
	color: #878787;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	margin: 0;
	padding: 0;
}
#body-start1 #container1 a:hover {
	color: #c20066;
	text-decoration:none;
}
/* ##################### */
#page-start h1 {
	font-size: 19px;
	padding: 21px 0px 4px 11px;
	margin: 0;
	font-weight: normal;
	color: #565656;
	background-image:url(../images/h1_ueberschrift.png);
	background-position:0px 30px;
	background-repeat:no-repeat;
}
#page-start h2 {
	font-size: 12px;
	padding: 2px 0 2px 0;
	color: #515151;
	font-weight: normal;
}
#page-start h2 a {
	font-size: 12px;
	padding: 2px 0 2px 0;
	color: #515151;
}
#page-start h2 a:hover {
	text-decoration: underline;
}
/* Stoerer */
#page-start #stoerer_btn_download {
	position: absolute;
	top: 410px;
	left: 90px;
	z-index: 99;
	width: auto;
	height: auto;
}
#page-start .claim {
	text-align: center;
	padding: 15px 0 15px 0;
	font-size: 20px;
	font-family: Arial, sans-serif;
	color: #636363;
	margin-top: 20px;
}
/* Slideshow */
#page-start .slidewshow {
	clear: both;
	width: 945px;
	min-height: 180px;
	height: auto;
	overflow: hidden;
}
#page-start .slidewshow .carousel {
	float: left;
	width: 900px !important;
	overflow: hidden;
	height: 130px;
	margin: 0;
	padding: 0;
}
#page-start .slidewshow .carousel ul li {
	height: 130px !important;
	width:auto;
	margin: 0 10px 0 0 !important;
	padding: 0;
}
#page-start .slidewshow .next, #page-start .slidewshow .prev {
	float: left;
	display: block;
	border: none;
	width: 22px;
	height: 130px;
	margin: 0;
	padding: 0;
}
#page-start .slidewshow .prev a {
	display: block;
	background: url(../images/btn_prev.gif) no-repeat top left;
	border: none;
	width: 14px;
	height: 130px;
	margin: 0 8px 0 0;
	padding: 0;
	cursor: pointer;
}
#page-start .slidewshow .prev a:hover {
	background: url(../images/btn_prev_mo.gif) no-repeat top left;
}
#page-start .slidewshow .next a {
	display: block;
	background: url(../images/btn_next.gif) no-repeat top left;
	border: none;
	width: 22px;
	height: 130px;
	margin: 0 0 0 8px;
	padding: 0;
	cursor: pointer;
}
#page-start .slidewshow .next a:hover {
	background: url(../images/btn_next_mo.gif) no-repeat top left;
}
#page-start .reflect {
	border: 0 !important;
}
#page-start .reflection {
	border: 0;
}
/* ------------------------------------
   Standard
   ------------------------------------ */
#page {
	width: 1008px;
	height:auto;
	padding: 0;
	margin: 0 auto;
}
#header {
	width: 950px;
	height: 90px;
	padding: 0;
	margin: 0;
}
#content {
	width: 1000px;
	margin: 0;
	padding: 0;
	width:auto;
	height: auto;
	position: relative;
}
#content #top .left {
	width: 200px;
	height: 135px;
	padding: 0;
	margin: 0 5px 0 0;
	overflow: hidden;
	float: left;
}
#content #top .right {
	width: 745px;
	height: 135px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
}
#content .tuev {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 102;
	top: 145px;
	left: 870px;
}
#content #body .left {
	width: 200px;
	height: auto;
	padding: 0;
	margin: 4px 5px 0 0px;
	overflow: hidden;
	float: left;
}
#content #body .left.produkt {
	margin: 0 5px 0 0px;
}
#content #body .left #left-img {
	/*margin: 0px 5px 4px 0;*/
	margin: 0px 5px 0px 0;
}
#content #body .right {
	width: 745px;
	height: auto;
	padding: 0;
	margin: 20px 20px 20px 0px;
	overflow: hidden;
	float: left;/*border-top: 5px; solid #fff;*/
	/*background-color:#000066;*/
}
#content #body .right.list {
	margin: 0;
	padding: 0 20px 20px 20px;
	background-color: #fff;
	height: 100%;
	position: relative;
	bottom: 6px;
}
/* Branchen */
#content #body .right.branchen {
	margin: 4px 0 0 0;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	height: 100%;
	width: 705px;
}
/* Branchen */
#content #body .right.standorte {
	margin: 4px 0 0 0;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	height: 100%;
	width: 705px;
}
/* News */
#content #body .right.news {
	margin: 4px 0 0 0;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	height: 100%;
	width: 705px;
}
#content #body .right.product {
	margin: 0;
	padding: 0;
	/*	width: 720px;*/
	width: 745px;
	height: 100%;
}
#content #body .right.download {
	margin: 0;
	padding: 0px 20px 20px 20px;
	width: 680px;
	height: 100%;
	background-color: #fff;
}
#content #body .right.flash {
	margin: 0;
	padding: 0 0 20px 0;
	width: 745px;
	height: 100%;
}
/* footer */
#footer {
	position:fixed;
	z-index: 98;
	bottom:0px;
	height: 26px;
	color: #fff;
	background-color: #c20066;
	width: 100%;
}
.footer_wrap {
	width: 900px;
	margin: 0 auto;
}
#footer .left {
	float: left;
	width: 220px;
	height:auto;
	padding: 3px 0 0 0;
	text-align: left;
}
#footer .center {
	float: left;
	width: 460px;
	height:auto;
	padding: 3px 0 0 0;
	text-align:center;
	color: #fff;
}
#footer .right {
	float: left;
	width: 220px;
	height:auto;
	padding: 3px 0 0 0;
	text-align:right;
}
#footer .right a {
	color: #fff;
}
#footer .right a:hover {
	text-decoration: none;
	color: #6d0040;
}
.newsticker-jcarousellite {
	width:100%;
}
.newsticker-jcarousellite ul li {
	list-style:none;
	display:block;
	padding-bottom:1px;
	margin-bottom:1px;
}
/* ------------------------------------
   Texte
   ------------------------------------ */

.Univers-CondensedBold {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: Arial, sans-serif;
}
/*.Univers-CondensedLight {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'UniversCondensedLight', sans-serif;
}
*/
body {
	font-size: 11px;
	line-height: 14px;
	color: #575656;
	/*font-family: UniversCondensedLight, Arial, Verdana, sans-serif;*/
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.right.branchen h1,
.right.news h1, 
.right.list h1, 
.right.product h1, 
.right.download h1,
.right.standorte h1,
.right.standorte div.kontakt.h1 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	letter-spacing: -0.04em;
	padding: 5px 0 5px 0;
	margin: 0 0 6px 0;
	color: #c20066;
}
.right.list h2, .right.product h2, .right.download h2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	/*font-size-adjust: 0.51;*/
	font-size: 14px;
	letter-spacing: -0.03em;
	padding:9px 0 9px 0;
	margin:0;
	color: #c20066;
}
.right.list h3, .right.product h3, .right.download h3 {
	font-weight: normal;
	font-style: normal;
	/*font-size-adjust: 0.51;*/
	font-size: 11px;
	padding: 8px 0 8px 0;
	margin: 0;
	color: #575656;
}
h2 {
	font-size: 14px;
	line-height: 14px;
	color: #c20066;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}
h2 a {
}
h2 a:hover {
}
h3 {
}
h4, h4 a {
}
h5 {
}
h6 {
}
p {
}
.bodytext {
}
/* ------------------------------------
   Links
   ------------------------------------ */
a {
	text-decoration: none;
	color: #515151;
}
a:hover {
	text-decoration: underline;
}
.linkPdf {
	display: block;
	width: 100px;
	height: 40px;
	background-image:url(../images/pdf.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.linkPdf:hover {
	background-image:url(../images/pdf_mouseover.png);
}
.linkZoom {
	display: block;
	width: 100px;
	height: 40px;
	background-image:url(../images/zoom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.linkZoom:hover {
	background-image:url(../images/zoom_mouseover.png);
}
/* ------------------------------------
   Listen
   ------------------------------------ */
#container1 ul {
	list-style: none;
}
ul {
	/*	list-style-position:outside;
	list-style-type:disc;
	margin: 0;
	padding: 6px 0 6px 14px; */
	list-style-image:url(../images/bullet_produkte-box.png);
	margin: 0;
	padding: 4px 0 6px 8px;
}
li {
}
ul2 {
	/*	list-style-position:outside;
	list-style-type:disc;
	margin: 0;
	padding: 6px 0 6px 14px;*/
	list-style-image:url(../images/bullet_produkte-box.png);
	margin: 0;
	padding: 4px 0 6px 8px;
}
li {
}
.box-produkt ul, .content-right .text ul {
	list-style-image:url(../images/bullet_produkte-box.png);
	margin: 0;
	padding: 4px 0 6px 10px;
}
.box-produkt li, .content-right .text li {
/*background-color: #ccc;*/
	
}
/* ------------------------------------
   Boxen
   ------------------------------------ */

/* Suche */

#header .search {
	position:absolute;
	top: 37px;
	left: 717px;
	z-index: 11;
}
.searchbox_input {
	float: left;
	width: 130px;
	height: 16px;
	background-color: #c6c6c6;
	border: 0;
	color: #565656;
	padding: 0;
	margin: 5px 0 0 0;
}
.searchbox_button {
	float: left;
	width: 50px;
	height: 16px;
	border: 0;
	text-align:center;
	margin: 5px 0 0 2px;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	background-color: #565656;
	border-bottom: 1px solid #565656;
}
.searchbox_button_act {
	float: left;
	width: 50px;
	height: 16px;
	border: 0;
	text-align:center;
	margin: 5px 0 0 2px;
	color: #c20066;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	background-color: #565656;
	border-bottom: 1px solid #565656;
}
/* Sprachauswahl */
select {
	border:0;
	color: #565656;
	background-color: #fff;
	width: 120px;
}
option {
	background-color: #eee;
	border: 0;
	color: #565656;
}
#box_hotline {
	padding: 0;
	margin: 0 0 5px 0;
	width: 160px;
	height: auto;
}
#box_hotline .wrap {
	padding: 4px 15px 14px 7px;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
}
#box_hotline .head {
	font-size: 15px;
	line-height: 19px !important;
	letter-spacing: -0.04em;
	color: #c20066;
	padding: 0;
	margin: 0;
}
#box_hotline .text {
	display:block;
	font-size: 15px;
	line-height: 19px !important;
	letter-spacing: -0.04em;
	color: #575656;
	padding: 6px 0 4px 0;
	margin: 0;
}
#box_hotline .tel {
	font-size: 15px;
	line-height: 15px !important;
	letter-spacing: -0.04em;
	color: #c20066;
	padding: 0 0 0 0;
	margin: 0;
}
/* ------------------------------------
   Produkte
   ------------------------------------ */
   
/* Kategorieauswahl */   
.content-header {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 15px 0 20px 20px;
}
.content-header .akronym {
	float: left;
	width: 56px;
	height: 46px;
	color: #c5c6c6;
	font-size: 46px;
	line-height: 46px;
	font-family: Arial, Verdana, sans-serif;
	position: relative;
	bottom: 3px;
}
.content-header .bezeichnung {
	width: auto;
	height: 22px;
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 22px;
	color: #575656;
	font-family: Arial, Verdana, sans-serif;
}
.content-header .modellreihe {
	width: auto;
	height: 16px;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 16px;
	color: #575656;/*font-family: UniversCondensedLight, Arial, Verdana, sans-serif;*/
}
.content-body {
	clear: both;
	margin: 0;
	padding: 15px 0 0 0;
}
.box-produkt-auswahl {
	float: left;
	width: 120px;
	height: 260px;
	padding: 20px;
	margin: 0 35px 0 0;
	background-image:url(../images/bg_box-produkt-auswahl.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	cursor: pointer;
}
.box-produkt-auswahl:hover {
	background-image:url(../images/bg_box-produkt-auswahl_act.png);
}
.box-produkt-auswahl h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	color: #575656;
	font-family: Arial, Verdana, sans-serif;
}
.box-produkt-auswahl h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	color: #575656;/*font-family: UniversCondensedLight, Arial, Verdana, sans-serif;*/
}
.box-produkt-auswahl .sorte {
	display: block;
	margin: 0;
	padding: 0;
	width:auto;
	height: 100px;
	line-height: 100px !important;
	font-size: 16px;
	line-height: 16px;
	color: #575656;
	font-family: Arial, Verdana, sans-serif;
	text-align:center;
}
.box-produkt-auswahl:hover .sorte {
	color: #c20066;
}
/* Liste */ 
.content-list {
/*border: 3px dotted red;*/
}
.box-produkt {
	float: left;
	width: 350px;
	height: 100px;
	overflow:hidden;
	padding: 0px;
	margin: 0 20px 5px 0;
	background-image:url(../images/bg_box-produkt.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	cursor: pointer;
	font-size: 9px;
	line-height: 12px;
	color: #575656;
	background-color: #fff;/*font-family: UniversCondensedLight, Arial, Verdana, sans-serif;*/
}
.box-produkt.r {
	margin-right: 0px;
	margin-left: 15px;
}
.box-produkt:hover {
	background-image:url(../images/bg_box-produkt_act.png);
}
.box-produkt p {
}
.box-produkt .artikel {
	float: left;
	width: 63px;
	height: auto;
	padding: 5px 0 0 7px;
	margin: 0;
}
.box-produkt .artikel h1 {
	display: block;
	width: 70px;
	height: 100px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Arial, Verdana, sans-serif;
}
.box-produkt .img {
	float: left;
	width: 100px;
	height: auto;
	padding: 0;
	margin: 0;
}
.box-produkt .text {
	float: left;
	width: 175px;
	height: auto;
	padding: 5px 0 0 5px;
	margin: 0;
	line-height: 120%;
}
.box-produkt .text h2 {
	font-size: 12px;
	line-height: 14px;
	color: #575656;
	padding: 0 0 4px 0;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
}
.box-produkt .text .nm {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 9px;
}
/* Produkt */
.right.product {
	position: relative;
	width: 800px !important;
}
.right.product .content-left {
	float: left;
	width: 540px;
	height: auto;
	padding: 0px 20px 20px 20px;
	margin: 0 5px 0 0;
	background-color: #fff;
}
.right.product .content-left .img {
	padding: 0;
	margin: 12px 0 12px 0;
}
/* Zeichung */
.zeichung {
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
}
.zeichung_buttons {
	width: auto;
	height: auto;
	margin: 20px 0 20px 0;
	padding: 0 0 0 100px;
}
.zeichung_buttons .linkZoom {
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	background-image:url(../images/zoom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.zeichung_buttons .linkZoom:hover {
	background-image:url(../images/zoom_mouseover.png);
}
.zeichung_buttons .linkPdf {
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	background-image:url(../images/pdf.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.zeichung_buttons .linkPdf:hover {
	background-image:url(../images/pdf_mouseover.png);
}
.content-left .tabDet {
	margin: 0;
	padding: 0;
	border: 0;
	width: 520px;
}
.content-left .tabDet td {
	border: 0;
}
.content-left .tabDet .l {
	width: 330px;
}
.content-left .tabDet .r {
	vertical-align: middle;
	text-align:center;
}
.content-left .tabDet tr {
	border: 0;
}
.right.product .content-right {
	float: left;
	width: 160px;
	height: auto;
	padding: 0 0 500px 0;
	margin: 0;
	background-color: #fff;/*position: relative;
	z-index: 0;*/
}
.right.product .content-right .img {
	padding: 0;
	margin: 0 0 0px 0;
}
.right.product .content-right .text {
	padding: 6px;
	margin: 10px 0 10px 0;
}
.right.product .content-right .separator {
	width: 160px;
	height: 10px;
	padding: 0;
	margin: 10px 0 10px 0;
	background-image:url(../images/separator-produkte-rechts.png);
	background-repeat:no-repeat;
	background-position: 0 0;
}
.divPlayerWrapper {
	height: 130px;
}
#divPlayerCell {
	position:absolute;
	z-index: 1;
	right:55px;
	top:210px;
	vertical-align:top;
	display:table-cell;
}
#divPlayer {
/*margin: 0;
	padding: 0;
	width: 160px;
	height: 120px;
	float:right;
	border: 0;*/
	/*position:absolute;
	z-index: 88;*/
}
.right.product .content-right .logo-tuev {
	width: 160px;
	text-align: center;
	padding: 0;
	margin: 200px 0 20px 0;
}
.logo-tuev-eig {
	width: 160px;
	text-align: center;
	padding: 0;
	margin: 80px 0 20px 0;
}
.content-download {
	padding: 0;
	margin: 20px 0 20px 0;
}
#tabelle {
	position: relative;
	width: 980px;
	/*background-color: #ccc;*/
	padding: 0;
	margin: 20px 0 20px 0;
}
#tabelle table {
	padding:0;
	margin: 0;
	width: auto;
	background-color: #e5e5e5;
}
.kartenreiter {
	position: relative;
	left: -20px;
	height: 20px;
	padding: 0;
	margin: 0 0 5px 0;
	width:auto;
	list-style-type: none !important;
	list-style-image: none !important;
}
.kartenreiter li {
	float: left;
	height: 20px;
	width:auto;
	padding: 0;
	margin: 0 6px 0 0;
}
.kartenreiter li a {
	display: block;
	width:160px;
	height: 14px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	padding: 2px 0 4px 10px;
	letter-spacing: -0.04em;
	margin: 0;
	background-color: #575656;
	text-decoration: none;
}
.kartenreiter li a:hover, .kartenreiter li#active a {
	color: #fff;
	background-color: #c20066;
}
ul.ausfuehrung {
	list-style-image:url(../images/bullet_produkte-box.png);
	margin: 0;
	padding: 4px 0 6px 8px;
	width: 500px;
	position: relative;
	right: 5px;
}
ul.ausfuehrung li {
	float: left;
	margin: 0 10px 0 5px;
	width: auto;
	background-image: url(../images/bullet_ausfuehrung.png);
	background-repeat: no-repeat;
	background-position: center right;
}
ul.ausfuehrung li.last {
	background-image: none;
}
ul.ausfuehrung li a {
	display: block;
	margin-right: 10px;
}
/* Branchen */
.box-branchen {
	width: 220px;
	height: 136px;
	overflow: hidden;
	float: left;
	margin: 20px 10px 0 0;
}
.box-branchen .img {
	float: left;
	width: 96px;
	height: 136px;
	overflow: hidden;
}
.box-branchen .text a {
	float: left;
	width: 118px;
	height: 136px;
	padding: 89px 0 0 6px;
	overflow: hidden;
	color: #6a6a68;
}
.box-branchen .text a:hover {
	color: #c20066;
	text-decoration: none;
}
.box-branchen .text h2, .box-branchen .text h2 a, .box-branchen .text h2 a:hover {
	font-size: 30px;
	line-height: 30px;
	color: #c5c6c6;
}
.box-branchen .text p, .box-branchen .text p a, .box-branchen .text p a:hover {
	font-size: 11px;
	line-height: 10px;
	margin-top: 3px;
}

/* News */
.box-news {
	width: 540px;
	height: auto;
	overflow: hidden;
	padding: 10px;
	margin: 0;
	-moz-box-shadow:3.5px 3.5px 5px #ccc;
	-webkit-box-shadow:3.5px 3.5px 5px #ccc;
	box-shadow:3.5px 3.5px 5px #ccc;
}
.box-news .img {
	float: left;
	width: 140px;
	height: auto;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.box-news .text {
	float: left;
	width: 380px;
  padding-top: 0px;
}
/*.box-news h2 {
	margin: 0 0 6px 0;
	padding: 0;
}
.box-news h2,
.box-news h2 a {
	font-size: 14px;
	line-height: 14px;
	color: #c20066;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.box-news h2 a:hover {

	text-decoration: underline;
}*/

.box-news .text p, 
.box-news .text p a, 
.box-news .text p a:hover {
	
}


/* Standort Hauptsitz */
.box-hauptsitz {
	width: 700px;
	height: auto;
	margin: 20px 10px 0 0;
}
.box-hauptsitz .img {
	float: left;
	width: 250px;
	height: auto;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.box-hauptsitz .text {
	float: left;
	width: 250px;
    padding-top: 0px;
}
.box-hauptsitz h2 {
	margin: 0 0 6px 0;
	padding: 0;
}
.box-hauptsitz h2,
.box-hauptsitz h2 a {
	font-size: 14px;
	line-height: 14px;
	color: #c20066;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.box-hauptsitz h2 a:hover {

	text-decoration: underline;
}

.box-hauptsitz .text p, 
.box-hauptsitz .text p a, 
.box-hauptsitz .text p a:hover {
	
}

/* Standortkarte */
#content .right.standorte .karte {
	margin: 20px 0 20px 0;
}
#content .right.standorte .kontakt {
	position: absolute;
	z-index: 11;
	top: 220px;
	left: 620px;
	width: 280px;
	height: auto;
	padding: 0px;
	margin: 0;
	background-color: #fff;
	-moz-box-shadow:3.5px 3.5px 5px 3.5px #ccc;
	-webkit-box-shadow:3.5px 3.5px 5px 3.5px #ccc;
	box-shadow:3.5px 3.5px 5px 3.5px #ccc;
}
#content .right.standorte .kontakt h1 {
	display: block;
	width: 260px;
	line-height: 28px;
	height: 28px;
	background-color: #eee;
	font-size: 13px;
	padding: 0 10px 0 10px;
}
#content .right.standorte .body {
	padding: 10px;
	width: 260px;
}
#content .right.standorte .body .text {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#content .right.standorte .body .text .plz {
	font-size: 37px;
	font-weight: bold;
	line-height: 40% !important;
	margin: 0!important;
	padding: 0!important;
	color: #d6d4d4;
}
#content .right.standorte .body .text .plz span.small {
	font-size: 25px;
}
#content .right.standorte .body .image {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}
#content .right.standorte .footer {
	background-color: #eee;
	width: 260px;
	margin: 0;
	padding: 10px;
}
#content .right.standorte .footer .label {
	clear: both;
	float: left;
	display: block;
	width: 100px;
}
#content .right.standorte .footer .data {
	float: left;
	display: block;
	width: 150px;
}



/* Newsartikel / Fachbeitraege */
#content-list .fachbeitrag {
	width: 660px;
}
.box-newsartikel {
	width: 650px;
	height: auto;
	margin: 20px 10px 0 0;
}
.box-newsartikel .img {
	float: left;
	width: 250px;
	height: auto;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.box-newsartikel .text {
	float: left;
	width: 350px;
    padding-top: 0px;
}
.box-newsartikel h2 {
	margin: 0 0 6px 0;
	padding: 0;
}
.box-newsartikel h2,
.box-newsartikel h2 a {
	font-size: 14px;
	line-height: 14px;
	color: #c20066;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.box-newsartikel h2 a:hover {

	text-decoration: underline;
}

.box-newsartikel .text p, 
.box-newsartikel .text p a, 
.box-newsartikel .text p a:hover {
	
}



/* Bilder News 2 */
.box-news2 {
	width: 700px;
	height: auto;
	margin: 20px 10px 0 0;
}
.box-news2 .img {
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.box-news2 .text {
	float: left;
	width: 300px;
    padding-top: 0px;
}
.box-news2 h2 {
	margin: 0 0 6px 0;
	padding: 0;
}
.box-news2 h2,
.box-news2 h2 a {
	font-size: 14px;
	line-height: 14px;
	color: #c20066;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.box-news2 h2 a:hover {

	text-decoration: underline;
}

.box-news2 .text p, 
.box-news2 .text p a, 
.box-news2 .text p a:hover {
	
}

#accordeon {
	width: 560px;
	overflow: hidden !important;
	padding-right:20px;
}
#accordeon .acc_trigger {
	padding: 0;
	margin: 8px 0px 0 0px;
	background: url(../images/trigger_acc.jpg) no-repeat;
	height: 20px;
	line-height: 20px;
	width: 560px;
	font-size: 14px;
	font-weight: normal;
	outline: 0 none;  
	
}

#accordeon .acc_trigger a {
	text-decoration: none;
	display: block;
	padding: 0px 0 0 5px;
	margin: 0px 0px 3px 0px;
	line-height: 20px;
	border: 0;
	outline: 0 none;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#accordeon .acc_trigger.ui-state-default a {
	color: #484848;
}
#accordeon .acc_trigger.ui-state-default a:hover {
	color: #c20066;
	outline: 0 none;
}
#accordeon .acc_trigger.ui-state-active {
	background-position: left bottom;
	color: #ffffff;
	outline: 0 none;  
}
#accordeon .acc_trigger.ui-state-active a {
	color: #ffffff;
	outline: 0 none;
}

#accordeon .acc_trigger.ui-state-active a:hover {
	color: #ffffff;
	outline: 0 none;
}
