/* Main Stylings */

* {
        font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
        margin:0 auto;
	padding:0;
	}

body {
        margin:0 auto;
	font-size:16px;
	background-color:#ffffff;
/*	background:url(images/roz245.png) repeat #D24289; */
	}

p {
	margin-bottom:10px;
	text-decoration:none;
	color:#000000;
	}

img {
	border-color:#FF7EBD;
	}

	a:link {color:#EA0084;}      /* unvisited link */
	a:visited {color:#00FF00;}  /* visited link */
	a:hover {color:#FF00FF;}  /* mouse over link */
	a:active {color:#0000FF;}  /* selected link */

a {
        text-decoration:none;
	color:#1E4B77;
	}


textarea
{
/*background:url(images/kontakt.jpg) no-repeat #D24289;*/
border: 1px solid #FF7EBD;
}


/* Structure */

#wrapper {
	padding:0 0px;
	
	}
#header {
       	width:100%;
	height:60px;
	min-height:60px;
	min-width:700px;
        margin:0 auto;
	border-bottom:7px solid #EA0084;
	border-top:5px solid #EA0084;
	color: #ffffff;
        font-style:italic;
        font-weight:bold;
	background:url(images/banner.png) left no-repeat #b53266;
	line-height:46px;
	padding-left:0px;
	}
#sidebar {
	width:160px;
	float:left;
	max-width:160px;
	overflow:hidden;
	padding:5px;
	border:0px solid #FF20AC;
	min-height:400px;
	background-color:#ffffff;
	}
#body {
        min-height:400px;
	overflow:hidden;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	border:0px solid #000000;
	border:0px solid #FF20AC;
	background-color:#ffffff;
	padding:5px;
	}
#footer {
	clear:both;
	text-align:center;
	padding:15px 20px;
	font-size:10px;
	border-bottom:5px solid #A5ADBF;
	}


/* Sidebar */

#sidebar li:hover { 
	font-style: italic;
	font-weight: bold;
/*	text-align:center;*/
	
	 }

#sidebar ul {
	list-style-type:none;
	margin-bottom:0px;
        background-color:#4D6AD2;
        padding:10px;
	}
#sidebar li {
	background:url(images/sidebar-li.png) no-repeat;
	background-position:0px 0;
        height:27px;
        padding-left:25px;
	padding-top:0px;
	color:#ffffff;
	}
#sidebar img {
	padding-left:0px;
	padding-top:0px;
	font-family: comic;
	border:0px solid #FF6BB4;
	overflow:inherit;
	}
#sidebar a {
        color:#ffffff;
		}


/* Headings */

h1 {
	font-size:66px;
        font-family:comic;
        font-weight:normal;
	letter-spacing:-0px;
	}
h1 a {
	font-size:30px;
        letter-spacing:-1px;
	}

h2 {
	font-size:14px;
	font-weight:normal;
        background-color:#EA0084;
	color:#ffffff;
	padding:2px 5px;
	}
h3 a {
	font-size:4px;
	letter-spacing:-1px;

	font-weight:normal;
	color:#FF6BB4;
	}
h5 {
        font-family:comic;
	font-size:36px;
	font-weight:bold;
}

h6 {
	font-family:comic;
	font-size:23px;
	padding-right:30%;
}


/* Entries */

.entry {
	margin-bottom:30px;
	}
.entrybody {
	line-height:20px;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-align:justify;
	padding:5px 0;
	}
.entrymeta {
	border-top:1px dotted #999999;
	padding:5px 0;
	}
.date {
	float:right;
	font-size:20px;
	letter-spacing:-1px;
	color:#ccc;
	}

/* Footer */

#footer-nav {
	text-align:left;
	}
#footer-nav a {
	margin-right:20px;
	font-size:10px;
	}
#copyright {
	text-align:center;
	margin-top:10px;
font-size:10px;
	}


/* Extras */

.download {
	padding-top:5px;
	}
.download ul {
	list-style-type:none;
	}
.download li a {
	height:24px;
	width:90px;
	line-height:24px;
	display:block;
	float:left;
	text-align:center;
	margin-right:5px;
	border:1px solid #dddddd;
	background-color:#F892CC;
	}
.preview {
	background:url(images/magnifier.png) no-repeat;
	background-position:top left;
	}

#lightbox{	position: absolute;	left: 0; width: 50%; 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: 500%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 500%; width: 500%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:images/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/prevlabel.gif) left 5% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 5% 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: 50%; 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: 50%; height: 500px; background-color: #000; }

