@import url("lightbox.css");

body {
	background:	url('../images/hintergrund.jpg');
	margin: 0;
	padding: 0;
	font: 11px Verdana, sans-serif;
	color: #000;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-align: center;
}

#container {
	position: relative;
	margin: 5px auto;
	width: 760px;
	text-align: left;
}

#header {
	background: url('../images/header.jpg') no-repeat;
	height: 290px;
}

#headerbild {
	background: url('../images/headerbild.jpg') no-repeat;
	height: 195px;
	width: 442px;
	position: absolute;
	top: 47px;
	left: 315px;
}

#aphorism {
	font: 9px Georgia;
	font-style: italic;
	position: absolute;
	top: 160px;
	left: 80px;
	width: 140px;
}

#content {
	text-align: left;
	background: url('../images/content.gif');
	width: 730px;
	padding: 15px 15px 0 15px;
}

#links {
	float: left;
	width: 213px;
}

#rechts {
	float: left;
	width: 429px;
	margin-left: 88px;
}

.content_links {
	background: #F3EEEA;
	margin-bottom: 25px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topright: 20px;
}

.content_rechts {
	background: #F3EEEA;
	margin-bottom: 25px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
}

.clear {
	clear: both;
}

/**Navigation**/

#navi_oben {
	color: #F3EEEA;
	font-size: 11px;
	position: absolute;
	top: 25px;
	left: 615px;
}

#navi_unten {
	color: #F3EEEA;
	font-size: 11px;
	text-align: center;
}

#navi_haupt {
	color: #F3EEEA;
	font-size: 13px;
	position: absolute;
	top: 31px;
	left: 234px;
	line-height: 45px;
	font-variant:small-caps;
	text-align: center;
}

#navi_haupt a, 
#navi_oben a, 
#navi_unten a,
#navi_oben a:active, 
#navi_unten a:active,
#navi_haupt a:hover {
	color: #F3EEEA;
	text-decoration: none;
}

#navi_haupt .act a,
#navi_haupt .subact a {
	text-decoration: underline;
}

#navi_oben a:hover, 
#navi_unten a:hover {
	text-decoration: none;
	background-color: #000;
	color: #990066;
}

#navi_haupt ul {
	list-style-type: none; 
	margin: 0;
	padding: 0;
}

#navi_haupt li {
	margin: 0;
	padding: 0;
}
/****/

h1 {
	font: 20px Georgia;
	color: #990066;
	padding: 15px 20px;
	margin: 0;
}

h2 {
	font: 14px Georgia;
	color: #990066;
	padding: 0 20px;
}

h3 {
	font: 12px Georgia;
	color: #F3EEEA;
	background-color: #990066;
	padding: 2px;
	margin: 0;
}

h4 {	
	font: 11px Verdana, sans-serif;
	color: #666;
	border-bottom: 1px solid #bbb;
	margin: 0 20px 10px;
}

p {
	margin: 0;
	padding: 0 20px 15px;
}

.eintrag {
	font: 11px Verdana, sans-serif;
	line-height: 16px;
	background-color: #fff;
	margin: 0 20px 15px;
	margin-bottom: 15px;
}

.text {
	margin: 0;
	padding: 5px;
}

#abschluss {
	background: url('../images/pusteblumenhaufen.gif') no-repeat;
	width: 760px;
	height: 72px;
}

/**LINKS**/
a {
	text-decoration: none;
	color: #990066;
}

a:hover {
	background-color: #990066;
	text-decoration: none;
	color: #F3EEEA;
}

a:hover img { background-color: #F3EEEA;}

#bottomNav a:hover {
	background: none;
}

/**Table**/

table {
	margin: 0 20px;
}

th {
	vertical-align: top;
	font-weight: normal;
	color: #990066;
}


/**Listen**/

ul {
	padding-bottom: 15px;
}

li {
	padding-bottom: 5px;
}

/**Bilder**/

.thumbs {
	padding: 0 20px;
	text-align: center;
	padding-bottom: 5px;
}

.thumbs img {
	margin: 0 5px 10px;
	padding: 3px;
	border: 1px solid #DDD;
}

.thumbs a:hover {
	background: none;
}

img {
	padding-bottom: 15px;
}

.thumbs a:hover img {
	background: none;
	text-decoration: none;
}

/**Formular**/

table.formular td {
		vertical-align: top;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	
input, textarea {
	position: relative;
	width: 220px;
	margin-left: 11px;
	
	font-family: verdana, sans-serif;
	font-size: 100%;
}

input:active, textarea:active {
	border: 1px solid #000;
}

input.button {
	width: auto;
}

textarea {
	height: 150px;
}

/**Gästebuch**/

p input {
	position: relative;
	font-family: verdana, sans-serif;
	font-size: 100%;
}

p input, p textarea {
	width: 170px;
	margin: 0;
	padding: 0;
}

.error {
	color: #990066;
}
