html {
    height: 100%;
}
body {
    background-color: #bababa;
    font-family: arial, sansserif;
    height: 100%;
}

#wrap {
    width: 986px;
    padding: 0 19px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    background-color: white;
    position: relative;
}
		
#startseite #wrap {
	min-height: 800px;
	height: 100% !important;
}

h1 {
    color: #00549c;
    font-weight: bold;
    font-size: 2.4em;
    min-height: 25px;
    line-height: 25px;
	padding: 10px 0;
}

#header h2 {
    color:#00549C;
    font-size:2.4em;
    font-weight:normal;
    height:20px;
    line-height:20px;
}

h2 {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

a, a:link, a:visited {
    color: #00549c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.facebookLike {
	width: 90px;
	height: 20px;
	float: right;
	margin-top: 35px;
	overflow: hidden;
	border: none;
	padding-right: 10px;
}

div#logo {
    background:none repeat scroll 0 0 white;
    height:100%;
    margin:0 auto;
    padding:141px 50px;
    width:924px;
}

div#header {
    width: 1024px;
    height: 95px;
    top: 0;
    left: -19px;
    position: relative;
    margin-bottom: 50px;
    padding-top: 25px;
    background: url(../images/header.jpg) left bottom no-repeat;
}

#startseite div#header {
    width: 100%;
    height: 95px;
    top: 25px;
    left: 0;
    position: relative;
    margin-bottom: 50px;
    padding: 0;
    background: none;
}

#logo_link {
    position:absolute;
    right:10px;
    top:25px;
    z-index:5;
}

#startseite #logo_link {
    top:0;
}

#logo_link a {
    background: transparent;
    height:65px;
    line-height:65px;
    padding:0;
}

#categoryMenu {
	width: 100%;
	height: 24px;
	position: absolute;
	left: 0;
	top: 120px;
	margin-bottom: 2px;
	background: url(../images/sprite.gif) 0 -53px repeat-x;
	font-size: 1.3em;
}

	#categoryMenu ul li {
		float: left;
	}
	
		#categoryMenu ul li a {
			height: 24px;
			line-height: 24px;
			float: left;
			padding: 0 8px;
			color: #FFF;
			font-weight: bold;
		}

		#categoryMenu ul li a:hover,
		#categoryMenu ul li.active a {
			background: #707070;
			text-decoration: none;
		}

#subMenu {
	width: 100%;
	height: 24px;
	position: absolute;
	left: 0;
	top: 146px;
	background: #DFDEDF;
	z-index: 30;
	font-size: 1.3em;
}

	#subMenu ul li {
		float: left;
		position: relative;
		z-index: 40;
	}
	
		#subMenu ul li a {
			min-height: 24px;
			line-height: 24px;
			float: left;
			padding: 0 8px;
			color: #505050;
			font-weight: bold;
		}

		#subMenu ul li:hover a,
		#subMenu ul li.active a {
			color: #FFF;
			background: #707070;
			text-decoration: none;
		}

		#subMenu ul li ul {
			width: 300px;
			height: auto;
			display: none;
			position: absolute;
			left: 0;
			top: 24px;
			border: 1px solid #707070;
			z-index: 50;
		}

		#subMenu ul li:hover ul {
			display: block;
		}

			#subMenu ul li ul li {
				float: none;
				display: block;
				border-top: 1px solid #C4C4C4;
			}

			#subMenu ul li ul li.first {
				border-top: none;
			}


				#subMenu ul li ul li a {
					width: 284px;
					min-height: 24px;
					float: none;
					display: block;
					color: #505050 !important;
					background: #F5F5F5 !important;
					font-weight: normal;
				}

				#subMenu ul li ul li a:hover {
					color: #FFF !important;
					background: #707070 !important;
				}


div#sprachwahl {
    /* padding:0 0 0 31px;*/
    position:absolute;
    top: 250px;
    width:986px;
	height: 550px;
    margin: -63px auto 0;
	background: url(../images/worldmap.png) right top no-repeat;
	
}

#sprachwahl ul {
    overflow: hidden;
}

#sprachwahl ul li {
/*
    float: left;
    padding-left: 56px;
*/
    width: 152px;
	height: 30px;
}

#sprachwahl ul li.lang-0 {
    padding-left: 0;
}

#sprachwahl ul li a {
	color: #666;
}

#sprachwahl ul li a:hover {
	color: #00549C;
	cursor: pointer;
}

