/* CSS Document */
HTML {
	height:100%;
	min-height:100%;
	background-image:url(images/bg_center.gif);
	background-repeat:repeat-y;
	background-position:center;
}
BODY {
	height:200px;
	min-height:200px;
	background: #fff url(images/bg_main.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	text-align:center;

}
p{padding:0;margin:0 0 0.8em;}
H1, H2 {
	padding:0;
	margin:0;
}
H1 {
	font-size:20px;
	color:#1985AC;
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
H2 {
	font-size:11px;
	padding:0;
	margin:0 0 16px 0;
}

/*HL aktuelles*/
H3 {
	font-size:11px;
	padding:0;
	margin:0 0 10px 0;
	line-height:11px;
	text-transform:uppercase;
	font-weight:normal;
}

.small {
	font-size:10px;
	text-transform:none;
}

A {
	text-decoration:underline;
  	color:#1985AC;
}
A:HOVER {
	color:#000;
}

#center {
	margin:0 auto;
	text-align:left;
	width:998px;
}

#logo {
	position:absolute;
	top:0;
	width:242px;
	height:160px;
	min-height:160px;
}

#banner {
	position:absolute;
	text-align:right;
	width:990px;
	top:44px;
}

#middle {
	position:absolute;
	top:160px;
	width:998px;
	z-index:3;
}

#content {
	position:absolute;
	left:270px;
	top:59px;
	z-index:4;
	width:720px;
	min-height:350px;
	color:#333;
	line-height:18px;
	padding-bottom: 20px;
}
#content-2-col {
	width:720px;
}
#content-left {
	width:455px;
	padding:0 25px 30px 0;
	z-index:6;
}

#content-right {
	position:absolute;
	left:485px;
	top:0;
	text-align:left;
	float:right;
	width:235px;
	padding:5px 0 30px 0;
	z-index:7;
}

.aktuelles {
	text-align:left;
	width:100%;
	background-color:#EDF5F9;
	padding:3px 5px;
	margin:0 0 20px 0;
	border-top:1px dotted #1985AD;
}


#content-right .box, .csc-frame.csc-frame-frame1 {
	text-align:left;
	background-color:#FAFAFA;
	padding:10px;
	margin:20px 0 0 0;
	border:1px solid #ccc;
}

#content-right .box H2, #content-right .box H2 A, .csc-frame.csc-frame-frame1 H2, .csc-frame.csc-frame-frame1 H2 A {
	font-size:11px;
	color:#595959;
	background:#EAEAEA url(images/bg_h2right.gif) repeat-x;
	padding:3px 10px;
	margin:-10px -10px 10px -10px;
	text-decoration:none;
}

#content-right .box P, #content-right .box IMG, #content-right .box DD, .csc-frame.csc-frame-frame1 P, .csc-frame.csc-frame-frame1 IMG, .csc-frame.csc-frame-frame1 DD {
	font-size:11px;
	color:#595959;
}

a img { border:0 none; padding:0 !important; margin:0; }
dt a img {}

#content-right .box DD, .csc-frame.csc-frame-frame1 DD {
	padding:0 5px 2px 0;
}

/* Mainmenu */

#mainmenu {
	position:absolute;
	left:0;
	top:0;
	background: #1984AE url(images/bg_nav.gif) repeat-x;
	width:242px;
	min-height:635px;
	height:635px;
	z-index:5;

}


#mainmenu UL {
	list-style-type:none;
	padding:0;
	margin:85px 0 0 16px;
	border-top:1px solid #A1C1D0;
}

#mainmenu UL UL {
	border:0 none;
	margin:0;
}

#mainmenu LI {
	list-style-type:none;
	padding:0;
	margin:0;
}

#mainmenu LI A {
	width:211px;
	padding:8px 0 8px 15px;
	margin:0;
	text-decoration:none;
	color:#fff;
	display:block;
	border-bottom:1px solid #A1C1D0;
	text-transform:uppercase;
	font-size:11px;
	line-height:150%;
	letter-spacing:2px;
}

#mainmenu LI A:HOVER {
	background-color:#1985AC;
}

#mainmenu LI LI A {
	padding:8px 0 8px 35px;
	width:191px;
	font-weight:normal;
}

#mainmenu LI LI A:HOVER {
	background-color:#1985AC;
	color:#fff;
}

#mainmenu LI LI LI A {
	padding:5px 0 5px 35px;
	width:138px;
	font-weight:normal;
}

#mainmenu LI LI LI A:HOVER {
	background-color:#ACD8D8;
	color:#006666;
}

#mainmenu LI.on A {
	background-color:#1985AC;
	background-image:url(images/pfeil-runter.gif);
	background-repeat:no-repeat;
	background-position:5px 14px;
}

#mainmenu LI.on LI A {
	background-image:none;
	background-color:transparent;
}
#mainmenu LI.on LI A:HOVER {
	background-color:#1985AC;
}
#mainmenu LI LI.on A, #mainmenu LI LI.on A:HOVER {
	background-image:url(images/pfeil-rechts.gif);
	background-repeat:no-repeat;
	background-position:24px 14px;
	background-color:#1985AC;
}

#mainmenu LI LI.on LI A, #mainmenu LI LI.on LI A:HOVER {
	background-position:18px 9px;
	background-image:none;
}

#mainmenu LI LI.on LI.on A, #mainmenu LI LI.on LI.on A:HOVER {
	background-image:url(images/pfeil.gif);
}

/* End Mainmenu */

