@charset "utf-8";
/* CSS Document - SESTEC - ALLGEMEIN */
body { margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(../img/bg_phone.jpg);
	background-repeat: no-repeat;
	background-size:cover; 
}

/* 100% Hintergrundbild - ANFANG */
html, body {
width:0px;
height:auto;
overflow:auto;
}

/* 100% Hintergrundbild - ENDE */

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

#navibg {
	position: absolute;
	margin:auto;
	top: 80px;
	left:5px;
	width: 97%;
	background-image: url(../img/black60.png);
	height: 410px;
	border-radius: 10px;
 	border: 0px solid #cdcdcd;
}

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

/* CONTENT */
#content {
	height: auto;
	font-size: 90%;
	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: 200%; 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: 100%;
	padding: 0px;
}

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

#content-lang2 {
	width: 100%;
	height: 610px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content .legende1 {
	position: relative;
	width: 260px;
	float: left;

}

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

#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 { }
.log { width:210px;}

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

/* SESTEC - ALLGEMEIN ENDE*/

/* Navigation - ANFANG */
div#navigation { /* Positionierung der Navi */
position: absolute;
display: block;
margin: auto;
top: 10px;
width: 100%;


}
div#navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-radius: 5px;
 	border: 0px solid #cdcdcd;
	height: auto;
	
}
div#navigation ul li { /* all list items */

	position: relative;
	width: 100%;
}
div#navigation ul li a {
	color: #f1f1f1;
	font-size: 16px;
	padding: 8px 25px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	border-bottom:
; 	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
div#navigation ul li a:hover {
	color: #fff;
	background-color: #296bb7;
	
}
div#navigation ul li ul { /* second-level lists */
	display: none;
	z-index: 51;
	top: 30px;
	left: 0;
	width: 99%;
	height: auto;
	line-height: 0;
}
div#navigation ul li ul li {
	margin: 0;
 padding: 0;
}
div#navigation ul li ul li a {
	color: #f1f1f1;
	background-color: #333;
	display: block;
	font-size: 16px;
	line-height: 15px;
	padding: 12px 15px;
	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 1px;}

/* 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: 12px 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*/