@CHARSET "UTF-8";
/* allgemein */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(./../layout/hintergrund_grau.png) repeat-x top left;
	color: #000;
	font-size: 100.1%;
	font-family: Verdana, Tahoma, sans-serif;
}
h2 {
	font-size: 80%;
	letter-spacing: .4em;
	margin-bottom: 2em;
}
h3 {
	font-size: 75%;
	letter-spacing: .3em;
	margin-top: 3.3em;
	margin-bottom: 1.7em;
	text-align: center;
}
p {
	font-size: 80%;
	margin-bottom: 1em;
	margin-top: 1em;
}
p#first {
	padding-top: .5em;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	outline: none;
}
fieldset {
	border: 1px dotted #754134;
	padding: .5em;
	margin: 1em 1em 1em 0;
	font-size: 75%;
	width: 12em;
	display: inline;
}
fieldset.buttonInline {
	border: none 0;
	width: auto;
	padding: 0;
	margin: 0;
}
h4, 
legend {
	font-family: Georgia, Times New Roman, serif;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 105%;
}
h4 {
	font-size: 90%;
}
select {
	width: 11em;
	color: #754134;
}
table {
	font-size: 80%;
	text-align: left;
}
caption {
	font-style: italic;
	text-align: left;
}
th {	
	vertical-align: top;
}
/* speziell */
#container_aussen {
	padding: 0 30px 0 30px;
}
#container_innen {
	width: 966px;
	margin: 0 auto;
}
h1 a,
h1 a:hover,
h1 a:focus {
	color: #200f26;
	font-size: 35%;
	font-weight: bold;
}
#main {
	padding-top: 50px;
}
/* Admin-Menue */
#header p {
	font-size: 65%;
	color: #200f26;
	margin: 1em;
}
#header p a {
	color: #200f26;
}
#header p a:hover {
	text-decoration: underline;
}
/*************************/
/* Hauptbild Startseite */
#main img {
	display: block;
}
#startbild_quer {
	border: 1px solid #000;
	width: 543px;
	margin: 0 auto;
}
#startbild_hoch {
	border: 1px solid #000;
	height: 543px;
	margin: 0 auto;
}
#startbild_quer img,
#startbild_hoch img {
	border: 3px solid #fff;
}
/************************************/
/* Formulare Bilder und Kategorien */
#formulare {
	margin: 0 auto;
}
#formulare div {
	margin-top: 20px;
	float: left;
	max-width: 400px;
}
#formulare #formLinks {
	margin-left: 30px;
	border-right: 1px dotted;
	padding-right: 75px;
}
#formulare #formRechts {
	margin-left: 75px;
}
#formulare label {
	display: inline-block;
	width: 140px;
}
#formulare input,
#formulare select {
	margin-top: .3em;
	color: #000;
}
#formulare ol {
	padding: 20px;
	font-size: 80%;
}
#formulare ol li {
	list-style: none;
}
/* allgemeine Formulare */
#formular {
	margin: 2.5em auto -2.5em auto;
	width: 350px;
}
#autor, 
#email,
#homepage,
#inhalt, 
#antwort {
	width: 250px;
}
/************************/ 
/* alle Bilder anzeigen*/
#alleBilder {
	border-top: 1px dotted;
	padding-top: 15px;
}
table#bilderTabelle {
	border: 1px solid #000;
	margin: 15px 0;
	border-collapse: collapse;
}
#bilderTabelle th {
	background-color: #dfaa6e;
}
#bilderTabelle tr:nth-child(odd) {
	background-color: #ffdead;
}
#bilderTabelle tr:nth-child(even) {
	background-color: transparent;
}
#bilderTabelle th,
#bilderTabelle td {
	border-left: 1px dotted #000;
	padding: 4px;
}
#bilderTabelle td {
	font-size: 80%;
}
#bilderTabelle img {
	border: 1px solid;
}
/********************/
/* Hauptmenue */
#menu {
	margin: 30px auto 0 auto;
	text-align: center;
	position: relative;
	width: 537px;
}
#menu li a {
	width: 57px;
	height: 57px;
	display: block;
	position: absolute;
	top: 30px;
	color: #cf7e21;
	font-size: 65%;
	font-weight: bold;
	border: 1px solid #000;
}
#menu li a:hover,
#menu li a:focus {
	border: 1px solid #cf7e21;
}
#menu a span {
	position: absolute;
	top: 63px;
	color: #cf7e21;
	visibility: hidden;
}
#menu a:hover span,
#menu a:focus span {
	visibility: visible;
}
a#neuesteBilder {
	background: transparent url("./../layout/neuesteBilder.jpg") no-repeat;
}
a#neuesteBilder:hover,
a#neuesteBilder:focus {
	background: transparent url("./../layout/neuesteBilder_hover.jpg") no-repeat;
}
a#neuesteBilder:hover span,
a#neuesteBilder:focus span,
a#neuesteBilder:active span {
	left: 0;
}
a#alben {
	left: 121px;
	background: transparent url("./../layout/alben.jpg") no-repeat;
}
a#alben:hover,
a#alben:focus {
	background: transparent url("./../layout/alben_hover.jpg") no-repeat;
}
a#alben span.hover {
	left: 13px;
}
a#specials {
	left: 239px;
	background: transparent url("./../layout/specials.jpg") no-repeat;
}
a#specials:hover,
a#specials:focus {
	background: transparent url("./../layout/specials_hover.jpg") no-repeat;
}
a#specials span.hover {
	left: 6px;
}
a#gaestebuch {
	left: 355px;
	background: transparent url("./../layout/gaestebuch.jpg") no-repeat;
}
a#gaestebuch:hover,
a#gaestebuch:focus {
	background: transparent url("./../layout/gaestebuch_hover.jpg") no-repeat;
}
a#gaestebuch span.hover {
	left: -1px;
}
a#links {
	right: 0;
	background: transparent url("./../layout/links.jpg") no-repeat;
}
a#links:hover,
a#links:focus {
	background: transparent url("./../layout/links_hover.jpg") no-repeat;
}
a#links span.hover {
	left: 14px;
}
#error404 {
	width: 543px;
	margin: 0 auto;
}
#error404 a {
	color: #000;
	text-decoration: underline;
}
#error404 img {
	border: 2px solid #000;
}
/***********/
/* Footer */
#footer {
	clear: both;
	position: relative;
	margin: 180px auto 0 auto;
	padding-bottom: 20px;
	width: 300px;
	font-size: 62%;
	color: #200f26;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
}
#footer a {
	color: #200f26;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
}
#footer a:hover,
#footer a:focus {
	color: #cf7e21;
}
#footer a#kontakt,
#footer a#about {
	border-right: 2px solid #200f26;
}
#footer a#kontakt {
	padding-right: 8px;
}
#footer a#about {
	margin-left: 8px;
	padding-right: 8px;
}
#footer a#impressum {
	margin-left: 8px;
}
/**************/

