@charset "utf-8";

/************************************************************
		Screen-Stylesheet  .de
		Nadine Oberstein | Medienkonzeption - Mediengestaltung
		www.nadine-oberstein.de 
************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: 0;	
	border: none;
	background: transparent;	
}

body {		
	font: normal 0.75em arial, helvetica, sans-serif; 
	line-height: 130%;
	/*text-align: justify;*/
	text-align: left;
	background: #16497d;
}

a:focus {
	outline: 1px dotted #6c88ad;
}

hr {
	border: none;
	color: #fff;
}

ol, ul {
	list-style: none;
}

.error {
	color: #ff0000;
}

.todo {
	background:	#ccff00 !important;
}

.gap {
	padding-top: 1em;
}

/*** floating ***/

.floatleft {
	float: left;
}


p img.floatleft {
	margin-right: 15px;
}

.floatright {
	float: right !important;
}

.clearer {
	clear: left;
}

hr.clearer {
	margin-bottom: 40px;
	border-top: 1px solid #fff;
}

.feature hr.clearer {
	border-top: 1px solid #c2c8dd;
}

/***********************
			Struktur
***********************/

h6, legend {
	position: absolute;
	top: -200em;
	left: -200em;	
}

legend {
	font-size: 0px;
	color: #fff;
}

/*** Skiplinks ***/

#skiplinks {
	list-style: none;
	text-align: left;
}

#skiplinks a, #skiplinks a:link, #skiplinks a:visited, #skiplinks a:focus, #skiplinks a:hover, #skiplinks a:active {
	display: block;
	position: absolute;
	top: -200em;
	left: 0;
	font-size: 0.9em;
	color: #fff;
}

#skiplinks a:focus, #skiplinks a:active {
	top: 58px;
  left: 50%;
  margin-left: -440px;
  padding-left: 5px;
	width: 195px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

#skiplinks a:active {
	color: #7b7b7b;
}

/***********************
				Links
***********************/

a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #16497d;
	text-decoration: underline;	
}

a:active {
  position: relative;
  top: 1px;	
  left: 1px;
}

a[href$=".pdf"] {
	padding-left: 20px;
	background-image: url(../images/css/icon_acrobat.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

/***********************
		 Grundayout
***********************/

#wrapper {
	width: 967px;
	margin: 40px auto;
	color: #16497d;	
	background: url(../images/css/bg_wrapper.gif) repeat-y top center #fff;
}

#header, 
#content,
#footer {
	padding: 0 21px;
}

#header {
	height: 150px;
	padding-bottom: 30px;
	background: url(../images/css/bg_header.gif) no-repeat top center transparent;
}

#content {
	overflow: hidden;
}

#clearer {
	clear: both;
	margin-bottom: 40px;
	border-top: 1px solid #fff;
}

#footer {
	height: 45px;
	padding-top: 15px; 
	text-align: right;
	color: #7392b1;
	background: #16497d;	
	background: url(../images/css/bg_footer.gif);
	background-repeat: no-repeat;
}

/***********************
				Header
***********************/

#header a {
	color: inherit;
	text-decoration: none;
}

/*** Servicemenu ***/	

#servicemenu {
	padding: 30px 25px;
	text-align: right;
	color: #7392b2;		
}

#servicemenu a.active, 
#servicemenu a:focus, #servicemenu a:hover, #servicemenu a:active {
	color: #16497d;		
}

/*** Logo ***/	

#identifier {
	position: absolute;
	margin-left: 2px;
	width: 250px;
	height: 46px;
}

#identifier a {
	display: block;
	overflow: hidden;
	width: 250px;
	height: 46px;
	color: #fff;
}

#identifier a:active {
  position: static;
}

#identifier a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 46px;
	background: url(../images/css/logo.gif) top left #fff;
}

/*** Menu ***/	

#menu {
	height: 46px;
	text-align: right;
	padding-right: 25px;
	padding-top: 15px;	
	background: url(../images/css/logo.gif) no-repeat top right;
}

#menu li {
	display: inline;
	font-size: 1.45em;
	font-weight: bold;
	padding-left: 10px;
}

#menu li a {
	color: #fff;
}

#menu li a:before {
	content: "● ";
}

#menu li a:focus, 
#menu li a:hover {
	color: #000;
}

#menu li.active a,
#menu li a:active {
	color: #16497d;
}

