body {
    font-family: Arial;
    font-size: 9pt;
    background-color: #ffffff;
    font-variant: normal;
    font-style: normal;
    text-align: left;
    width: 840px;
    margin: auto;
    line-height: 1.3em;
}
.body {
    font-family: Arial;
    font-size: 9pt;
    background-color: #ffffff;
    font-variant: normal;
    font-style: normal;
    text-align: left;
    width: 840px;
    margin: auto;
}
h1 {
  margin-top: 4px;
  font-size: 12pt;
  font-weight: bold;
  color: #E2001A;
}
h2 {
  color: white;
  font-weight: bolder;
  font-size: 9pt;
  
  height: 20px;
  padding-top: 8px;
  padding-left: 10px;
  width: 252px;
  
  background-color: #E2001A;
}
h3 {
  color: #E2001A;
  font-weight: bold;
  font-size: 12pt;
  margin: 20px 0px 20px 0px;
  padding-left: 16px;
}
ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 16px;
}
li {
  font-size: 8pt;
  line-height: 1.5em;
  margin-left: 12px;
}
h4 {
  font-weight: bold;
  margin-top: 8px;
}

a {
  color: #E2001A;
  text-decoration: none;
  
}
a:hover {
    text-decoration: underline;
}
hr {
  height: 0px;
  margin-top: 10px;
  border: none;
}
hr.grey { border-top: 1px dashed #D0D0CF; }
hr.white { border-top: 1px dashed white; }

#header {
  clear: both;
  margin-bottom: 25px;
}

/* menu */
#menu {
    float: right;
    margin-top: 10px;
}
#menu a {
  color: #E2001A;
  text-decoration: none;
}

#menu .cms_menue a {
  display: block;
  height: 21px;
  float:left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 9px;
  color: #1A171B;
  font-size: 16px;
}
#menu a:hover {
    text-decoration: none;
  	background-color: #f6f6f5;
}
.menuesub2{
	margin-top: -2px;
	margin-left: -3px;	
}
#menu a.maktiv { 
  background: none;
  background-color: #E2001A;
  color: white;
}
#menu div.menuesub2 {
    background-color: #f6f6f5;
}
#menu div.menuesub{
    background-color: #f6f6f5;
    width: 140px;
}
.lvl2{
	z-index: 11;
}
#menu .menuesub a {
    color: black;
    display: block;
    float:none;
    border: none; 
    margin: 0px;
    font-size: 13px;
    height: 14px;
    padding: 7px 5px;
    background-color: #f6f6f5;
  	border: 1px solid #f6f6f5;
}
#menu .menuesub a.maktiv{
    background-color: white;	
}
#menu .menuesub a:hover { 
    background-color: #fefefd;
    background-image: none;
    text-decoration: none;
}
#search {
  float: right;
  text-align: right;
  margin-top: 10px;
}
#search #suchfeld {
  border: 1px solid #D0D0CF;
  width: 200px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8E8E8E;
  padding: 3px;
  padding-right: 20px;
  margin-right: -17px;
}
#search .suchbut {
  position: relative;
  left: -3px;
  top: 2px;
  background: url(images/lupe.png);
  height: 13px;
  width: 13px;
  border: 0;
}
#search a { 
    font-size: 7pt;
    color: #E2001A;
}

.news { 
  height: 338px;
  margin-bottom: 22px;
}
.news .datenuebersicht{
  height: 338px;
  width: 838px;
  position: absolute;
  z-index: 1;
}

.news p {
    position: relative;
    margin: 0;
    padding: 0;
    width: 250px;
    top: 170px;
    left: 36px;
    color: white;
}
.news input {
    border: 1px dashed white;
    width: 142px;
    height: 30px;
}
.news .ueb_nav{
	position: absolute;	
	top: 0;
	right: 0;
    margin: 10px;
    float: right;
    background: url(images/50.png) repeat;
    padding: 5px;
    padding-left: 2px;
  	z-index: 3;
}
.news .ueb_nav a {
    display: blocK;
    float: left;
    height: 15px;  
    width: 15px;
    text-align: center;
    background-color: white;
    border: 1px solid #D0D0CF;
    margin-left: 3px;
    color: #AAACAD;
}
.news .ueb_nav a.maktiv {
    color: #E2001A;
}

/* die drei in der mitte */

#centerdivs h1 {
  color: white;
  font-weight: bolder;
  font-size: 9pt;
  height: 20px;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 10px;
  margin-top: 0px;
  background-color: #E2001A;
}
#centerdivs .spalte1,#centerdivs .spalte2,#centerdivs .spalte3 { 
  width: 262px;
  height: 267px;
  border: 1px solid #D0D0CF;
  background-image: url(images/div-background.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
#centerdivs .spalte2,#centerdivs .spalte3 { 
    width: 262px;
    margin-left: 24px;
}

