body {
	background-repeat:no-repeat;
	background-position:-180px -95px;
	background-color:#000;
	margin:0px;
	padding-top:94px;
	padding-left:36px;
	font-family:Verdana,Arial;
	font-size:12px;
	font-style:italic;
	color:#5c5c5c;
}
h2 {
	font-style:normal;
	font-size:28px;
	font-family:"Racing Sans One",Arial;
	text-transform:uppercase;
	margin:0px;
}
.clear {
	clear:both;
}
div.static {
	float:left;
	color:#fff;
	margin-right:20px;
}
div.static > div {
	margin-top:20px;
}
div.static > div > span {
	display:block;
	font-size:14px;
}
div.static > div > span > a {
	text-decoration:none;
	color:#fff;
}
div.static > div > span > a:hover {
	color:#88f;
}
div.nav,
div.content {
	float:left;
	background:rgba(255,255,255,0.8);
}
div.nav {
	padding:12px;
	margin-right:20px;
}
div.nav > img {
	display:block;
	margin-bottom:20px;
	width:150px;
}
div.nav > a {
	padding-left:2px;
	display:block;
	font-size:28px;
	text-decoration:none;
	font-family:"Racing Sans One",Arial;
	font-style:normal;
	color:#908f8f;
	border-bottom:2px dotted #5c5c5c;
	border-image:url(dotties.png) 5px stretch repeat;
	-moz-border-image:url(dotties.png) 5px stretch repeat;
	-webkit-border-image:url(dotties.png) 5px stretch repeat;
}
div.nav > a:hover,
div.nav > a.active {
	color:#5c5c5c;
}
div.nav > a:last-child {
	border-bottom:none;
}
div.content {
	width:550px;
}
div.content > div.head {
	margin:25px 25px 10px 25px;
	border-bottom:2px dotted #5c5c5c;
	border-image:url(dotties.png) 5px stretch repeat;
	-moz-border-image:url(dotties.png) 5px stretch repeat;
	-webkit-border-image:url(dotties.png) 5px stretch repeat;
	padding-bottom:5px;
}
div.content > div.head > div.right {
	text-align:right;
	float:right;
	font-style:normal;
	font-weight:bold;
}
div.content > div.head > div.right > a {
	text-decoration:none;
	color:#5c5c5c;
}
div.content > div.head > div.right > h2 {
	margin-top:35px;
}
div.content > div.head > div.left {
	float:left;
}
div.content > div.overlay {
	position:absolute;
	width:auto;
	height:auto;
	padding:10px;
	margin-top:-140px;
	margin-left:-250px;
	border:2px outset #ccc;
	border-radius:5px;
	background-color:#fff;
	/*background:rgba(255,255,255,0.8)*/
	z-index:99;
	display:none;
	cursor:pointer;
}
div.content > div.overlay > img {
	max-width:700px;
	max-height:600px;
}
div.content > div.overlay > div {
	padding:2px 10px 0px;
}
div.content > div.overlay > div > span {
	float:right;
}
div.content > div.scroller {
	max-height:500px;
	overflow:hidden;
	overflow-y:auto;
	padding-right:5px;
	margin:0px 0px 10px 25px;
}
div.content > div.scroller > div.error {
	border:2px solid #ef1212;
	color:#ef1212;
	background-color:#efafaf;
	padding:10px;
	font-weight:bold;
}
div.content > div.scroller > div.galerierow {
	position:relative;
	padding:0px;
	width:100%;
}
div.content > div.scroller > div.galerierow img {
	cursor:pointer;
}
div.content > div.scroller > div.galerierow > div.fleft {
	width:150px;
	float:left;
	margin:10px 0px;
}
div.content > div.scroller > div.galerierow > div.fleft:nth-child(2) {
	margin:10px 25px;
}
/*
body > div {
	border:1px dashed #f0f;
}
*/