#toolsmenu, #langmenu {
	position:absolute;
	top:0;
	width:998px;
	height:30px;
	min-height:30px;
	padding:5px 0 0 0;
	text-align:right;
	font-size:10px;
	letter-spacing:2px;
}

#langmenu {
	top:135px;
	color:#fff;
}

#toolsmenu UL, #langmenu UL {
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}
#toolsmenu LI, #langmenu LI {
	list-style:none;
	float:left;
	border-left:1px solid #999;
}

#toolsmenu LI {
	margin-left:10px;
}

#langmenu LI {
	border-color:#fff;
}
#langmenu LI.first {
	border:0 none;
}
#toolsmenu LI A, #langmenu LI A {
	padding:2px 5px;
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
}
#langmenu LI A {
	padding:2px 8px;
	color:#fff;
}
#toolsmenu LI A:HOVER, #toolsmenu LI.on A {
	color:#000;
}
#langmenu LI A:HOVER, #langmenu LI.on A {
	font-weight:bold;
}
.fixfloat {
	clear:both;
	float:none;
	height:1px;
	font-size:1px;
}
#footer {
	display:none;
}
form#mailform {
	width: 455px;
}

form#mailform fieldset {
	border: 1px solid #EDF5F9;
	background-color:#EDF5F9;
	padding: 10px;
}

form#mailform DIV.csc-mailform-field {
	clear: both;
	padding-top: 5px;
}

form#mailform DIV.csc-mailform-field label {
	float: left;
	width: 120px;
	text-align: right;
	background-color:#EDF5F9;
}

form#mailform DIV.csc-mailform-field input, form#mailform DIV.csc-mailform-field textarea {
	float: right;
	width: 280px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

form#mailform DIV.csc-mailform-field input.csc-mailform-submit {
	background-color:#1985AD;
	color:#fff;
	border:1px solid #1985AD;
	text-align:center;
	width: 280px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:11px;
}
.csc-textpic-caption {
	color:#999;
	font-size:10px;
}
.external-link-new-window, .tx-meszdevices-external-link {
	padding-left:16px;
	background-image:url(../assets/images/link.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
}
.back-link A, .top-link A, .more-link A, .tx-meszdevices-pi1-backlink A, .tx-meszdevices-pi1-details-link A {
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	background-repeat:no-repeat;
}

.back-link A, .tx-meszdevices-pi1-backlink A {
	padding-left:10px;
	background-image:url(images/pfeil-back.gif);
	background-position:left 4px;
}

.top-link A {
	padding-left:10px;
	background-image:url(images/pfeil-top.gif);
	background-position:left 4px;
}

.more-link A, .tx-meszdevices-pi1-details-link A {
	padding-right:10px;
	background-image:url(images/pfeil-mehr.gif);
	background-position:right 4px;
}
.rightbox .tx-meszdevices-pi1-details-link {
  padding-top:10px;
  padding-bottom:10px;
}

/*ab hier nichts mehr editiert*/
.tx-meszdevices-pi1 H1 {
  margin-bottom:20px;
}
.tx-meszdevices-pi1-listitem-even, .tx-meszdevices-pi1-listitem-odd {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.tx-meszdevices-pi1-description {
	text-align:left;
	background-color:#EDF5F9;
	padding:10px;
	margin:0 0 10px 0;
	border-top:1px dotted #1985AD;
}
.tx-meszdevices-pi1-listitem-even H2, .tx-meszdevices-pi1-listitem-odd H2 {
	font-size:11px;
	padding:3px 5px;
	margin:0;
	line-height:11px;
	text-transform:uppercase;
	font-weight:normal;
}
.tx-meszdevices-pi1-listitem-even H2 A, .tx-meszdevices-pi1-listitem-odd H2 A {
  text-decoration:none;
  display:block;
}

.tx-meszdevices-pi1 a.rzcolorbox.cboxElement {margin-right:5px;}
.tx-meszdevices-pi1-description-short, .tx-meszdevices-pi1-details-link {
  padding:0 0 20px 0;
}
.box .tx-meszdevices-pi1-details-link {
  padding:10px 0;
}

.tx-meszdevices-pi1-images {
  float:right;
  text-align:right;
  margin-left:10px;
}
.tx-meszdevices-pi1-images IMG {
  padding:0 0 0px 0;
}

.tx-meszdevices-pi1-description-title {
  display:block;
}
.tx-meszdevices-pi1-table {
	width:100%;
}
.tx-meszdevices-pi1-table IMG {
	padding:0 5px 0 0;
}
.tx-meszdevices-pi1-table TH {
	padding-right:10px;
	vertical-align:baseline;
	text-transform:uppercase;
	padding-bottom:5px;
	width:115px;
}
.tx-meszdevices-pi1-table TD {
	vertical-align:baseline;
	padding-bottom:5px;
}
.tx-meszdevices-pi1-table1 {
	padding:0;
	margin:20px 0 20px 0;
	border-collapse:collapse;
	width:100%;
}
.tx-meszdevices-pi1-table1 THEAD {
	border-bottom:1px dotted #999;
}
.tx-meszdevices-pi1-table1 TH {
	color:#666;
	padding:0;
	padding:0 0 2px 0;
	margin:0 10px 5px 0;
}
.tx-meszdevices-pi1-table1 TD {
	vertical-align:baseline;
	padding:2px 10px 0 0;
}
.tx-meszdevices-pi1-backlink {	
	padding: 20px 0 0 0;
	margin-top:20px;
}

