/* -------------------------------- Body ------------------------------------- */
body {
    margin: 0;
    padding: 0 0 7px 0;
    background: #fff url(/picture/bg.jpg) repeat;
}

/* -------------------------------- Ueberschriften ------------------------------------- */
h1, h2, h3 {
    font-family: georgia, serif;
    margin-bottom: 0;
}
h1 {
    position: absolute;
    left: -3000px;
}
h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
#text h3 {
    font-size: 14px;
    margin-bottom: 2px;
}

/* -------------------------------- Container ------------------------------------- */
#layout	{
    background:	url(/picture/site_bg.jpg) repeat-y top left;
}
#header	{
    background:	url(/picture/top.jpg) no-repeat;
    width: 470px;
    padding: 80px 65px 0 400px;
}
#text {
    float: left;
    width: 480px;
}
#nav {
    position: absolute;
    left: 20px;
    top: 300px;
    width: 259px;
    height: 255px;
}
#nav ul, #nav li {
    margin: 0;
    padding: 0;
}
#nav li	{
    list-style: none;
    padding: 3px 0 0 5px;
    font: 12px/14px georgia, serif;
    border-bottom: 1px solid #B8BAA6;
}
#nav h3	{
    margin: 30px 0 3px 23px;
    font-size: 13px;
    color: #333;
}
#nav a {
    padding: 0 0 0 20px;
    background: transparent url(/picture/box.gif) no-repeat;
    text-decoration: none;
    color: #601A18;
}
#nav a:hover {
    color: #000;
}
#nav a:visited {
    background: transparent url(/picture/check.gif) no-repeat;
}
#footer	{
    padding: 20px 170px 0;
    clear: left;
    background: url(/picture/footer.jpg) no-repeat;
    height: 50px;
    margin: 0 0 0 313px;
    text-align: center;
}

/* -------------------------------- Sonstiges ------------------------------------- */
img {
    border: 0;
}
a:link, a:visited, a:hover, a:active {
	color:#601A18;
	text-decoration: underline;
}
a:hover {
	color:	#000;
	text-decoration: none;
}

p, ul, dl, li {
    font: 13px/19px georgia, serif;
    margin-top: 0;
}
p {
    margin-bottom: 20px;
}

.clear {
    clear: both;
}
blockquote {
    display: block;
    padding: 8px 0 21px 0;
    border-top: 1px solid #C2B5A3;
    color: #000;
    font-family: "Georgia", "Times", "Times New Roman", serif;
    font-size: 13px;
    background: transparent url(/picture/quote.gif) bottom right no-repeat;
    margin: 15px 25px 5px 5px !important;
}
blockquote p {
    color: #000;
    font-family: "Georgia", "Times", "Times New Roman", serif;
    font-size: 13px;
    line-height: 1.6em;
    padding: 0 9px 9px 9px !important;
    margin: 0 !important;
}
blockquote p .klein, p.klein {
    color: #000;
    font-family: "Georgia", "Times", "Times New Roman", serif;
    font-size: 9px;
    line-height: 1.6em;
    padding: 0 9px 9px 9px !important;
    margin: 0 !important;
}
blockquote p a {
    text-decoration: none;
    color: #601A18;
    font-weight: bold;
}
blockquote p a:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
}
.druck {
    display: none;
}