#sprachwahl ul li a dd {
	width: 106px;
	float: right;
    background: url("../images/icon_textlink_blau.gif") no-repeat scroll 0 0 transparent;
    display:inline;
    font-size:1.2em;
    height:22px;
    line-height:14px;
    margin-bottom:8px;
    padding-left:16px;
	clear: both;
}

#sprachwahl ul li a dt {
	width: 30px;
	height: 22px;
	float: left;
	overflow: hidden;
	padding-top: 2px;
/*
    margin: 8px 0 0 0;
*/
}

#sprachwahl ul li a:hover dt img {
	margin-left: -32px;
}

div#footer {
    border-top:1px solid #969696;
    overflow:hidden;
    height: 23px;
    position: absolute;
    width: 986px;
    bottom: 10px;
}

#content_wrap #footer p {
    margin: 0;
}

#footer div#signature {
    color:#00549C;
    font-size:1.4em;
    font-weight:bold;
    width:auto;
    right: 0;
    bottom: 0;
    position: absolute;
}

#footer div#signature a {
    font-weight: bold;
    background: transparent;
    height: auto;
    line-height:1em;
    padding:0;
}

ul#breadcrumbs {
	position: relative;
	top: -15px;
	font-size: 1.1em;
}

ul#breadcrumbs li {
    display:inline;
    font-weight:bold;
}

ul#breadcrumbs li a {
    color:#666666;
    font-weight:bold;
    padding:0 3px;
    text-decoration:none;
}

ul#breadcrumbs li.first_crumb a {
    font-weight:normal;
    padding:0 3px 0 0;
}

ul#menu {	
    position: absolute;
    bottom: 0;
}

ul#menu li {
    border-left:1px solid #666666;
    display:inline;
    float:none;
    padding:0 5px;
}

ul#menu li a {
    color:#666666;
    font-weight: bold;
}

ul#menu li.first {
    padding: 0 5px 0 0 ;
    border-left: none;
}

#content_wrap {
    overflow: hidden;
    color: #6E6E6E;
    padding: 27px 0 53px;
}

#content_wrap.schmal #content {
    width: 752px;
    float: left;
}

#content_wrap.breit #content {
    width: 590px;
    float: left;
}

#content_wrap #aside {
    padding: 11px 12px;
    float: left;
    background-color: #F0F0F0;
    margin: 0 0 20px;
}

#content_wrap.schmal #aside {
    width: 210px;
}

#content_wrap.breit #aside {
    width: 380px;
    padding: 11px 12px 4px 4px;
}

#content_wrap #aside h2 {
	height: auto;
}

#content_wrap.breit #aside .csc-header, #content_wrap.breit #aside p.bodytext {
    padding-left: 8px;
}

#content_wrap p {
    font-size: 1.2em;
    margin: 7px 0;
}

#content_wrap h3 {
    line-height: 1.5em;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap {
    margin-right: 40px !important;
    overflow: hidden;
}

div.csc-default {
    overflow: auto;
}

#aside div.csc-default {
    overflow: visible;
}

.csc-default ul {
    list-style:disc outside none;
    margin-bottom:20px;
    margin-left:14px;
}

#signature div.csc-default {
    overflow: visible;
}

.sitemap .csc-default ul {
    list-style:none outside none;
    margin:0;
    width:892px;
    border: 1px solid white;
    border-width: 1px 0;
}

#sprachwahl ul li a:hover dd {
    text-decoration: underline;
}

ul#breadcrumbs li a:hover {
    text-decoration: underline;
}

#content {
/*    padding-top: 11px;*/
}

.csc-default h3 {
    margin-top:10px;
}

.csc-default ul li {
    font-size: 1.2em;
    margin-left: 1px;
}

div#fce_2spalten {
    overflow: auto;
}

#fce_2spalten div.csc-default {
    margin: 0;
}

#fce_2spalten div.first {
    float: left;
    padding: 0 40px 0 0;
    width: 443px;
}

#fce_2spalten div.last {
    float: left;
    padding: 0;

}

ul#address_menu {
    background-color:#F0F0F0;
    margin-bottom:20px;
    padding:11px 19px 11px 11px;
    width:200px;
}

ul#address_menu li {
    font-size:1.2em;
    line-height:1.75em;
    margin-bottom: 10px;
}

ul#address_menu li a {
    color: #6e6e6e;
}

ul#address_menu li + li {
    margin-bottom: 0;
}

ul#address_menu li.active a {
    color: #00549c;
}

#content_wrap #footer .last, #content_wrap #footer .first {
    float: none;
    margin: 0;
}

#content_wrap.flex .first {
    float:left;
    margin-right:50px;
    width:auto;
}