/* Allgemeine Klassen */
.left,
.right {
	margin-bottom: 4.5em;
	width: 230px;
	height: 173px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.gruss {
	font-style: italic;
}
.anmerkung {
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    margin-top: 2em;
}
.sternchen {
	color: #ff4500; 
}
.height1-3em {
	height: 1.3em;
}
.ausgegraut {
	color: #a1a0a0;
}
.fett {
	font-weight: bold;
}
#formulare ol li ol.ol-innen {
	padding: 0 0 0 140px;
	font-size: 100.1%;
	margin-top: -1em;
}
#formulare input.button {
	margin-top: 1.5em;
}
#imgName,
#neuerBildName,
#kategorie,
#neuerKatName {
	background: #fff url(./../layout/status.gif) 120px 0 no-repeat;
	border: 1px solid #ccc;
}
#imgName.thinking,
#neuerBildName.thinking,
#kategorie.thinking,
#neuerKatName.thinking {
	background-position: 120px -19px;
}
#imgName.approved,
#neuerBildName.approved,
#kategorie.approved,
#neuerKatName.approved {
	background-position: 120px -35px;
	background-color: #c3e334;
}
#imgName.denied,
#neuerBildName.denied,
#kategorie.denied,
#neuerKatName.denied {
	background-color: #a60a0a;
	background-position: 120px -52px;
	color: #fff;
} 
#bilderlader {
	display: none;
}