/* CSS Document */

body {
	background: #04215D;
	margin: 0px;
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#container {
	margin: auto;
	width: 800px;
}

#header {
	height: 250px;
}

#news {
	background-image: url(images/img_06.jpg);
	width: 799px;
	height: 50px;
}

#news_text {
	text-align: center;
	width: 589px;
	float: right;
	padding-top: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

#main {
	background-image: url(images/img_07.jpg);
	width: 799px;
	float: left;
	padding-bottom: 10px;
} 

#text {
	position: relative;
	width: 589px;
	font-size: 0.8em;
	padding-bottom: 5px;
	text-align: justify;
	top: 0px;
	float: left;
	left: 0px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu {
	position: relative;
	width: 200px;
	float:left;
	top: 0px;
	left: -25px;
}

#footer {
	background-color: #A0DCF4;
	color: #06205D;
	width: 797px;
	height: 25px;
	position: relative;
	left: 0px;
	float: left;
	border-right: #06205D solid 1px;
	border-top: #06205D solid 1px;
	border-left: #06205D solid 1px;
}

#footer_text {
	padding-top: 7px;
	text-align: center;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: 06205D;
}

#footer_text a {
	color: 06205D;
}

p {
	padding-top: 10px;
	margin-top: 0px;
}

.menu_1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A0DCF4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0DCF4;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	list-style-type:none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu_2 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	list-style-type:none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #D9204A;
}

.menu_1:hover {
	background-color: #f65d7f;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	padding: 5px 0px 5px 45px;
	border-bottom: dashed 1px #04215D;
	border-top: dashed 1px #04215D;
	color: #04215D;
}

h2 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align:center;
	margin-top: 20px;
	color:  #04215D;
}

#kalendar {
	margin-left: 35px;
}

#kalendar th {
	background-color: #06205D;
	border-bottom: solid 1px #06205D;
	border-top: solid 1px #06205D;
	color: #FFFFFF;
}

#kalendar .wc {
	background-color: #99CBFE;
}

#kalendar .coc {
	background-color: #caf1ff;
}

#kalendar .wsc, .owg {
	background-color: #04215B;
	color: #FFFFFF;
}

#kalendar .gp {
	background-color: #D1EFFA;
}

#kalendar .fis {
	background-color: #A0DCF4;
}

a {
	color: #06205D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.no_link {
	border: none;
}

.right {
	float: right;
}

.img_news {
	border: 1px solid #000000;
	margin: 0 5px 0 5px;
}

.hr {
	border-top: 1px dashed #04215D;
	width: 350px;
	margin-left: 120px;
}

/*** 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }
