@CHARSET "UTF-8";
/*
@font-face {
	font-family: 'Orbitron Medium';
	src: url("../fonts/Orbitron/orbitron-medium-webfont.woff")
		format("woff");
}
*/
a img {
	border: none;
}

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #252525;
	background-repeat: repeat;
	margin: 30px 0px 0px 0px;
}

/* Hauptnavigation auf index.php */
nav {
	color: #ccc;
	padding-top: 1em;
	padding-left: 1em;
}

/* Footernavigation */
footer nav ul li {
	display: inline;
}

#header {
	height: 100px;
	position: absolute;
	top: 0px;
	width: 100%;
}

/* gesamter mittlerer Bereich */
#main {
	background: rgba(250, 207, 154, 0.05);
	width: 60%;
	padding: 60px 10px 80px 10px;
	/*position: relative;*/
	top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	/*text-align: justify;*/
	min-height: 100%;
	height: 100%;
}

/* Zentralbild in einzelbild.php */
#mainpic {
    box-shadow: 10px 20px 30px #202020;
    border: 1px solid #666666;
}

/*Bereich der Thumbs in der Tabellendarstellung*/
#thumbs {
	margin-top: 80px;
	overflow: auto;
	text-align: right;
    height: 100%;
}

/*linker Freiraum*/
#links {
	margin: 0px;
	width: 19%;
	min-height: 100%;
	float: left;
	overflow: visible;
}

/* Anzeigebereich im linken Freiraum */
#displayLeft {
	position: relative;
	top: 210px;
	text-align: right;
	border-right: 1px dashed #bbb;
}

/* Navigation im linken Anzeigebereich */
#navLeft {
	margin-top:2em;
}

/*rechter Freiraum*/
#rechts {
	width: 18%;
	height: 100%;
	float: right;
    padding-top: 80px;
    font-family: arial, verdana, helvetica, sans-serif;
    margin: 130px 0px 0px 0px;
    font-size: 0.8em;
    color: #888888; 
    border-left: none;
}

img {
	margin: 10px 10px 10px 10px;
}

/* Thumbs der Tabellendarstellung */
.tableThumb {
    text-align: center;
}

.thumb {
	box-shadow: 5px 10px 15px #202020;
	vertical-align: bottom;
}

/* alle Navigationsicons ohne Rahmen darstellen */
img.navi {
	border: none;
}

ul {
	list-style: none;
}

/* bild auf index.php*/
#index_img {
	text-align: center;
	margin-top: 5em;
}

/* Collectionanzeige auf Seite auswahl.php */
#auswahl_collection {
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	/*line-height: 150%;
	margin-bottom: 1em;*/
	letter-spacing: 0.4em;
	background-color: #AD906C;
	color: #252525;
	font-family: 'Orbitron';
}

/* Schrift joerg czeschla */
#cz {
	height: 23px;
	background-color: #9f9f9f;
	border-bottom: 2px solid black;
	color: #222222;
	font-family: 'Orbitron', sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 20px;
	padding-left: 15%;
	padding-bottom: 10px;
	margin-top: -26px;
	margin-bottom: 10px;
}

/* Titelbereich mit Namen und Kategorie */
#titel {
	margin-left: 100px;
	color: #dfdfdf;
	font-family: 'Orbitron', sans-serif;
	letter-spacing: 0.15em;
	font-size: 50px;
	padding-top: 16px;
}

#bildtitel {
	color: #ccc;
	padding: 5px;
	font-weight: bold;
}

/* Datum der Einzelbilddarstellung */
#datum, .datum, .jahr {
	font-family: "Courier New", Monospace;
	font-weight: normal;
	font-size: 0.8em;
	letter-spacing: 0.3em;
	color: #ccc;
}

/* Kommentartext unter den EXIF-Daten in einzelbild.php */
#comment {
	border-top: 1px solid #333333;
}

/* Kommentartext unter den EXIF-Daten in einzelbild.php ohne Rand */
#comment_borderless, #comment {
	padding: 10px 5px 5px 5px;
	color: #ccc;
}

/* Disclaimer Text */
#disclaimer, #datenschutz {
	font-size: 0.8em;
	color: #999;
	text-align: left;
	/*width:900px;*/
	margin: auto;
	margin-top: 50px;
}

/* Disclaimer Title */
.disclaimer {
	color: #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
}

/* Datenschutzerkl&#228;rung */
#disclaimer h2, #datenschutz h2 {
	font-size: 1.2em;
}

#datenschutz h3 {
	font-size: 1.1em;
}

#datenschutz h4 {
	font-size: 1em;
}

#datenschutz ul li {
	list-style-type: disc;
}

/* EXIF-Daten in einzelbild.php */
#exifBorderless, #exif {
	font-family: "Courier New", Monospace;
	margin-top: 2em;
	border-top: 1px solid #333;
	padding: 5px;
	color: #ccc;
}

/* Impressum */
#impressum {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #999;
	/*top: 5%;*/
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

#footer {
	clear: right;
	font-size: 11px;
	text-align: center;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: solid 1px #333;
	width: 50%;
	color: #333;
}

a:link {
	color: #ccc;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #888;
	text-decoration: none;
}

/* 'Lichtbilder' bzw. Kategorie im Seitenheader systemweit */
div#titel>a:link {
	color: #dfdfdf;
}

div#titel>a:active {
	color: #dfdfdf;
}

div#titel>a:visitied {
	color: #dfdfdf;
}

div#titel>a:hover {
	color: #dfdfdf;
}

/* 'Jörg Czeschla' im Seitenheader systemweit */
div#cz>a:link {
	color: #222222;
}

div#cz>a:active {
	color: #222222;
}

div#cz>a:visitied {
	color: #222222;
}

div#cz>a:hover {
	color: #222222;
}