/* DAG-Entertainment - CSS-Datei - 06.10.2011 - Programmiert von Dario Giunta*/

* {
margin : 0;
padding : 0;
}
:focus, :active {
outline : 0;
}
img {
border : 0;
}
body {
font : 0.8em Arial, Tahoma, Verdana;
background : #fff url(img/bg.gif) repeat-x;
color : #808080;
}
a {
text-decoration : none;
color : #4c5272;
}
h1 {
font-size : 1.4em;
font-weight : normal;
}
h2 {
font-size : 1.2em;
padding-left : 2px;
}
h3 {
font-size : 1.4em;
background : none;
padding : 0 0;
color : #4c5272;
font-weight : normal;
margin : 0 0 15px;
float : left;
}
p {
clear : both;
line-height : 1.6em;
margin : 0 0 15px;
text-align : justify;
color : #000;
}
li {
	color:#564b47;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-align: justify;
	list-style-position:inside;
}
.line {
clear : both;
border-bottom : 1px solid #ddd;
margin : 0 0 25px;
}
#content {
width : 840px;
margin : 0 auto;
}
#top {
color : #ccc;
padding : 6px 0 0;
font-size : 0.84em;
text-align : right;
}
#pin {
float : left;
background : #4c5272;
padding : 70px 15px 15px;
margin : -46px 0 0;
}
#menu {
float : right;
margin : 33px 0 0;
}
#menu li {
display : inline;
font-size : 1.2em;
}
#menu li a {
float : left;
color : #808080;
padding : 0 0 5px;
margin : 0 0 10px 25px;
}
#menu li a:hover, #menu li.current a, #menu li a:focus {
color : #4c5272;
border-bottom : 1px solid #ddd;
}
#wrap {
background : url(img/gob_logo.png) no-repeat right top;
padding : 15px 250px 25px 0;
border-bottom : 1px solid #ddd;
height : 100px;
margin : 0 0 10px;
}
#wrap h1 {
font-size : 2.6em;
color : #4c5272;
margin : 0 0 10px;
}
#wrap h2 {
line-height : 1.5em;
color : #808080;
}
.left {
float : left;
width : 250px;
}
.right {
float : right;
width : 630px;
margin : 0 0 20px;
}
.right h3 {
background : #808080;
font-size : 0.84em;
}
#spaltelinks {
float : left;
width : 400px;
margin : 0 40px 0 0;
}
#spaltefull {
float : left;
width : 840px;
margin : 0 40px 0 0;
}
#bildspalter {
margin : 15px;
margin-left : 0;
float : left;
}
#bildspalterl {
margin : 15px;
margin-right : 0;
float : right;
}
#spalterechts {
float : right;
width : 400px;
margin-right : 0;
}
#footer {
clear : both;
height : 60px;
font-size : 0.9em;
border-top : 1px solid #ddd;
padding : 5px 0 0;
text-align : right;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; 
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 50% no-repeat; }


#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
.ontop #imageData {
    padding-top: 5px;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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 #numberDisplay a { color: black; padding-left: 5px; padding-right: 5px;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6 !important;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	height: 1%;
	}	

#lightboxIframe {
	display: none;
}	
