/**
 * Bestandteil von dritimage v2 (www.dritimage.de)
 * Haupt-Stylesheet
 * (c) 2007 by drition-network
 */

html {
	background-color: #f3f4f4;
	background-image: url('./background.png');
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 100.1%; 
}

div#wrapper {
	background-image: url('./fond.png');
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat-y;
	
	width: 565px;
	min-height: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
}

img#head-logo {
	border: 0;
	position: relative;
	top: -90px;
	left: 290px;
}

#menu {
	width: 100%;
	margin: -70px 0.5em 0.5em 0.5em;
	color: #5493f2;
	font-family: sans-serif;
	font-size: 0.8em;
	text-align: center;
}

a, a:visited, a:link {
	text-decoration: none;
	font-weight: 500;
	color: #5493f2;
	font-family: sans-serif;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

a.extern {
	padding-left: 15px;
	background-image: url('erde-mono.png');
	background-position: center left;
	background-repeat: no-repeat;
}

a.extern:hover, a.extern:focus, a.extern:active {
	padding-left: 15px;
	background-image: url('erde.png');
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration: underline;
}

hr {
	width: 557px;
	margin: 0 5px 0 auto;
	border: 1px solid #5493f2;
	clear: left;
}

a.galbox {
	width: 145px; 
	height: 190px; 
	background-color: #dae3f2; 
	border: 1px solid #5493f2; 
	margin: 1px; 
	text-align: center; 
	float: left;
	color: black;
	font-family: times;
}

a.galbox:hover { 
	background-color: #e6f1ff; 
	border: 1px dotted #d91f1f;
	color: #470077;
	text-decoration: none;
}

.galbox img {
	margin-top: 5px;
}

p.title {
	font-size: 0.9em;
	color: #5493f2;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	
	margin: 1em 4em -1em 0;
}

div#content {
	font-family: serif;
	font-size: 0.9em;
	margin: 4em;
}

div#content p.bold {
	font-weight: bold;
}

div#content p.small {
	font-size: 0.8em;
}

div#content p.right {
	text-align: right;
}

div#content hr {
	width: 400px;
	margin: 1em auto;
}

p#footer {
	font-family: sans-serif;
	color: #5493f2;
	font-size: 0.7em;
	text-align: center;
	padding-bottom: 0.5em;
	margin: 0.5em 0.5em 0 1.8em;
}

input, select, textarea, button, option {
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
	
	border: 1px solid black;
	font-family: arial;
	width: 100%;
}

input, select, button, option {
	background-image: url('./form.png');
	height: 13px;
}

textarea {
	background-image: url('./bigform.png');
	height: 73px;
}

input:focus, select:focus, textarea:focus, button:focus, button:hover, input[type=submit]:hover {
	border: 1px solid #5493f2;
}

.login {
   font-family: arial;
   font-size: 8pt;
   margin: 5px auto 5px auto;
}

.login input {
    border: none;
    border-bottom: solid 1px black;
    font: 8pt verdana, sans-serif;
    background-color: white;
    color: black;
    width: 60px;
    background-image: none;
}

.login input[type=submit]:hover {
    border: 1px solid black;
}

input[type=checkbox] {
    width: 15px;
}

input[type=file] {
    height: 15px;
}

table#exif {
	margin: 15px auto 0;
	border-collapse: collapse;
	text-align: right;
}

table#exif tr td:first-child {
	font-weight: bold;
	text-align: left;
	padding-right: 2em;
}

table#picdetail {
	margin: 0 auto;
	border-collapse: collapse;
	text-align: right;
}

table#picdetail tr td:first-child {
	font-weight: bold;
	text-align: left;
	padding-right: 2em;
}

p#pager {
	margin: 5px;
	text-align: center;
}

p#pager a, p#pager a:link {
	border: 1px solid #5493f2;
	color: #5493f2;
	text-decoration: none;
	padding: 3px;
}

p#pager a:visited, p#pager a:active {
}

p#pager a:hover, p#pager a:focus {
	color: #ffffff;
	background-color: #5493f2;
	/*color: #d91f1f;
	border-color: #d91f1f;*/
}

p#pager a.current {
	cursor: default;
	font-weight: bold;
	border: 0;
	color: #5493f2;
	background-color: inherit;
}

div.navi {
	text-align: center;
	color: #5493f2;
	margin-bottom: 0.5em;
}