/* -=-=-=-=-=-=-=-=-=- allgemeines -=-=-=-=-=-=-=-=-=- */
body {		padding: 6px;
			margin: 0;
			min-width: 600px; }
img,table {	border: 0; }
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #00688B;
}


/* -=-=-=-=-=-=-=-=-=-=- Verweis -=-=-=-=-=-=-=-=-=-=- */
a.href {	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	border-style: none; 
	text-decoration: underline;
}
a.href:link {
	background-color: transparent;
	color: #6CA6CD;
}
a.href:visited {
	background-color: transparent;
	color: #C4DBEB;
}
a.href:hover {
	background-color: #CAE1FF;
	color: #00688B;
}
a.href:active {
	background-color: transparent;
	color: #FF00EF;
}

/* -=-=-=-=-=-=-=-=-=-=- Banner -=-=-=-=-=-=-=-=-=-=- */
#titelz #titelz_oben {
	border: 1px solid #FFF;
	height: 19px;
}
#titelz #titelz_unten, #titelz #titelz_drueber {
	border: 1px solid #000000;
	background-color: #6CA6CD;
	height: 16px;
}
#titelz #titelz_drueber, #titelz #titelz_text {
	position: absolute;
	top: 8px;
	left: 50%;
	right: 31%;
	width: 19%;
	height: 19px;
	border-bottom: none;
}
#titelz #titelz_text {
	padding: 11px 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2.5px;
}


/* -=-=-=-=-=-=-=-=-=-=-=- Menü -=-=-=-=-=-=-=-=-=-=-=- */
#menu {	padding: .1em .2em 0 .3em;
		text-align: right;
}
#menu #designquad {
	text-align: left;
	height: 19px;
}
#menu #designquad img {
	width: 19px;
	height: 19px;
	position: relative;
	top: -2px;
}
#menu .menuzeile {
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#menu .menuzeile li {
	display: inline;
	line-height: 2.1em;
}
#menu .menuzeile li a {
	margin: 0 .1em 0 0;
	padding: 4px 6px;
	border: 1px solid #009ACD;
	background-color: #CAE1FF;
	color: #000000;
	text-decoration: none;
}
#menu .menuzeile :hover, #menu .menuzeile li.vorort a { background-color: #F8F8FF; }
#menu .menuzeile li.vorort a { font-weight: bold; }


/* -=-=-=-=-=-=-=-=-=-=- Submenü -=-=-=-=-=-=-=-=-=-=- */
#submenu {
	padding-left: .3em;
	float: left;
	width: 25ex;
	overflow: hidden;
}
#submenu #menuspalte {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#submenu #menuspalte a {
	display: block;
	border: 1px solid #009ACD;
	margin-bottom: 2px;
	padding: 4px 6px;
	background-color: #CAE1FF;
	text-align: center;
	color: #000;
	text-decoration: none;
}
#submenu #menuspalte a:hover, #submenu #menuspalte a.vorort { background-color: #F8F8FF; }
#submenu #menuspalte a.vorort { font-weight: bold; }


/* -=-=-=-=-=-=-=- Inhalt neben Submenü -=-=-=-=-=-=-=- */
#subinhalt { margin-left: 25ex; }
/* -=-=-=-=-=-=-=-=-=-=- Inhalt -=-=-=-=-=-=-=-=-=-=- */
.inhalt {
	border: 1px dotted #FFF;
	margin-right: -2px;
	padding: 20px 25px 45px 25px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment:fixed;
}
.inhalt h1 { padding-top: 12px; padding-left:  0px; }
.inhalt h2 { padding-top: 10px; padding-left:  4px; }
.inhalt h3 { padding-top:  8px; padding-left:  8px; }
.inhalt h4 { padding-top:  6px; padding-left: 12px; }
.inhalt h5 { padding-top:  4px; padding-left: 16px; }
.inhalt h6 { padding-top:  2px; padding-left: 18px; }
.inhalt p { padding-left: 20px; }
.inhalt p em { font-weight: bold; }
.inhalt pre { font-size: 110%; }
.inhalt hr {
	padding-left: 40px;
	border: 1px solid #6CA6CD;
	width: 50%;
	height: 0;
}
.inhalt .center {
	text-align: center;
}
.inhalt a.href img { vertical-align: bottom; }
/* -=-=-=-=-=-=-=-= Inhalt - Verzeichnis =-=-=-=-=-=-=-=- */
.inhalt div#verz {
	border: 1px solid #009ACD;
	margin-left: 20px;
	padding: 1em 1.5em;
	float: left;
}
.inhalt div#verz div {		padding: .25em 0 .15em;	}
.inhalt div#verz div div {	padding: .15em 0 .15em 1em;	}
.inhalt div#verz a.href:link {	color: #00688B;	}
.inhalt div.cl {	clear:left	}

