body {
    font-family: georgia, times, serif;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    font-size: 13px
}

h1, h2, h3, h4 {
    clear: both;
}

.titel {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.sitetitel {
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.content, .content td {
    color: #88452B;
    font-size: 13px;
    font-style: normal;
    line-height: 22px;
}

.pfad {
    color: #000000;
    font-size: 13px;
}

.copyright, a.copyright, a.copyright:active, a.copyright:hover, a.copyright:link, a.copyright:visited {
    color: #ffffff;
    font-size: 13px;
}

/*nav*/
.nav, .nav_pressed {
    color: #7C1D01;
    text-decoration: none;
    line-height: 12pt;
    font-size: 13px;
    padding-left: 5px;
}

a.nav, a.nav:active, a.nav:hover, a.nav:link, a.nav:visited {
    color: #7C1D01;
    text-decoration: none;
    line-height: 25px;
    font-size: 13px;
}

a.nav:hover {
    color: #000000;
}

a.nav_pressed, a.nav_pressed:active, a.nav_pressed:hover, a.nav_pressed:link, a.nav_pressed:visited {
    color: #000000;
    text-decoration: none;
    line-height: 25px;
    font-size: 13px;
    font-weight: bold;
}

/*nav2*/
.nav2, .nav2_pressed {
    padding-left: 10px;
}

a.nav2, a.nav2:active, a.nav2:hover, a.nav2:link, a.nav2:visited {
    color: #7C1D01;
    text-decoration: none;
    line-height: 15px;
    font-size: 12px;
    display: block;
    padding-left: 5px;
}

a.nav2:hover {
    color: #000000;
}

a.nav2_pressed, a.nav2_pressed:active, a.nav2_pressed:hover, a.nav2_pressed:link, a.nav2_pressed:visited {
    color: #000000;
    text-decoration: none;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
}

/*nav3*/
.nav3, .nav3_pressed {
    padding-left: 15px;
}

td.nav3_pressed {
	background-color: #FFC15F;
}

a.nav3, a.nav3:active, a.nav3:hover, a.nav3:link, a.nav3:visited {
    color: #7C1D01;
    text-decoration: none;
    line-height: 15px;
    font-size: 12px;
    display: block;
}

a.nav3:hover {
    color: #000000;
}

a.nav3_pressed, a.nav3_pressed:active, a.nav3_pressed:hover, a.nav3_pressed:link, a.nav3_pressed:visited {
    color: #111;
    text-decoration: none;
    line-height: 15px;
    font-size: 12px;
    display: block;
	font-weight: bold;
}

input, textarea, select {
    font-size: 13px;
    border-width: 1px;
}

/*a*/
a {
    color: #000000;
    text-decoration: none;
    line-height: 14pt;
    font-size: 13px
}

a:active {
    color: #000000;
    text-decoration: none;
    line-height: 14pt;
    font-size: 13px
}

a:hover {
    color: #000000;
    text-decoration: none;
    line-height: 14pt;
    font-size: 13px
}

a:link {
    color: #000000;
    text-decoration: none;
    line-height: 14pt;
    font-size: 13px
}

a:visited {
    color: #000000;
    text-decoration: none;
    line-height: 14pt;
    font-size: 13px
}

td {
    font-family: georgia, times, serif;
    font-style: normal;
    line-height: 15px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    font-size: 13px
}

.kleines_schwarzes {
    font-family: georgia, times, serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000
}

.anriss_title {
    font-family: georgia, times, serif;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}

hr {
    clear: both;
    padding-top: 10px;
    border: 0px solid #ddd;
}



.page_gallery {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 15px;
    width: 165px;
    float: right;
}

.page_gallery_thumbnail {
    width: 165px;
    height: 165px;
    float: left;
    text-align: center;
    padding: 5px;
    margin:0 9px 9px 0;
    font-style: italic;
    font-size: 13px;
}

div.page_gallery_thumbnail {
}

.page_gallery_thumbnail img {
    max-width: 165px;
    max-height: 165px;
}

.page_gallery_overlay {
    background: url("images/page_gallery_overlay.png") no-repeat scroll left top transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 44px;
    left: -5px;
    position: relative;
    text-decoration: none;
    top: -44px;
    width: 175px;
}


