body {
	background-image: url(../images/script/bg_header_complete.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}

table.preview {
	width: 90%;
	font-size: 14px;
	margin: 20px auto;
	border: 1px solid black;
}

td.preview {
	background-color: #414141;
	border-width: 2px;
	border-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #828282;
	border-left-color: #828282;
	padding: 10px;
	text-align: center;
	color: #bfbfbf;
}

img.preview {
	margin: 0 auto;
}

div.picture {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	background-image: url(../images/script/divbg.png);
	border-top-color: #340D00;
	border-left-color: #340D00;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 2px;
	border-style: solid;
	color: #FFFFC6;
	font-size: 12px;
	padding-top: 18px;
	overflow: hidden;
	font-family: Arial;
}

img.view {
	cursor: pointer;
}

img.picture {
	margin: 10px;
	cursor: pointer;
}

/* Positionierung der Informationsfelder */
span.shown {
	position: absolute;
	left: 2px;
	top: 2px;
}

span.picnum {
	position: absolute;
	right: 2px;
	top: 2px;
}

p.viewtitle {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	position: relative;
	top: -10px;
}

span.date {
	position: absolute;
	right: 2px;
	bottom: 70px;	
}

span.copyright {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

div.fileinfo {
	position: absolute;
	left: 5px;
	bottom: 30px;
	text-align: left;
	display: none;	
}

div.description {
	position: absolute;
	left: 2px;
	bottom: 2px;
	text-align: left;
	height: 80px;
	overflow: hidden;
	font-family: monospace;
}

div.switch {
	position: absolute;
	right: 10px;
	bottom: 30px;
	text-align: left;
}

span#description-switch {
	cursor: pointer;
}

span#fileinfo-switch {
	cursor: pointer;
}

div#thumb-previous {
	background-image: url(../images/script/divbg.png);
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 1px;
	border-width: 1px;
	border-style: solid;	
	border-top-color: #340D00;
	border-left-color: #340D00;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #FFFFC6;
	font-size: 12px;
}

div#thumb-next {
	background-image: url(../images/script/divbg.png);
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 1px;
	border-width: 1px;
	border-style: solid;	
	border-top-color: #340D00;
	border-left-color: #340D00;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #FFFFC6;
	font-size: 12px;
}

img.thumb-preview {
	margin-top: 2px;
}

p.thumb-text {
	margin: 6px;
}

p.thumb-text a {
	color: #FFFFC6;
}

/* Menü */

ul.menu {
	width: 120px;
	margin: 0px;
	padding: 10px;
	position: absolute;
	top: 5px;
	font-size: 13px;
}

ul.menu li {
	list-style: none;
	margin: 0px;
	padding: 1px;
}

ul.menu li a.inactive:link, ul.menu li a.inactive:visited, ul.menu li a.inactive:hover, ul.menu li a.inactive:active{
	color: #999999;
	background-color: #222222;
	cursor: default;
}

ul.menu li a {
	display: block;
	text-decoration: none;
	padding: 2px;
}

ul.menu li a:link, ul.menu li a:visited {
	color: #FFFF9C;
	background-color: #220000;
}

ul.menu li a:hover, ul.menu li a:active {
	color: #FFFF9C;
	background-color: #440000;
}

ul#gallery-menu {
	text-align: left;
	top: 5px;
}

ul#gallery-menu li a {
	padding-left: 5px;
}

ul#site-menu {
	text-align: right;
	right: 5px;
}

ul#site-menu li a {
	padding-right: 5px;
}

/* Generelle Einstellungen */

a {
	border: none;
	text-decoration: none;
}

h1 {
	width: 100%;
	font-size: 22px;
	font-family: Arial,serif;
	color: #113511;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2 {
	width: 100%;
	font-size: 18px;
	font-family: Arial,serif;
	color: #113511;
	text-align: center;
	margin: 0;
	padding: 0;
}

.title {
	color: #113511;
	font-size: 17px;
	font-weight: bold;
}

img {
	border: none;
}

/* Sehr generelle Einstellungen */

.error {
	font-size: 12px;
	color: #990000;
}
