/* CSS Document */

body {
    background-color: #ffffff;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    text-align: center;
    margin: 0px;
    padding: 0px;
}


#divContainer {
  position: relative;
  width: 1024px;
  background-color: #fff;
  margin: 0px auto;
  text-align: left;
  height: 629px;
}


#divPrintLogo {
	display: none;
}

#divTopBar {
	position: relative;
	height: 122px;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	text-align: left;
}

#divTopBarLogo {
	position: absolute;
	width: 212px;
	height: 122px;
	left: 0px;
	top: 0px;
}

#divTopBarNav {
	position: absolute;
    height: 40px;
	left: 212px;
	top: 81px;
}

#divTopBarSearch {
	position: absolute;
	width: 350px;
	height: 50px;
	right: 38px;
	top: 6px;
    text-align: right;
        color: #b1b2b3;
}

#divSprachwahl {
    position: absolute;
    left: 212px;
    top: 10px;
}


#divHeaderImage {
	position: absolute;
	top: 122px;
	left: 212px;
	width: 774px;
	height: 490px;
}

#divTeaser {
    position: absolute;
    left: 0px;
    top: 358px;
    width: 484px;
    height: 78px;
    padding: 10px;
    background-color: #006ab3;
    color: #FFFFFF;
}

#divTeaser2 {
    position:absolute;
    left: 509px;
    top: 0px;
    width: 130px;
    height: 457px;
    background-color: #dada11;
    cursor: pointer;
}


#divTeaser3 {
    position:absolute;
    left: 644px;
    top: 0px;
    width: 130px;
    height: 457px;
    background-color: #9cd5e6;
    cursor: pointer;
}

.divTeaserText {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 88px;
    width: 120px;
    padding: 10px 0px 0px 10px;
    color: #FFF;
    border-top: 1px dotted #fff;
}



#divPrint {
    position: absolute;
    left: 172px;
    top: 480px;
    width: 500px;
    height: 24px;
    background-color: white;
    color: #b1b2b3;
}


#divSubnav {
	display: none;
}

#divContent {
	position: absolute;
	left: 40px;
	top: 122px;
	width: 132px;
}

#divBottomBar {
	position: relative;
	height: 50px;
}



.navImg {
	margin: 0px;
}


a.subnav3 {
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	padding: 3px 0px 3px 0px;
}

a.subnav4 {
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	padding: 3px 0px 3px 20px;
}

a.subnavAktiv {
	color: #00529c;
	border-bottom: 2px solid #b6b6b6;
}

.inputLogin {
    width: 160px;
    height: 16px;
    background-color: #ffffff;
    border: none;
}


#divLoginForm {
position: absolute; left: 806px; top: -202px; width: 180px; height: 202px; overflow: hidden; background-color: #dada11; z-index: 1002; color: #ffffff;
}

#divLoginFormSchliessen {
  position: absolute; right: 10px; top: 5px; width: 20px; height: 20px;
}



.serviceLink {
    color: #b1b2b3;
    font-size: 11px;
    text-decoration: none;
}

.serviceTrenner {
    margin: 0px 8px;
}

