/* 

www.jamnik.at

   
*/


*{ margin: 0; padding: 0; }* 
body { 
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff url(images/bg.gif) repeat-x; 
	color: #444; 
}

a {	color: #317486;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; }
p { margin: 0 0 5px 0; }
h1 { font: bold 1.7em Arial, Sans-Serif;  margin: 20px 0 0; }
h1 a { color: #fff; background: inherit; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { font: bold 1.6em Arial, Sans-Serif; margin: 0 0 12px; }
h3 { font: bold 1.2em Arial, Sans-Serif; margin: 0 0 12px; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }

.ulx {
	list-style-type: square;
	padding-left: 15px;
	color:#000;
}
.stilbilder {font: 7pt Verdana, Arial, Helvetica, sans-serif; 
color: #444;
line-height:9pt;
text-align:center;
vertical-align:top}

#content { width: 900px; margin: 0 auto; }

#logo { margin: 10px 0 0 0; height: 50px; width: 300px; float: left; text-align: center;}

#menu { float: right; padding: 40px 0 0; margin: 0 0 5px; }
#menu li { font-size: 1.1em; display: inline; }
#menu li a { padding: 30px 15px 0px 0; margin: 0 0 0 15px; color: #ccc; background: #003c85 no-repeat right bottom;  }
#menu li a:hover { background: #003c85 url(images/tabhover.gif) no-repeat right bottom; color: #fecf44; }

#intro { 
	clear: both;
	background: #fff url(images/jamnik_logo1.jpg) no-repeat;
	color: #003c85;
	height: 170px;
	margin: 0 0 5px;
	padding: 45px 40px 0 0;
	text-align: right;
}
	#intro h1 { margin: 0; }
	#intro p { margin: 0; }
	
	#login { font-size: .9em; margin: 35px 0 0; }
	#login a { color: #003c85; background: #a7d7ee; padding: 4px 20px 6px;}
	#login a:hover { color: #fff; background: #8BE1FA url(images/loginhover.gif) no-repeat; }

#left { clear: left; float: left; width: 190px; padding: 0 34px 0 15px; font-size: .9em; margin: 0 0 15px; }
	#leftmenu { list-style: none; margin: 0 0 20px 0; }
	#leftmenu li { padding: 0 0 0 12px; background: #fff url(images/bullet.gif) no-repeat center left; color: #fff; }
	#leftmenu li a { color: #003c85; }
	#leftmenu li a:hover { color: #fecf44; background: #003c85 }

#right {
	margin: 0 15px 20px 0;
	padding: 0 0 0 10px;
	float: left;
	width: 870px;
	text-align: justify;
	}
	#right2 {
	font-size: .9em;
	margin: 10 15px 10px 0;
	padding: 0 0 0 35px;
	border-top: 1px solid #ccc;
	float: right;

	text-align: justify;

}
	#notice { padding: 12px 14px 1px; border-bottom: 1px dashed #003c85; border-top: 5px solid #003c85; border-left: 1px dashed #003c85; border-right: 1px dashed #003c85;background: #fecf44 url(images/boxneu.jpg) no-repeat bottom right; color: #003c85; }
	#left a, #right a { background: #EFFCFF; color: #317486; }

	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }
	#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }
	
	
#footer2 { clear: both; border-top: 1px solid #ccc; padding: 5px 10px; margin: 0 0 5px; font-size: 0.9em; color: #808080; background: #fff; }
#footer { clear: both; border-top: 1px dashed #003c85; padding: 1px 0; margin: 0 0 2px; font-size: .9em; color: #808080; background: #003c85 url(images/bottom_jamnik.jpg) no-repeat;}

	
	
	
	
	/* 
lightbox css
*/
#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(../html/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../html/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../html/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: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


/* CSS for Jax Newsletter v2.1 */

.jnl2 {
	padding: 2px; 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.jnl2 .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #CCCCCC
}

.jnl2 .mini_sign_form {
	width : 250px;
	padding: 3px;
	background-color : #fff;
	font-size:12pt;
	font-weight:bold;
	color : #003c85;
}

.jnl2 .mini_sign_form td {
	background-color : #FFB062;
}

.jnl2 .mini_sign_form .buttons {
	background-color: #003c85;
	color: #fff;
	font-size : 95%;
}

.jnl2 .sign_form  {
	width : 500px;
	padding: 8px;
	background-color : #fff;
	color : #000;
}

.jnl2 .sign_form td {
	font-size:95%;
	background-color : #fff;
}

.jnl2 .sign_form .buttons {
	background-color: #003c85;
	color: fff;
	font-size : 95%;
}

.jnl2 .footnote {
	color: #000;
	font-size:90%;
}

.jnl2 .index
{
	font-size:95%;
}

.jnl2 .index th
{
	background : #7699C0;
	border-bottom : 1px solid Black;
}

.jnl2 .index th, .index td
{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.jnl2 .index {
	background-color : #C6D3E3;
	color: #FFFFFF;
}

.jnl2 .index .icons {
	width: 30px;
	padding-left: 3px;
	padding-right: 3px;
	text-align : center;
}

.jnl2 .index th {
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 10pt;
	padding-top : 5px;
	padding-bottom : 5px;
}

.jnl2 .line_color0 {
	background-color: #E4EAF1;
	color: #000000;
}

.jnl2 .line_color1 {
	background-color: White;
	color: #000000;
}

.jnl2 .author_info {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #CCCCCC;
}

.jnl2 .author_info A {
	color: #CAB109;
}

.jnl2 .archive .stored_mail {
	border: 1px dashed Black;
	padding:20px;
	background : #FFFAEA;
}
