/*
	css by css@kigmbh.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white; /* black */
	background: white;
}
ol, ul {
	list-style: none;
}
/* Tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Standard elements */
html, body { width: 100%; height: 100%; }
* { margin: 0; padding: 0; border: none; }
div { float: none; clear: none; display: block; }

/* Custom styles */
body.gallery {
	background: #ffffff url('background.gif') repeat-x top left;
	background: white;
}
.background {
	position: relative;
/*	left: 50%;*/
/*	margin-left: -600px;*/
	width: 1200px;
	height: 720px;
	overflow: hidden;
/* 	scroll: none; */
}
/* Headlines */
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}

/* Backend styles */
.backend {
	position: absolute;
	top: 50px;
	left: 50px;
	font-family: Arial;
}
.backend * {
	line-height: 120%;
}
.backend a {
	color: white;
	text-decoration: none;
	background: #646464;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;

	line-height: 24px;
}
.backend .right {
	text-align: right;
}
.backend #help {
	color: #aaaaaa;
	position: absolute;
	left: 25px;
	top: 162px;
	font: 11px Arial;
}
.backend table {
	width: 1200px;
}
.backend ul, .backend ul li {
	padding-left: 5px;
}
.backend ul li {
	border-top: 1px dotted #646464;
	padding-bottom: 2px;
}
code {
	font: 11px Courier;
}
strong code {
	font-weight: bold;
	color: #646464;
}
.thumb {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid black;
	border-spacing:10px;
	background: #cccccc;
	text-align: center;
	padding: 5px;
	font: 10px Arial;
}
.thumbfolder {
	float: none;
	display: block;
	padding-top: 20px;
	clear: both;
}
hr.clearfix {
	clear: both;
}
.debug {
	display: block;
	background-color: #cccccc;
	border: 1px dotted #646464;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 2px;
	font: 12px Courier;
}
.description {
	text-align: left;
	display: block;
}
.highlight {
	color: white;
}
.success {
	color: green;
}
.error {
	color: red;
}

