@charset "utf-8";
/* CSS Document */
body {
    font-size: 100.01%;
    font-family: Verdana, Helvetica;
    background-color: rgb( 217, 218, 219 );
}

a:link {
    font-weight: bold;
    color: rgb( 64, 79, 36 );
    text-decoration: underline;
}

a:visited {
	font-weight: bold;
	font-style:italic;
    color: rgb( 64, 79, 36 );
    text-decoration: underline;
}

a:focus {
    color: rgb( 64, 79, 36 );
    text-decoration: none;
}

a:hover {
    font-style:italic;
    color: rgb( 64, 79, 36 );
    text-decoration: none;
}

a:active {
    font-weight: bold;
    color: rgb( 64, 79, 36 );
    text-decoration: underline;
}

#AllContentBox {
    position: absolute;
    top: 219px;
    width: 476px;
    left: auto;
}

#Contentbox {
    position: absolute;
    background-repeat: no-repeat;
    height: 320px;
}

#Content {
    position: relative;
    margin-left: 25px;
    margin-bottom: 16px;
    margin-right: 41px;
    margin-top: 36px;
    /*max-height:263;
     max-width:410;*/
    font-size: 12px;
	line-height: 1.1;
    padding: 0 0 0 0;
    overflow: visible;
    height: 265px; /* 320 - 16 - 36 - x */
	width: 410px;
}

#Content h1 {
    font-size: 12px;
    font-style: oblique;
    margin-top: 0px;
    margin-bottom: 0px;
}

#Content h2 {
    font-size: 12px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
}

#Sideboard {
    position: relative;
    height: 320px;
    width: 309px;
    left: 491px;
    background-image: url(bilder/sideboard.png);
    background-repeat: no-repeat;
    font-size: 12px;
}

#Sideboard img {
    border: 2px solid rgb( 64, 79, 36 );
    float: left;
}

#SideboardPic1 {
    position: absolute;
    height: 118px;
    width: 255px;
    top: 31px;
    left: 20px;
}

#SideboardPic1 img {
    height: 118px;
    width: 176px;
}

#SideboardPic2 {
    position: absolute;
    height: 118px;
    width: 255px;
    top: 178px;
    left: 20px;
}

#SideboardPic2 img {
    height: 118px;
    width: 176px;
}

#site {
    color: rgb( 64, 79, 36 );
    background-color: rgb( 217, 218, 219 );
    visibility: visible;
    height: 600px;
    width: 800px;
    border: 1px solid #003300;
    margin-left: auto;
    margin-right: auto;
}

#Footer {
    background-image: url(bilder/footer.png);
    position: absolute;
    height: 45px;
    width: 800px;
    top: 555px;
    left: auto;
}

#Impressum {
    top: 10px;
    left: 683px;
    position: absolute;
}

#Header {
    position: relative;
    height: 147px;
    width: 800px;
    top: 0px;
    left: auto;
    background-image: url(bilder/header_o_maus.png);
}

#Navigation {
    position: absolute;
    height: 39px;
    width: 800px;
    top: 146px;
    left: auto;
}

#Navigation img {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#SubNavigation {
    position: relative;
    background-repeat: no-repeat;
    top: 20px;
    left: 0px;
    width: 800px;
    height: 26px;
}

#SubNavigation div {
    text-align: center;
	margin-left: auto;
	margin-right: auto; 
}

#SubNavigation img {
	margin:  8px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
}

a img {
    border: 0px;
}

h2 + h1 {
    margin-top: 12px;
}

h2 + h2 {
    margin-top: 10px;
}

.latein {
	font-style: italic;
}