#content_wrap.flex .last {
    float:left;
    width:auto;
}

div#fce_box_address {
    width: 323px;
    margin: 0 0 20px;
}

#fce_box_address h3 {
    background-color:#C9C9CB;
    color:#505149;
    font-size:1.3em;
    height:36px;
    line-height:36px;
    margin:0 0 2px 0;
    padding:0 11px;
}

#fce_box_address div h3 {
    background-color: transparent;
    padding: 16px 0 0;
    font-size: 1.2em;
    font-weight: normal;
    text-decoration: underline;
    color:#666666;
}

#fce_box_address div {
    background-color:#E4E4E6;
    padding:8px 11px 12px;
}

#fce_box_address p {
    color:#666666;
    line-height:1.3em;
    margin:0;
}

#fce_box_address p a:hover {
    font-weight: bold;
}

#fce_box_address p a {
    text-decoration: underline;
    color: #666;
    background: none;
    padding: 0;
    line-height: inherit;
    height: inherit;
}

.bodytext a {
    background:url("../images/icon_textlink_blau.gif") no-repeat scroll left top transparent;
    height:13px;
    line-height:13px;
    padding:0 0 0 16px;
}

.bodytext a.pdf-link {
    background-image:url("../images/icon_pdflink_blau.gif");
    padding-left:41px;
}

.print {
    display: none;
}

div.similar_videos {
    margin:3px 3px;
    min-height:110px;
    overflow:hidden;
    padding:5px 5px;
    width:346px;
}

div.similar_videos.active, div.similar_videos:hover {
    background: #c4c4c4;
}

#aside div.tx-damfrontend-pi1 {
    height:497px;
    margin:7px 0 0;
    overflow:auto;
    /*  background:url("../images/bg_shadow.png") no-repeat scroll left top transparent;
      padding:0px 0 0;
      position: relative;*/
}

div.similar_videos a {
    display:block;
    float:left;
    margin:0 8px 0 0;
    width:164px;
}

#content_wrap div.similar_videos p {
    float:left;
    margin: 0;
    width: 172px;
    padding: 0;
}

#logo_link div.csc-default {
    overflow:hidden;
}

div.similar_videos p a, #video_player a {
    background:url("../images/icon_textlink_blau.gif") no-repeat scroll left top transparent;
    display:inline;
    float:none;
    margin:0;
    padding:0 0 0 16px;
}

#video_player a.pdf-link {
    background-image:url("../images/icon_pdflink_blau.gif");
    padding-left: 41px;
}

#video_player object {
    margin-bottom: 20px;
}
#video_player {
    min-height: 550px;
}

#video_player p {
    padding-right: 19px;
}

#video_player p.link {
    margin-bottom: 10px !important;
}

#content #video_player h2 {
    padding-right: 19px;
}

div.similar_videos p em {
    color:#6E6E6E;
    line-height:2em;
}

#video_player h2 {
    height: 64px;
    margin-bottom: 0px;
}

#video_player h2 strong {
    display: block;
    margin:3px 0 0;
}

.breit #aside h2  {
    height: 39px;
}

#content_wrap p.videono {
    margin-bottom: 6px;
}

/*
.breit #aside {
    padding-bottom: 36px !important;
}
*/

#content_wrap .links_branchen p.bodytext {
    margin-bottom: 10px !important;
}
#content_wrap .links_branchen h3 {
    font-size:1.4em;
    font-weight:bold;
    margin:15px 0 10px;
}

#content_wrap .sitemap table {
    table-layout: fixed;
    width: 892px;
}

.sitemap li {
    background-color:#E4E4E4;
    border:2px solid white;
    font-size:1.2em;
    padding:5px;
    border-width: 1px 2px;
}

#content_wrap .sitemap td {
    background-color: #e4e4e4;
}

.sitemap h2 {
    background-color:#C4C4C4;
    border-color:white;
    border-style:solid solid none;
    border-width:2px 2px 0;
    color:#505050;
    font-size:1.3em;
    margin:0;
    padding:5px;
    width:878px;
}

#content_wrap .sitemap th {
    background-color: #C4C4C4;
    color: #505050;
    font-weight: bold;
}

#content_wrap .sitemap th, #content_wrap .sitemap td {
    border:2px solid white;
    font-size:1.2em;
    padding:5px;
    text-align:left;
    vertical-align:top;
}

#content_wrap.schmal .links_branchen h3 {
    margin-top: 0px;
}

#content_wrap td {
    width: 583px;
    padding: 8px 30px 12px 0;

}
.schmal #content p.bodytext, .breit #content p.bodytext,
.schmal #content h2, .breit #content h2 {
    padding-right: 36px;
}

