@CHARSET "UTF-8";

/* Generell */

body {
	background-color: white;

	font-size: 10px;
}

a.name {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid red;
	padding-bottom: 0px;
}

a.information {
	color: red;
	text-decoration: none;
	border-bottom: 1px solid red;
	padding-bottom: 1px;
}

a.arrow_top {
	color: red;
	text-decoration: none;
	border: 0px;
	padding-bottom: 1px;
	left:50%;
}

a.img {
	border: 0px;
	border-style: none;
	}

img {
	border-style: none;
	}
	
/* Schrift */

h1,h2,h3,h4,h5 {text-indent:0px;}


p {
	font-weight: bold;
	color: #000;
	letter-spacing: 0.02em;
	font-size: 11px;
	text-indent:40px;
	font-family: arial, sans-serif; font-weight: bold; font-size: 11px; letter-spacing: 0.02px;
	}
	
p.second {
	font-weight: bold;
	color: #000;
	letter-spacing: 0.02em;
	line-height: 13px;
	font-size: px;
	text-indent: 0px;
	margin: 10px 0px 75px 0;
	}
	
p.second.br{
	text-indent: 0px;
	}
	
	p.third {
	font-weight: bold;
	color: #000;
	letter-spacing: 0.02em;
	font-size: 11px;
	text-indent: 0px;
	margin: 10px 0px 0px 0;
	}
	
h1 {
	font-weight: bold;
	color: #000;
	letter-spacing: 0.02em;
	font-size: 11px;
	width: 250px;
	text-transform: uppercase;
	text-indent: 0px;
}


h2 {
	font-weight: bold;
	color: black;
	letter-spacing: 0.02em;
	font-size: 12px;
	text-indent:25px;
}

h3 {
	font-weight: bold;
	color: #000;
	letter-spacing: 0.02em;
	font-size: 25px;
	text-transform:;
	float: left;
	width: 200px;
}

h4 {
	font-weight: bold;
	color: black;
	letter-spacing: 0.08em;
	font-size: 12px;
	text-indent:5px;
	float: left;
	padding-top:16px;
}

/* Layout */


#navigation {
    position: absolute;
    top: 8px; left: 400px;
    width: auto;
    z-index: 1;
}
  html>body #navigation {  /* nur fuer moderne Browser! */
    position: fixed;
}

div#navigation a {
	text-decoration: none;
}

div#navi a.active {
	color: #fff;
}

#container {
	position: relative;
	background-color: grey;
	height: 100%;
	width: 100%;
}

#numbers {
	margin-top:3px;
}


div#content {
	position:;
	top: 50px;
	margin: 40px 10px 0px 20px;
	background-color:;
	float: left;
	font-family: arial, sans-serif; font-weight: bold; font-size: 11px; letter-spacing: 0.02px;
}

.name {
position: relative;
top: 90px;
left: -20px;
height: auto;
margin-left:px;

}

.randomordercontent.group1{
margin: 5px 5px 0 50px;
padding-top: 70px;
	width: auto;
	float:left;
	background-color:;
}

.randomordercontent.group2{
margin: 10px 15px 0px 58px;
	padding-left: 10px;
	width: auto;
	float:left;
	background-color:;
}

.randomordercontent.group3{
margin: 0px 5px 0px 50px;
padding-top: 30px;
	width: auto;
	float:left;
	background-color:;
}

div#foot {
display: block;
background-color:;
width: 620px;
height: auto;
float: left;
margin: 300px 0 20px 20px;
padding: 0px;

}

div#info {
	width: 50%;
	margin: 20px 0 170px 0;
		}
	
	
div#right {
float:right;
width:50%;

}

div#left {
margin-right: 55%;
margin-bottom: 310px;
padding-top: 1px;
}


/* Lightbox */



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;text-decoration: none;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #; 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:img/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; border: 0;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #; padding-left: 2px; margin: 0 auto; line-height: 1.2em; overflow: auto; width: 100%	; text-decoration: none; border: none;}

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

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #dedede; }