/***********************
				Footer
***********************/

#footer {
	text-align: right;
	color: #6082a5;
}

#footer a {
	color: #6082a5;
	text-decoration: none;
}

#footer a.active {
	color: #c2c8dd;
}

/***********************
				Content
***********************/

#content > p, 
#content > div,
#content > h2, 
#content > h3,
#content > h4,
#content > ul,
#submenu li {
	margin-left: 25px;
	width: 312.5px;	
}

#content > p, 
#content > div, 
#content > h3,
#content > form,
#content .main .teaser {
	float: left;
}

#content > div > p,
#content > div > ul,
#content > div > ol,
#content > div > h3 {
	float: none;
	width: auto;
}

#content div.gallery,
#content div.feature,
#submenu li {
	margin-bottom: 1.7em;
}

/*** Hauptüberschrift ***/	

#content > h2 {
	width: 875px;
}

/*** Teaser ***/

#content p.teaser,
#content address.teaser, 
#content > div.teaser, 
#content h2.teaser,
#content ul.teaser,
#content .main .teaser,
#content div.ie6teaser {
	width: 200px;
}

#content div.ie6teaser ul {
	margin-left: 25px;
	padding-bottom: 0.5em;
}

/*** Main ***/

#content p.main,
#content > div.main,
#content h2.main, 
#content h3.main {
	width: 425px;
}

/*** Large ***/

#content p.large,
#content > div.large,
#content h2.large, 
#content h3.large {
	width: 537.5px;
}

/*** Gallery ***/

#content div.gallery {
	width: 562px;
}

/*** Feature ***/

.feature {
	background: #c2c8dd;
}

#content > div.feature h3,
#content > div address.feature,
#content > div.feature ul,
#content > div.feature p,
#content > div.feature dl,
#content > div > div.feature dl {
	padding: 0.5em 13px;
}

#content > div .feature p,
#content > div .feature h3 {
	padding: 0.5em 5px;
}

#content > div.feature h3 + ul,
#gefahrenmeldetechnik #content > div.feature ul {
	margin: -1.6em 14px 0.5em 14px;
}

#gefahrenmeldetechnik #content > div.feature ul {
	margin-top: 0em;
}

#content div > div.feature h3 + p,
#content div.feature.teaser h3 + p {
	margin-top: -1.6em;
}

#content div.feature.teaser p + p {
	margin-top: -0.9em;
}

/***********************
			Referenzen
***********************/

#referenzen {
	list-style: none !important;
	width: 923px !important;
	margin: 1px !important;
	height: 213px;
	background-image: url(../images/css/referenzen.gif);
}

#referenzen li {
	position: absolute;
	top: -100em;
	left: -100em;
}

#referenzen + hr {
	margin-bottom: 0 !important;
}

#footer.referenz {
	padding-top: 0 !important;
	background-position: 0 -14px;	
}

/*#referenzen li {
	position: relative;
	float: left;
	height: 70px;
	width: 229.5px;
	margin-left: 1px !important;
	margin-bottom: 1px !important;
	background-color: #e8e8e8;
}
#referenzen li span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: inherit;
	height: inherit;
	background-repeat: no-repeat;
	background-image: url(../images/css/referenzen.gif);
}

#landgard span {
	background-position: 0 0;
}

#dfg span {
	background-position: -233px 0;
}

#rohde span {
	background-position: -456px 0;
}

#zvg span {
	background-position: -690px 0px;
}

#sealife span {
	background-position: 0 -70px;
}*/


/***********************
				Typo
***********************/

h2, h3, h4 {
	font: normal 2.5em 'Times New Roman', times, serif; 
}

h2 {
	margin-bottom: 1em;
}

hr + h2 {
	margin-bottom: 0.7em;
}

h3 {
	margin-bottom: 0.7em;
}

h3, h4 {
	font-size: 1.5em;
}

h4 {
	margin-bottom: 0.3em;
	color: #7d7d7d;
}

.dotted:before {
	content: "●●● ";
}

#content p,
dl, 
address,
#content ul {
	margin-bottom: 0.8em;
}

#content .h3offset {
	margin-top: 2.8em;
}

#content p + h3,
dl + h3 {
	margin-top: 1.1em;
}

#content ul,
#content div ul {
	list-style: disc;
	text-align: left;
}

