/***********************************************/
/* CSS   4   SKINARTFACTORY.CH   by   Fx3.ch   */
/***********************************************/ 

/** Hauptdarstellung **/

body {
	background-image: url("pics/bg_tile.gif");
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	}
h1 {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	}
h2	{
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	}
h3	{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	line-height:normal;
	}
a 	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF0000;
	font-weight:bold;
	text-decoration:none;
	}
a:activ{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #00FF00;
	font-weight:bold;
	}

.admin {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
	
.h1 {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	}
.h2	{
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	}
.h3	{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	line-height:normal;
	}
.beitrag{
	font-size:12px;
	font-weight:bold;
	}






/** Eingabefelder **/
.input {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ff0000;
	border-bottom:1px solid #FF0000;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:#CCCCCC;
	}
.gallerynav {
	font:Verdana, Arial, Helvetica, sans-serif;
	size:11px;
	color:#FF0000;
	}
	
	
	
/* Navigation */
#leftnav {
	width: 150 px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	vertical-align: top;
	line-height:15px;
	}
#leftnav a {
	display: block;
	color: #CC0000;
	text-decoration: none;
	width: 150 px;
	}
#leftnav a:hover {
	color: #FFFFFF !important;
	/*/*/background-color: #CC0000 !important;
	}
#leftnav ul {
	/*/*/padding: 0em;
	list-style-type: none; /* */
	}
#leftnav li {
	/*/*/margin: 0px 0px 0px 0px; /* */	
	list-style-type: none;
	}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #CC0000 !important;
	border: 1px solid #CC0000; !important; /* */
	}

	
/* Lightbox CSS */
#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: #FF0000; width: 250px; height: 250px; margin: -120 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: #ff0000; margin: 120 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #6666; }
#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; }
		
