/*
no-brand.de - 
agentur für neue medien!
*/


html, body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

#container1 {
	width: 950px;
	margin: 0px 0px 0px -475px;
	position: absolute;
	left: 50%;
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

#start {
	width:125px;
	height: 185px;
	z-index:888;
	position: absolute;
	left: 768px;
	top: 340px;
	visibility: visible;
	font: 8pt;
}

#start a{
	color: #bf9700;
	text-decoration: none;
}

#GanzOben {
	width: 950px;
	background-image: url(ContainerBilder/header.jpg);
	background-repeat: no-repeat;
	height: 81px;
}

#Hauptnavi {
	width: 940px;
	background-image: url(ContainerBilder/hg_navi.gif);
	background-repeat: no-repeat;
	height: 22px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	visibility: visible;
}

.bk {
	text-align: left;
	vertical-align: middle;
	padding-left: 14px;
	font: 8pt Verdana, sans-serif;
	background-image: url(ContainerBilder/hg_bc.gif);
	height: 19px;
}

.bk a{
	color: #bf9700;
	text-decoration: none;
}

#DEGruenOben {
	width: 950px;
	background-image: url(ArtikelBilder/gruen_oben.jpg);
	background-repeat: no-repeat;
	height: 92px;
	right: 0px;

}
#Inhalt {
	height: auto;
	min-height: 485px;
	padding-left: 10px;
	padding-right: 10px;
}
#Inhalt a{
	color: #bf9700;
	text-decoration: none;
}
#Inhalt h1{
	color: #bf9700;
	font-size: 10pt;
	font-weight: bold;
}
#DEGruenUnten {
	width: 950px;
	background-image: url(ArtikelBilder/gruen_unten.jpg);
	background-repeat: no-repeat;
	height: 42px;
	right: 0px;

}
#Fusszeile {
	width: 940px;
	background-image: url(ContainerBilder/footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	text-align: right;
	color: #eedfb4;
	padding-right: 10px;
	font: 8pt Verdana, sans-serif;
}
#Fusszeile a{
	color: #eedfb4;
	text-decoration: none;
}
/* Gestaltung der 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-btn-prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox-btn-next.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: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #FFF; }*/

/* Gestaltung der Lightbox für die Screenshots */

#jquery-overlay {
	height: 500px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 90;
}

#jquery-lightbox {
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	background-color: #FFFFFF;
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}

#lightbox-nav {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display: block;
	height: 100%;
	width: 49%;
	zoom: 1;
}

#lightbox-nav-btnPrev {
	float: left;
	left: 0;
}

#lightbox-nav-btnNext {
	float: right;
	right: 0;
}

#lightbox-container-image-data-box {
	background-color: #FFFFFF;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
	overflow: visible;
	padding: 0 ;
	width: 100%;
}

#lightbox-container-image-data {
	color: #666666;
	padding: 0 10px;
}

#lightbox-container-image-data #lightbox-image-details {
	float: left;
	text-align: left;
	width: 70%;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	clear: left;
	display: block;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	float: right;
	padding-bottom: 0.7em;
	width: 50px;
}

/* Live-Suche / Autovervollständigung in der oberen Leiste */

.style_live_search_loading {
	background: Window url('./indicator.gif') right center no-repeat;
}

.style_live_search_over {
	background-color: #F2F4F7;
	color: #000000;
}

.style_live_search_results {
	background-color: #FFFFFF;
	border: 1px solid #ACACAC;
	overflow: hidden;
	padding: 0px;
}

.style_live_search_results a {
  color: #000000 !important;
}

.style_live_search_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	filter: mask();
	height: 3000px;
	left: 0;
	position:absolute;
	top: 0;
	width: 3000px;
	z-index: -1;
}

.style_live_search_results li {
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	margin: 0px;
	overflow: hidden;
	padding: 2px 5px;
	width: 100%;
}

.style_live_search_results ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* Gestaltung der Navigation zum Umblättern bei mehrseitigen Auflistungen */

.style_pagination a, .style_pagination strong {
	background-color: #FAFAFA;
	border: 1px solid #C2C2C2;
	padding: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none !important;
}

.style_pagination a:hover, .style_pagination strong {
	background-color: #E2E4E5 !important;
	color: #000000 !important;
}

.inputsubmit, .inputsubmit2 {
  border-color: #E4E4E4;
  border-width: 1px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 9pt;
}
.inputerror {
	background-color: #F6E4E4 !important;
	border: 1px solid #BE5656 !important;
}