/* -=-=-=-=-=-=-=-=- Inhalt - Rezepte -=-=-=-=-=-=-=-=- */
.inhalt div.rezeptzutaten {
	float: left;
}

/* -=-=-=-=-=-=-=- Gästebuch - Eintragen -=-=-=-=-=-=-=- */
.inhalt #gaeste b {
	letter-spacing: 2px;
	padding-left: 3px;
}
.inhalt #gaeste #eintragen { padding-bottom: 10px; }
.inhalt #gaeste #eintragen div { padding-top: 10px; }
.inhalt #gaeste #eintragen .titel, .inhalt #gaeste #eintragen .legende {
	float: left;
	width: 125px;
	text-align: right;
}
.inhalt #gaeste #eintragen .feld, .inhalt #gaeste #eintragen .button {
	padding-left: 12px;
}
.inhalt #gaeste #eintragen #leeren {
	padding-left: 122px;
	padding-right: 0px;
}
.inhalt #gaeste #eintragen .legende {
	color: #6CA6CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}


/* -=-=-=-=-=-=-=- Gästebuch - Einträge -=-=-=-=-=-=-=- */
.inhalt #gaeste h2 { margin: 5% 5% 0 5%; }
.inhalt #gaeste div.eintrag {
	margin: 10px 5% 0 5%;
	width: 90%;
}
.inhalt #gaeste .verweise {		text-align: center; }
.inhalt #gaeste .verweise .rueck {	float: left; }
.inhalt #gaeste .verweise .vor {	float: right; }
.inhalt #gaeste .eintrag {		border: 1px solid #00688B; }
.inhalt #gaeste .eintrag .titel {
	padding: 5px 5px 5px 5px;
	background-color: #CAE1FF;
	color: #009ACD;
}
.inhalt #gaeste .eintrag .titel .autor {
	letter-spacing: 1px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.inhalt #gaeste .eintrag .titel .autor .name {
	color: #00688B;
	font-size: 12px;
	font-weight: normal;
}
.inhalt #gaeste .eintrag .titel .datum {
	float: right;
	padding-top: 2px;
	text-align: right;
	
	letter-spacing: 1px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.inhalt #gaeste .eintrag .gasttext {
	padding: 8px 8px 8px 8px;
	border-top: 1px solid #00688B;
	background-color: #F8F8FF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
.inhalt #gaeste .eintrag a.href {
	background-color: transparent;
	color: #00688B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}
.inhalt #gaeste .eintrag a.href:visited { color: #009ACD; }
.inhalt #gaeste .eintrag a.href:hover { background-color: #F8F8FF; }


/* -=-=-=-=-=-=-=-=- Email-Formular -=-=-=-=-=-=-=-=- */
.inhalt #mailer b {
	letter-spacing: 2px;
	padding-left: 3px;
}
.inhalt #mailer #formular {		padding-bottom: 10px; }
.inhalt #mailer #formular div {	padding-top: 10px; }
.inhalt #mailer #formular .titel, .inhalt #mailer #formular .legende {
	float: left;
	width: 125px;
	text-align: right;
}
.inhalt #mailer #formular .feld, .inhalt #mailer #formular .button {
	padding-left: 12px;
}
.inhalt #mailer #formular #leeren {
	padding-left: 27px;
	padding-right: 0px;
}
.inhalt #mailer #formular .legende {
	color: #6CA6CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}


/* -=-=-=-=-=-=-=-=-=- w3c-Verweise -=-=-=-=-=-=-=-=-=- */
#w3c {	clear: both;
	border: 1px dotted #FFFFFF;
	margin-right: -2px;
	padding: 6px 6px 4px 6px;
}
#w3c img {
	width: 88px;
	height: 31px;
}


/* -=-=-=-=-=-=-=-=-=-=- Robots -=-=-=-=-=-=-=-=-=-=- */
#hide {	height: 0; width: 0; overflow: hidden; }


/* -=-=-=-=-=-=-=-=-=-=- Fußzeile -=-=-=-=-=-=-=-=-=-=- */
#unten {border: 1px solid #FFF;
	padding: 8px 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	letter-spacing: 1px;
}
#statusinfo {
	display: block;
	padding: 2px 5px;
}
#statusinfo span span {
	float: right;
	margin-bottom: 3px;
}
#statusinfo span span.statisch { float: right; }
#statusinfo span.statisch { float: left; }
#statusinfo .statisch {
	padding-right: 5px;
	text-align: right;
	
	color: #00688B;
}
#statusinfo .variabel {
	letter-spacing: 0px;
	color: #6CA6CD;
}
#statuszeile {
	display: block;
	clear: right;
	padding: 2px 5px;
	border: 1px solid #000;
	text-align: right;
	
	background-color: #6CA6CD;
	color: #000;
}
#statuszeile span span {
	padding-left: 2px;
	
	background-color: #4D77A9;
	color: #F8F8FF;
}
#statuszeile span { float: left; }
#statuszeile span span { float: none; }

