@charset "UTF-8";
/* CSS Document - SESTEC - ALLGEMEIN */

body { margin: 0px; font-family: Arial, Verdana, Helvetica, sans-serif;}

/* 100% Hintergrundbild - ANFANG */
html, body, #bg, #bg table, #bg td {
width:100%;
height:100%;
overflow:hidden;
}
#bg div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
	background-color: #000;
}
#bg td {
vertical-align:middle;
text-align:center;
}
#bg img {
min-height:50%;
min-width:50%;
margin:0 auto;
display:block;
}
/* 100% Hintergrundbild - ENDE */

#wrapper { left: 0; top: 0; overflow: auto; position: absolute; z-index: 10; width:100%; height:100%;}
#wrap {
	margin: auto;
	width: 100%;
	height:auto;
	position: relative;
	padding-bottom: 0px;
	
}
#contentwrap {
	margin: auto;
	background-image: url(../img/white80.png);
	position: relative;
	top: 20px;
	padding-bottom: 20px;
}
#wrapinner {
	margin: auto;
	width: 900px;
	position: relative;
	top: 0px;
}

#navibg {
	position: relative;
	top: 0px;
	width: 100%;
	background-image: url(../img/black60.png);
	height: 70px;
}

#logobg {
	position: relative;
	top: 10px;
	width: 100%;
	height: 70px;
}
#logo {
	position: relative;
	z-index: 20;
	top: 0px;
	margin: auto;
	width: 900px;
	padding-right:20px;
}

/* CONTENT */
#content {
	height: auto;
	font-size: 100%;
	line-height: 140%;
	color: #333;
}

#content .thumb { border: 1px solid #999; border-radius: 6px;}
#content .link { text-decoration:none; color: #333; padding-left: 0px;}
#content .headline {font-style: normal; font-weight: 700; font-size: 20px; line-height: 140%; margin: 0; color: #296bb7; border-bottom: 1px solid #296bb7;}
#content .list {font-style: normal; font-weight: 700; font-size: 20px; line-height: 140%; margin: 0; color: #296bb7;}
#content .name {padding-left: 0px;}
#content .disc {padding-left: 0px;}
#content .imprint {
	font-size: 85%;
	line-height: 140%;
	text-align: justify;
}
#content .mini {
	line-height: 160%;
	padding: 0;
	margin: 0;
	word-spacing: 0.3em;
}

#content h2 {font-style: normal; font-weight: 400; font-size: 300%; line-height: 100%; margin: 0; color: #999;}
#content h3 {font-style: normal; font-weight: 500; color: #296bb7; font-size: 140%; line-height: 100%;}
#content h4 {font-style: normal; font-weight: 700; font-size: 20px; line-height: 140%; margin: 0; color: #296bb7; border-bottom: 1px solid #296bb7; }
#content h5 {font-style: normal; font-weight: 500; font-size: 16px; line-height: 120%; margin: 0; color: #296bb7;}

#content a { color: #666;}
#content a:hover { text-decoration: none; color: #296bb7;}

#content-main {
	width: 600px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content-lang {
	width: 100%;
	height: 380px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content-lang2 {
	width: 100%;
	height: 610px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content .legende1 {
	position: relative;
	width: 270px;
	float: left;
}

#content-box {
	height: 100%;
	width: 270px;
	border-left: 1px solid #296bb7;
	top: 0px;
	position: absolute;
	left: 620px;
	bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#content-box h2 {font-style: normal; font-weight: 400; font-size: 120%; line-height: 100%; margin: 0; color: #296bb7;}
#content-box h3 {font-style: normal; font-weight: 400; color: #666; font-size: 22px; line-height: 0.15;}
#content-box .norm {
	font-size: 85%;
	line-height: 140%;
	text-align: left;
}
.image { width:250px; padding:0px;}

#footer {
	position: relative;
	margin: auto;
	bottom: 0px;
	width: 900px;
	font-size: 10px;
	color: #999;
}

/* SESTEC - ALLGEMEIN ENDE*/

/* Navigation - ANFANG */
div#navigation { /* Positionierung der Navi */
position: relative;
display: block;
margin: auto;
top: 40px;
width: 900px;
height: 30px;

}
div#navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;  
	top: 0; 
	left: 0px; 
	z-index: 50;
}
div#navigation ul li { /* all list items */
	float: left;
	position: relative;
	width: auto;
}
div#navigation ul li a {
	color: #f1f1f1;
	font-size: 13px;
	padding: 0 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	border-left:
; 	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
div#navigation ul li a:hover {
	color: #fff;
	background-color: #296bb7;
}
div#navigation ul li ul { /* second-level lists */
	display: none;
	position: absolute;
	z-index: 51;
	top: 30px;
	left: 0;
	width: 170px;
	height: auto;
	line-height: 0;
}
div#navigation ul li ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: #666 dotted 1px;
}
div#navigation ul li ul li a {
	color: #f1f1f1;
	background-color: #333;
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
}
div#navigation ul li ul li a:hover {
	color: #fff;
	background-color: #296bb7;
}
div#navigation li>div#navigation ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
div#navigation li:hover ul, div#navigation li.over ul { /* lists nested under hovered list items */
	display: block;
}
/* AKTIVER ZUSTAND der ersten Navigatins-Ebene über die body-ID */
#home #nav a.home, #unternehmen #nav a.unternehmen, #leistungen #nav a.leistungen, #leistungen1 #nav a.leistungen1, #leistungen2 #nav a.leistungen2, #leistungen3 #nav a.leistungen3, #referenzen #nav a.referenzen, #abwicklung #nav a.abwicklung, #kontakt #nav a.kontakt, #kontakt1 #nav a.kontakt1, #kontakt2 #nav a.kontakt2, #kontakt3 #nav a.kontakt3, #kontakt4 #nav a.kontakt4, #datenschutz #nav a.datenschutz
{ border-bottom: #296bb7 solid 4px;}

/* Navigation - ENDE */

/* - Spry CollapsiblePanel ANFANG*/
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border: solid 0px #333;
}
.CollapsiblePanelTab {
	color: #fff;		/* Text-FARBE Registerkarte "NORMAL" */
	border-bottom: solid 1px #333;
	margin: 0px;
	padding: 2px 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.CollapsiblePanelTab:hover {
	color: #dcdcdc;		/* Text-FARBE Registerkarte "HOVER" */
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px; /* Achtung: Hier KEIN padding angeben */
}
.CollapsiblePanelContent .inner {
	padding: 0 10px 0 10px;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #296bb7;		/* FARBE Registerkarte "OFFEN" */
}
.CollapsiblePanelClosed .CollapsiblePanelTab {
	background-color: #296bb7;		/* FARBE Registerkarte "GESCHLOSSEN" */
	border-bottom-color: #fff;
}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #296bb7;		/* FARBE Registerkarte "HOVER" */
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #296bb7;		/* FARBE Registerkarte "FOCUS" */
}
/* - - - - - - ###- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.CollapsiblePanelOpen .CollapsiblePanelTab .CollPanTabMax { 
display: none; /* Text: "maximieren" unsichtbar, wenn OFFEN */
}
.CollapsiblePanelClosed .CollapsiblePanelTab .CollPanTabMin { 
display: none; /* Text: "minimieren" unsichtbar, wenn GESCHLOSSEN */
}
/* - Spry CollapsiblePanel ENDE*/