#content div.csc-textpic {
    margin-top: 5px;
}

.schmal div.csc-textpic-intext-left div.csc-textpic-imagewrap {
    margin-right:27px !important;
}

#content_wrap th {
    width: 72px;
    padding: 6px 6px 8px 0px;
    vertical-align: top;
}

#content_wrap th p {
    font-size: 1.3em;
    font-weight: bold;
}

#content_wrap table.table_brochures {
    margin-bottom: 20px;
}

#content_wrap .table_brochures th {
    background-color:#C9C9CB;
    color:#53544C;
    padding:13px 10px 9px;
    width: 340px;
    border: 2px solid #fff;
    border-left-width: 0;
}

#content_wrap .table_brochures td {
    background-color:#E4E4E6;
    color:#666666;
    padding:10px 10px;
    width:340px;
    border: 2px solid #fff;
    border-left-width: 0;
}


#content_wrap .table_brochures td p {
    margin: 0;
}

#content_wrap .table_brochures th p {
    margin: 0;
}

#content_wrap .table_brochures caption {
    display: none;
}

#content_wrap .table_brochures td a {
    background-image:  none;
    padding: 0;
}

#content_wrap .table_brochures td.align-center {
    padding: 10px;
    width: 66px;
}

#content_wrap .table_brochures th.align-center {
    padding: 13px 10px 9px;
    width: 66px;
}

#content_wrap .table_brochures td + td,   #content_wrap .table_brochures th + th {
    width: 66px;
}

.align-center, .align-center p {
    text-align: center;
}

ul.menu_text_bild {
    list-style:none outside none;
    margin-left:0;
    margin-bottom: 0;
    overflow:hidden;
}

ul.menu_text_bild li {
    float:left;
    margin:0 50px 25px 0;
    width:200px;
}

.schmal #aside ul.menu_text_bild li {
    float:none;
	    margin:25px 0 0px;
    width:200px;
}

.schmal #aside ul.menu_text_bild li.first {
    margin:0;
}

.schmal #aside ul.menu_text_bild li a {
    margin: 0;
}

ul.menu_text_bild li a {
    display:block;
    margin:0 0 15px;
}

ul.menu_text_bild li a:hover {
    text-decoration: none;
}

ul.menu_text_bild li a strong {
    background:url("../images/icon_textlink_blau.gif") no-repeat scroll left top transparent;
    height:13px;
    line-height:13px;
    padding:0 0 0 16px;
}

ul.menu_text_bild li a:hover strong {
    text-decoration: underline;
}

ul.menu_text_bild li a img {
    margin: 8px 0 0;
}

ul.menu_text_bild li p {
    font-size:1em !important;
}

div#content img {
    background-color: transparent;
    padding: 0;
    border: 0 none;
}

.branch-sitemap p.active {
	display: none;
}




div.sexybookmarks {
	margin-bottom: 10px;
}

div.sexybookmarks ul.socials {
	min-width: 217px;
	margin: 0 -2px;
	padding: 0px 2px 0 2px;
	list-style-type: none;
}

div.sexybookmarks ul.socials li {
	background: none;
	float: left;
}

div.sexybookmarks ul.socials li.hover {
	width: 32px;
	height: 32px;
	position: relative;
	margin: 0 -2px;
	padding-bottom: 10px;
	z-index: 10;
}

	div.sexybookmarks ul.socials li.hover a {
		width: 32px;
		height: 32px;
		display: block;
		position: relative;
		font-size: 0;
		overflow: hidden;
	}

	div.sexybookmarks ul.socials li.hover a:hover {
		z-index: 10;
	}
		div.sexybookmarks ul.socials li.hover a img {
			position: absolute;
			left: 0;
			top: -32px;
		}

		div.sexybookmarks ul.socials li.hover a:hover img {
			top: 0;
		}

	div.sexybookmarks ul.socials li.hover .title {
		position: absolute;
		bottom: -5px;
		left: 0;
		display: none;
	}

	div.sexybookmarks ul.socials li.hover:hover .title {
		display: block;
		font-size: 0.8em;
		text-transform: uppercase;
	}

	div.sexybookmarks ul.socials li.email a.emailLink {
		width: 53px;
		height: 20px;
		background: url(../images/email.png) left top no-repeat;
		display: block;
	}

	div.sexybookmarks ul.socials li.email a.emailLink:hover {
		text-decoration: none;
		background: url(../images/email_hover.png) left top no-repeat;
	}


