/* Allgemeines Design: ANFANG */
body, a, h1, h2, h3, h4, h5, h6, p, td, div, span, li {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px 0px 0px 0px;
	background: #CCC url(../gfx/bkg.gif);
	background-position: center;
	font-size: 12px;
}

table.gesamt {
	width: 760px;
}
/* Allgemeines Design: ENDE */

/* Navigations-Position: ANFANG */
table.navipos {
	width: 100%;
	height: 42px;
}

td.naviposlinks {
	width: 23px;
	background: #79ABED url(../gfx/banner_dolje_lijevo.gif);
}

.navipostxt {
	color: #FFF;
	font-weight: bold;
}

td.navipostxt {
	width: 10px;
	line-height: 2.3;
	vertical-align: top;
	background: #79ABED url(../gfx/banner_dolje_bkg_plavo.gif);
}

a.navipostxt {
	text-decoration: none;
}

td.naviposschieber {
	width: 35px;
	background: #FFF url(../gfx/banner_dolje_klizac.gif);
}

td.naviposmitte {
	background: #FFF url(../gfx/banner_dolje_bkg.gif);
}

td.naviposrechts {
	width: 265px;
	background: #FFF url(../gfx/banner_zastave.gif);
}
/* Navigations-Position: ENDE */

/* Content-Bereich: ANFANG */
td.content {
	background: #FFF url(../gfx/main_bkg.gif);
	padding: 10px;
	text-align: left;
}
/* Content-Bereich: ENDE */

/* Box-Design: ANFANG */

.boxtitle {
	color: #000000;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
}

.boxtitlemain {
	color: #036;
	letter-spacing: 0.1em;
}

.boxtitleunten {
	color: #000000;
	padding: 0px 0px 0px 20px;
}
/* Box-Design: ENDE */

.txt {
	padding: 10px;
}

.txt2 {
	padding: 5px;
}

.txt3 {
	font-size: 80%;
}

.formbutton {

	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #639ADD;
	border: 1px #006 solid;
}
.formelement2 {

	font: 12px Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	background: #EFEFEF;
	border: 1px solid #333333;
}

.l2 {
	color: #003399;
	text-decoration: none;
}

.l2:link {
	color: #003399;
	text-decoration: none;
}

.l2:visited {
	color: #0066CC;
	text-decoration: none;
}

.l2:hover {
	color: #0033CC;
	text-decoration: underline;
}


.l3 {
	font-size: 10px;
	color: #003399;
	text-decoration: none;
}

.l3:link {
	color: #003399;
	text-decoration: none;
}

.l3:visited {
	color: #0066CC;
	text-decoration: none;
}

.l3:hover {
	color: #0033CC;
	text-decoration: underline;
}


.txtnaglaseno4 {

	font-weight: bold;
	color: #003366;
	text-decoration: none;
}


.txt1 {

	font: 12px Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	margin: 10px;
	padding: 0px;
	text-indent: 0px;
}

.txt4 {


	font: 12px Arial, Helvetica, sans-serif;
	color: #F4EFE5;
	text-decoration: none;
	margin: 10px;
	padding: 0px;
	text-indent: 0px;
}
.txt5 {

	font: 11px Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	margin: 10px;
	padding: 0px;
	text-indent: 0px;
}





/* Bilder-Lightbox: ANFANG */

#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(../gfx/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../gfx/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; }
/* Bilder-Lightbox: ENDE */