/* CSS Document */
#header {
        height: 125px;
        border: 1px solid #000;
        border-bottom: none;
}

#header .logo,
#header .headertheaser,
#header .locations {
        float: left;
}

#header .logo {
        padding: 26px 15px 26px 16px;
}
#header .headertheaser {
        width: 395px;
        height: 125px;
        position: relative;
}
#header .headertheaser .blogAuthor{
		position: absolute;
		left: 321px;
		top: 0;
}
#header .locations div {
        padding: 10px 0;
        margin: 20px 15px 0 0;
        float: left;
}
#topNavRound {
        height: auto;
        padding-top: 0;
        color: #fff;
}

#topNavRound.insel,
#footer.insel{
    background: #d02128; 
}
#topNavRound.vz,
#footer.vz{
    background: #7a9b27; 
}
#topNavRound.fws,
#footer.fws{
    background: #0661ac;
}
#topNavRound.bn,
#footer.bn{
    background: #fea421;     
}
/*#topNavRound.bn a,
#footer.bn a,
#topNavRound.bn a:hover,
#footer.bn a:hover,
#topNavRound.bn a:link,
#footer.bn a:link,
#topNavRound.bn a:visited,
#footer.bn a:visited,
#footer.bn li{
    color: #000;
}*/
#topNavRound .mainmenu {
             width: 715px;
             margin: 0 2px 0 3px;
}
#topNavRound a{
             color: #fff;
}
#topNavRound a:active,
#topNavRound a:hover,
#topNavRound .activeMiddle a {
             color: #000;           
}
#topNavRound .topItem,
#topNavRound .active {
    height: 25px;
    background: none;
    padding: 3px 12px 0 12px;
    list-style: none;
}
.left {
      float: left;
}
#topNavRound .location_menu {

}
#topNavRound .location_menu li{
    float: left;
    list-style: none;
    width: 94px;
    text-align: center;
    padding-top: 3px;
}
#topNavRound .location_menu li.last{
    width: 64px;
    padding-left: 15px;
        
}
#topNavRound #dMLanguage {
    height: 25px;
    width: 33px;
}
.clickPathContainer {
    width: 555px; 
    margin-left: 175px;
    padding: 5px 0;
    float: left;
}
.topNavSearch {
    float: left;
    background: none;
}
.serviceNav {
    height: 25px;
    padding: 10px 0 5px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    
}
#search .inputText {
    margin-left: 0;
}
ul#clickPathNew li a {
  /*  background: url("/typo3conf/ext/dm_introbox/Resources/Public/img/menuDot_active.jpg") no-repeat 2px 2px;*/
}
#footer {
    border: 1px solid #000;
    border-top: none;  
    width: 1022px;
    font-size: 13px;
    padding: 5px 0 0;
}
#footer ul li {
		margin: 0;
}
#footer ul.footerPrevList,
#footer ul.footerNextList {
		width: 175px;
		margin: 0;
}
#footer ul.footerPrevList li,
#footer ul.footerNextList li {
		width: 170px;
		margin: 0;
		padding: 2px 0;
}
#footer ul.footerPrevList li {
		text-align: left;
}
#footer ul.footerNextList li {
		text-align: right;
}
#footer ul.footerPrevList a {
		margin-left: 5px;
		padding: 5px 0 5px 20px;
		background: url('Reihennavi_pfeil_links.gif') left 6px  no-repeat;
}
#footer ul.footerNextList a {
		margin-right: 5px;
		padding: 5px 20px 5px 0;
		background: url('Reihennavi_pfeil_rechts.gif') right 6px  no-repeat;
}
#footer ul.centered {
    margin: 0;
    width: 672px;
}
#footer ul.centered li{
    padding: 2px 15px;
    margin: 0 15px;
}
#footer ul.centered li.icon {
	padding: 0 15px;
}

#footer li,
#footer li a,
#footer li a:link,
#footer li a:visited{
    color: #fff;
}
#footer li a:hover,
#footer li a:active {
    color: #000;
    
}

#footer li a {
    padding: 5px 0;
}


