/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {margin: 0; padding: 0; border: 0; outline: 0;
                  font-size: 100%; vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse; border-spacing: 0;}

/*
	Font Information:
	Copyright (c) 2010, Pablo Impallari (www.impallari.com|impallari@gmail.com),
	Copyright (c) 2010, Igino Marini. (www.ikern.com|mail@iginomarini.com),
	with Reserved Font Name Dancing Script.
*/

@font-face {	 
	font-family: 'DancingScript';
    src: url('../extras/dancingscript-regular-webfont.eot');
    src: url('../extras/dancingscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../extras/dancingscript-regular-webfont.ttf') format('truetype');
	src: local('DancingScript'),
         url('../extras/DancingScript-Regular.otf') format('opentype');
}

html, body { height: 100%;}
body > #content { height: auto; min-height: 100%;}

body {
	background: #ecece4 url(../images/bg.jpg) repeat-x;
	font: normal 100.01% "Palatino Linotype", Palatino, serif;
	color: #333;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
	color: #853822;
}

h2 { font-size: 1.3em; padding: 0.6em 0 0.8em 0; letter-spacing: 0.05em;}

p, blockquote, ol, ul {
	line-height: 160%;
	font-size: 0.9em;
	padding: 0.6em 0;
}

ol, ul 
{
	margin: 0 0 0 2em;
	padding: 0;
}

a {
	border-bottom: 1px solid #E0E0E0;
	text-decoration: none;
	color: #5B5A5A;
}

a:hover {
	border: none;
}

.clear { clear:both;}

blockquote 
{
	margin:1em;
	padding:0 0 0 1em;
	border-left:#666 2px solid;
}

img.left 
{
	float:left;
	margin: 0 1em 1em 0;
	border: 1px solid #a59f90;
}

img.center 
{
	display: block;
	margin: 1em auto;
	border: 1px solid #a59f90;
}

img.right 
{
	float:right;
	margin:0 0 1em 1em;
	border-bottom: 1px solid #a59f90;
}

/* Header */

#header {
	height: 419px;
	background: url(../images/head.jpg) no-repeat right top;
}

#header h1 {
	font: 5.8em 'DancingScript', "Palatino Linotype", Palatino, serif;
	text-shadow: 1px 1px #fff;
	padding: 270px 30px 0 0;
	text-align: right;
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #4f3421;
}

#header h2 {
	margin: -20px 0 0 0;
	padding: 0 30px 0 0;
	text-align: right;
	letter-spacing: 0.02em;
	font-size: 1em;
	color: #4F3421;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: #fbf8ea url(../images/contbg.gif) repeat-y;
	text-align: left;
}

/* Inhalt */

#main {
	float: left;
	width: 560px;
}
#main .inhalt {
	margin: 0 30px;
	padding: 40px 0;
	background: #fffcf8 url(../images/leaves.jpg) top center no-repeat;
	font-size: 1em;
}
#main p.sign { 
	font: 1.4em 'DancingScript', "Palatino Linotype", Palatino, serif;
	color: #853822;
	margin: -0.6em 0;
}
#main .inhalt h2 { 
	margin-top: 16px;
}
#main .inhalt h3 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin-top: 8px;
}

#main .inhalt table a { border: none;}

/* Lightbox Style */

.gallery {
	width: 500px;
}
.gallery ul { list-style: none; margin: 0;}
.gallery ul li { display: inline;}
.gallery ul img {
	background-color: #222222;
    border: 1px solid #2A2A2A;
	margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 3px 8px;
}
.gallery a { border: none;}
.gallery ul a:hover img {
	border: 1px solid #fff;
	color: #fff;
}
.gallery ul a:hover { color: #fff;}

/* Navigation */

#navi {
	float: left;
	width: 200px;
}
#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi li {
	border-bottom: 1px solid #a59f90;
}
#navi h3 {
	font: 1.5em 'DancingScript', "Palatino Linotype", Palatino, serif;
	text-shadow: 1px 1px #fff;
}
#navi li a {
	display: block;
	padding: 30px 20px 30px 40px;
	background: #fbf8ea url(../images/leave01.jpg) left center no-repeat;
	color: #853822;
	text-decoration: none;
	border: none;
}

#navi li a:hover {
	background: #eee1af url(../images/leave02.jpg) left center no-repeat;
	color: #333;
}

/* aktiver Menuepunkt*/

#navi #activ {
	background: #eee1af url(../images/leave02.jpg) left center no-repeat;
	padding: 30px 40px;
}
#activ ul {
	margin: 0;
	padding: 0;
}
#activ li {
	display: inline;
}
#activ h3 {
	color: #333;
	text-shadow: 1px 1px #fff;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	background: #fffcf8;
	border-top: 1px solid #a59f90;
}

#footer * {
	color: #999;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 0.7em;
}

#header, #content, #navi, #footer { overflow: hidden;}