#content ul, 
#content ul.teaser {
	width: 186px;
	margin-left: 39px;
}

#content div ul li {
	margin-bottom: 0.28em;
}

dt {
	float: left;
	width: 142px;
	padding-right: 10px;
	text-align: right;
}

#content h2 + div dl dt,
#content div.teaser dl dt {
	width: 42px !important;
}

#content > div.feature dl dt {
	width: 38px !important;
}

address {
	padding: 0.5em 13px;
	font-style: normal;
	border-top: 3px dotted #e0e3ee;	
	border-bottom: 3px dotted #e0e3ee;		
}


.center {
	text-align: center;
}

/***********************
		 Submenues
***********************/

#content #submenu {
	width: 900px;
}

#submenu {
	margin: 0 !important;
}

#submenu li {
	display: block;
	float: left;
	height: 5.6em;
	width: 200px;
	font: normal 1.5em 'Times New Roman', times, serif;
	text-align: left;
}

#submenu a {
	display: block;
	height: 100%;
	width: 95%;
	padding: 0.3em 5px;
	text-decoration: none;
	background: #e0e3ee;
}

#submenu a:focus, #submenu a:hover, #submenu a:active {
	background: #c2c8dd;
}

#submenu a:focus span, #submenu a:hover span, #submenu a:active span,
#submenu .active a span {
	color: #16497d;
}

/*** Aktiv und Bereichseinstieg ***/

#submenu.inactive a,
#submenu .active a {
	background: #c2c8dd;
}

#submenu.inactive a:focus, #submenu.inactive a:hover, #submenu.inactive a:active {
	background: #e0e3ee;
}

/*** Startseite ***/

.homesubmenu a {
	display: block;
	text-decoration: none;	
}

.homesubmenu span, 
#submenu li span {
	display: block;
	padding-top: 5px;
	font: normal 0.65em arial, helvetica, sans-serif;
	text-align: left;	
	color: #6c88ad;
}

.homesubmenu a span {
	visibility: hidden;
}

.homesubmenu a:hover span,
.homesubmenu a:focus span {
	visibility: visible;
}

/***********************
				Bilder
***********************/

#tags-home {
	margin-top: 0.85em;
}

.zertifikate img {
	margin-right: 13px;
	border: 1px solid #16497d;
}

img.floatright {
	border: none;
	margin-right: 25px;
}

.mainpic {
	float: right;
	margin: -102px 25px 0 0;
}

.funkalarm {
	margin-top: -15px !important;
}

.zutrittskontrolle,
.fluchtweg {
	margin-top: 0px !important;
}


/***********************
	Formulare
***********************/

form {
	padding-top: 13px;
	padding-left: 13px;	
	padding-right: 13px;	
	border: 3px dotted #c2c8dd;	
}

form p {
	
}

#userdata :focus,
#data :focus {
	border-style: dotted;
	background: #e0e3ee;
}

fieldset {
	margin-bottom: 0.8em;		
}

label {
	display: block;
	width: 6em;
	padding-top: 0.2em;
	padding-right: 1em;	
	float: left;
	text-align: right;
}

#userdata input, textarea {
	width: 280px;
}

textarea {
	height: 120px;
}

#action {
	padding-left: 7em
}

/***********************
	Seitenspezifisches
***********************/

/*** Impressum ***/

#impressum div > h4,
#impressum address em {
	text-align: left;
}

#impressum div > div.feature p a {
	display: block;
	margin: 0.5em 0;
}

#impressum div > h4 + p {
	text-align: left;
	font-size: 0.9em;
}

#impressum div > h4 + p a {
	text-decoration: none;
	color: #7d7d7d;
}

#impressum address em:before,
#impressum address em:after {
	content: " – ";
}

#impressum #content div hr {
	border-bottom: 3px dotted #e0e3ee;
}

/*** Kontakt ***/

#kontakt div.teaser h3 {
	margin-top: 1em;
}

#kontakt div.teaser dl {
	margin-bottom: 4.5em;
}

#kontakt div.main hr.clearer {
	margin: 0 0 1.4em 0 !important;
}

#kontakt div.main img.floatleft {
	border: 1px solid #16497d;
	margin-left: 1em !important;
	margin-bottom: 1.4em !important;	
}


/*** Kontaktform ***/

#kontaktform .main p {
	width: 312.5px;
}

/***********************
	Lightbox
***********************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
