a:link {
	color: #993300;
}

a:visited {
	color: #663300;
}


#menu_first {
	background-color:#eeeecf;
	display: inline;
	margin-left: 125px;
	position: absolute;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 100%;
	line-height: 3em;
}

#menu_first[id] {
	position: fixed;
}

#menu_first a {
	font: bold 1em sans-serif;
	padding: 5px 10px;
	color: #FFFFF0;
	background-color: #a00000;
	margin-left:10px;
}

#menu_first a:hover {
	background: #D00000;
}

#menu_first a.selected {
	padding: 1em 10px;
	color: #FFFFF0;
	background-color: #a00000;
}


#menu_second {
	background-color: #a00000;
	color: #FFFFF0;
	font-weight: bold;
	left: 0px;
	line-height: 2em;
	padding-left: 135px;
	position: absolute;
	text-align: left;
	top: 3em;
	width: 100%;
	z-index: 5;
}

#menu_second[id] {
	position: fixed;
}

#menu_second a {
	font: bold 1em sans-serif;
	padding: 5px 10px;
	color: #FFFFF0;
	background-color: #a00000;
	margin-left:15px;
}

#menu_second a.selected {

}

#menu_second a:hover {
	background: #D00000;
}

#menu_second img {
	vertical-align: middle;
}


body {
	background-color:#eeeecf;
	background-attachment: fixed;
	margin-left: 125px;
	margin-top: 5.5em;
}


#fussnote {
	border-width: 10px;
	position: absolute;
	text-align: justify;
	vertical-align: bottom;
	left: 125px;
	bottom: 5px;
}


#gaestebuch {
	margin-top: 1em;
	margin-left: 10%;
	margin-right: 10%;
}

.gb_eintrag {
	background-color:#a00000;
	display: table;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}

.gb_eintrag p{
	padding: 5px;
}

.gb_eintrag p.betreff{
	border-width: 30px;
	color: #FFFFF0;
	display: table-row;
	padding: 5px;
	//float: right;
}


.gb_eintrag p.name{
	color: #FFFFF0;
	display: table-cell;
	padding: 5px;
	width: 20%;
	//float: left;
}

.gb_eintrag p.inhalt{
	background-color:#FFFFF0;
	display: table-cell;
	padding: 5px;
	width: 80%;
	//float: left;
}


.gb_kommentar {
	display: table;
	margin-bottom: 1.5em;
	width: 100%;
}

.gb_kommentar p{
	display: table-cell;
	padding: 5px;
}

.gb_kommentar p.betreff{
	background-color: #A00000;
	color: #FFFFF0;
	display: table-cell;
	padding: 5px;
	width: 20%;
	//float: left;
}


.gb_kommentar p.kommentar{
	background-color:#FFFFF0;
	display: table-cell;
	font-style: italic;
	padding: 5px;
	width: 80%;
	//float: left;
}


.gb_navi {
	display: table;
	table-layout: inherit;
	width: 100%;
}

.gb_navi p {
	display: table-cell;
	padding: 5px;
	// float:left; // IE braucht das, ja, mit Kommentar das ignoriert der nämlich, die anderen nicht ...
}

.gb_navi p.eintraege{
	background-color: #a00000;
	font-weight: bold;
	color: #FFFFF0;
	padding: 5px;
	width: 20%;
}

.gb_navi p.juengere{
	background-color: #FFFFF0;
	padding: 5px;
	text-align: left;
	width: 20%;
}

.gb_navi p.pages{
	background-color: #FFFFF0;
	padding: 5px;
	text-align: center;
	width: 40%;
}

.gb_navi p.aeltere{
	display: table-cell;
	background-color: #FFFFF0;
	padding: 5px;
	text-align: right;
	width: 20%;
}

.gb_schreiben {
	margin-top: 3em;

	width: 100%;
}

.gb_schreiben form {
	display: table;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gb_schreiben label {
	background-color: #a00000;
	color: #FFFFF0;
	display: table-cell;
	font-weight: bolder;
	padding-right: 1%;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	width: 19%;
	// float:left; // IE braucht das, ja, mit Kommentar das ignoriert der nämlich, die anderen nicht ...

}

.gb_schreiben br {
	display: table-row;
}

.gb_schreiben input.textbox {
	background-color: #FFFFF0;
	width: 98%;
}

.gb_schreiben textarea.textbox {
	background-color: #FFFFF0;
	height: 10em;
	width:  98%;
}

.gb_schreiben input.submit {
	width:  98%;
}


#gaestebuch_fehler {
	margin-top: 1em;
	text-align: center;
}

#gaestebuch_fehler ul {
	margin-left: 40%;
	text-align: left;
}






#login {
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}

#login p {
	text-align: justify;
}

#login form {
	padding: 5px;
	text-align: left;
}

#login form label {
	font-weight: bolder;
	position: absolute;
	margin-left: 0%;
	text-align: right;
	width: 25%;

}

#login form input {
	margin-left: 25%;
	position: absolute;
	width: 25%;
}

#login form input.send {
	margin-left: 25%;
	padding: 3px;
	position: absolute;
	width: 25%;
}


#login warnung {
	color: red;
	display: block;
	font-size: x-large;
	font-weight: bolder;
	padding: 3em;
}

#logo {
	background-color: #eeeecf;
	z-index: 10;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 120px;
	height: 120px;
}

#logo[id] {
	position: fixed;
}

#logo img {
	border-width: thin;
	border-color: black;
	border-style: solid;
	margin-left: 10px;
}

.linklist li {
	padding:50px;
	border: 10px;
	display: inline;
	width: 300px;
}

#left {
	z-index: 5;
	background-color: #a00000;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 82px;
	height: 100%;
}

#left[id] {
	position: fixed;
}

#main {
	margin: auto 1em auto 1em;
	width: auto;
}

#main h1 {
	text-align: center;
}

#main h2 {
	margin-top: 2em;
}

#main h3 {
	padding-top: 1em;
	text-align: center;
}

#main h4 {
	padding-top: 1.5em;
	text-align: left;
}


#main p {
	text-align: justify;
}

#main p.right {
	text-align: right;
}

#main p.wichtig {
	color: red;
	font-weight: bolder;
	text-align: justify;
}

#right {
	z-index: 5;
	background-color: #a32b1a;
	position: absolute;
	top: 0px;
	right: 20px;
	width: 82px;
	height: 100%;
}


#validator {
	z-index: 20;
	position: absolute;
	left: 19px;
	bottom: 0.5em;
}

#validator[id] {
	position: fixed;
}

#validator img {
	border-style: none;
	margin-top: 1em;
}

#zitat {
	text-align: left;
	margin-left: 20%;
	margin-right: 20%;
	font-style: italic;
}

#main img.einzelfoto {
	border: thin;
	border-style:solid;
}

#main img.fotoliste {
	border: thin;
	border-style:solid;
}

#main img.titelbild {

}

#main p.einzelbildlinks {
	float: left;
}

#main p.einzelbildrechts {
	float: right;
}

#main p.einzelfoto-beschriftung {
	display: block;
}

#main p.foto-links {
	float: left;
	margin-right: 1em;
}

#main p.foto-mitte {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 0px;
}

#main p.foto-mitte-beschriftung {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}

#main p.foto-rechts {
	float: right;
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	font-style:italic;
}


#galerie {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#galerie img {
	border: thin;
	border-style:solid;
}

#galerie p.bild {
	text-align: center;
}


#galerie p.beschreibung {
	font-style:italic;
	text-align: justify;
	width: 800px;
}

#galerie p.vorschau {
	display: table-cell;
	float: left;
	height: 260px;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	width: 260px;
}