.listeninhalt div{
    padding: 0 0 10px 12px;
    border-top: 1px dashed #d0d0cf;
}
.listeninhalt div.nr1,.listeninhalt .listendiv{
    border-top: none;
}
.listeninhalt .listendiv{
	padding: 0;
}
/* Loginfeld */

p.login_text {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-left: 12px;
}
#login_table input{
	margin-left: 0;	
  	width: 157px;
}
#login_table { margin: 0px 0px 5px 18px; }
#login_table td {
  padding: 3px;
  padding-left: 0px;
}
.login input {
  border: 1px solid #D0D0CF;
  margin-left: 12px;
}
span.lostpw {
  float: right;
  margin-top: 3px;
  margin-right: 25px;
}
a.lostpw {
  font-size: 8pt;
}

/* footer */ 
div.footer {
  text-align: center;
  margin: 15px;
  clear: both;
}

/* content div unten */

#content { 
  margin-top: 21px; 
  width: 100%;
  
}
#content .column {
  float: left;
  width: 25%;
}
#content .column li {
    line-height: 1.6em;
}
#content div.clear {
  float: none;
  clear:both;
}

/* div modifier */
div.border { border: 1px solid #D0D0CF; }
div.background {
  background-image: url(images/div-background.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
div.clear {
  clear: both;
}

/* ------------ subsite ----------------- */
.SubMenuHeader {
  margin-bottom: 16px;
  border: 1px solid #E2001A;
  width: 242px;
  background-color: #E2001A;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: -10px;
}
.left .cms_menue {
  margin-bottom: 16px;
  border: 1px solid #E2001A;
  width: 262px;
  background-color: #E2001A;
}
.left .cms_menue a:hover{ text-decoration: none; }
.left .sub1 a, .left .sub2 a {
  color: white;
}

.left .sub1 {
  margin: 5px;
  margin-left: 10px;
}
.left .sub2 {
    line-height: 1.7em;
    margin-left: 20px;
}
.left .sub2 a { 
  font-weight: normal;
  display: blocK;
  height: 20px;
  width: 100px;
  padding-left: 12px;

}
.left .sub2 a:hover {
  background-image: url(/dateien/bilder/list.png);
  background-position: left;
  background-repeat: no-repeat;
}

div.banner {
    width: 262px;
}
.nomargin { margin: 0; }
#content_sub p {
    margin-bottom: 10px;
}
div.left { float: left; margin-right: 10px; }
#content_sub {
  margin-left: 280px;
}
#content_sub div.right { float:right; }
#content_sub div.specs {
    width: 320px;
    padding: 10px;
    margin-left: 20px;
}
#content_sub div.container { 
  margin-bottom: 10px;
}
#content_sub ul.specslist {
  margin-left: -10px;
  margin-top: 15px;
}

/*Bildergalerie*/
.katbild{
	height: 193px;
	width:	153px;
	padding: 10px;
	background: url(images/bildbg.gif) no-repeat;
	margin-right: 16px;
	margin-top: 16px;
}
.bildgross{
	width: 531px;
	padding: 10px;
	background: url(images/bild2bg.gif) no-repeat;
	margin-top: 16px;
	border: 1px solid #d0d0cf;
}
.galerie .nr3{
	margin-right: 0;
}
.bildname, .bilddatum{
	color: #e2001a;
	display: block;
	margin-top: 3px;
}
.bilddatum{
	color: #000;	
}
.bigbild{
	padding: 10px;
	background: url(images/bildbg.gif) no-repeat;
}
.bildprev,.bildnext{
	display:block;
	float:left;
	width: 31px;
	height: 28px;
	background: url(images/prev.gif) no-repeat;
}
.bildnext{
	background: url(images/next.gif) no-repeat;
}
.galerienav{
	margin-top: 3px;
	float: right;	
	width: 65px;
}
ul,li{
	padding: 0;
	margin: 0;
}
ul{
	
	padding-left:20px;;	
}
.solutioninh{
	position: absolute;
	z-index: 1;
	width: 120px;
	height: 176px;
	margin: 0;
	padding: 0;
}
.solutioninh img{
	z-index: 1;
	left:0;
}
.solutioninh a{
	height: 110px;
}
.solutiontable td{
	height: 176px;
	margin: 0;
	padding: 0;
}
.solution{
	display: none;
	position: absolute;
	top: 0;
	left: 120px;
	left: -159px;
	z-index: 25;
	background-color: #f4f4f4;
	width: 159px;
	min-height: 134px;
	border: 1px solid #dbdbdb;
}

/*
    submenu hover: F6F6F6
*/  
