@CHARSET "UTF-8";

body {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
		background-color: #F0F0F0;
        width: 980px;
        height: 100%;

        margin: auto;

        font-size: 100%;
}

body * {
        margin: 0px;
        padding: 0px;
}

#header {
		width: 100%;
		height: 80px;
		padding-left: 40px;
		padding-top: 50px;
		border-bottom-style: dashed;
}



#main {
        margin-top: 0px;
        background-color: #F0F0F0;
}

#menu {
        float: left;
        width: 190px;
        height: auto;
		background-color: #F0F0F0;
        padding-left: 40px;
        padding-top: 0px;
        margin-top: 15px;
}

#menucontainer {
        float: left;
        width: 230px;
        height: auto;
        margin-top: 0px;
}

.disclaimer {
		text-align: left;
		font-family: "Times New Roman", Times, serif;
		font-size: 0.7em;
}

#bild {
		max-width: 600px;
		height: auto;
		padding-top: 0px;
		margin-top: 20px;
}

#bild p {
		text-align: left;
		font-family: Arial Black, Gadget, sans-serif;
        font-size: 0.7em;
        padding-left: 30px;
}


#pic {
		max-width: 600px;
		max-height: 600px;
		margin-left: 30px;
		margin-top: 20px;
		
}

#navigation {
        list-style-type: none;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        margin-top: 0px;
        padding-top: 20px;
}

#navigation li {
        margin-top: 0px;
        font-family: "Times New Roman", Times, serif;
        font-size: 1.2em;
        font-weight: bold;
        color: #000000;
        border-style: none;
}

#navigation li a {
        font-family: "Times New Roman", Times, serif;        
        color: #000000;
        border-style: none;
        text-align: left;
        padding-top: 10px;
        text-decoration: none;
}

#navigation a:LINK,#navigation a:VISITED {
        display: block;
        width: auto;
        
}

#navigation a:ACTIVE,#navigation a:HOVER {
        background-color: #000000;
        color: #FFFFFF;
}

#content {
		float: right;
		width: 730px;
		height: auto;
		min-height: 800px;
		background-color: #F0F0F0;
        margin-left: 0px;
        margin-top: 0px;
        border-left-style: dashed;
}


#berichte {
        list-style-type: none;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        margin-top: 0px;
        padding-top: 40px;
        padding-left: 150px;
}

#berichte li {
        margin-top: 0px;
        font-family: "Times New Roman", Times, serif;
        font-size: 1.2em;
        font-weight: bold;
        color: #000000;
        border-style: none;
}

#berichte li a {
        font-family: "Times New Roman", Times, serif;        
        color: #000000;
        border-style: none;
        text-align: left;
        padding-top: 10px;
        text-decoration: none;
}

#berichte a:LINK,#berichte a:VISITED {
        display: block;
        width: auto;
        
}

#berichte a:ACTIVE,#berichte a:HOVER {
        background-color: #000000;
        color: #FFFFFF;
}


#about {
		font-family: "Times New Roman", Times, serif;
		font-size: 1em;
		width: auto;
		height: auto;
		padding-left: 70px;
		color: #000000;
		margin-top: 30px;
		text-align: justify;
}

#about p {
		padding-top: 20px;
		padding-bottom: 15px;
		border-bottom-style: dashed;
}

#book {
		font-family: "Times New Roman", Times, serif;
		font-size: 1em;
		width: auto;
		height: auto;
		padding-left: 70px;
		padding-top: 20px;
		padding-bottom: 15px;
		color: #000000;
		margin-top: 30px;
		text-align: justify;
}

#bookdescription {
		font-family: "Arial Black", Arial, sanserif;
		font-size: 1.3em;
		color: #000000;
		text-align: justify;
}


table {
		width: 100%;
		padding-top: 10px;
}

table, th, td {
    border: none;
}

#buch {
		font-family: "Times New Roman", Times, serif;
		font-size: 1em;
		width: auto;
		height: auto;
		padding-left: 70px;
		color: #000000;
		margin-top: 30px;
		text-align: justify;
}

#buch p {
		padding-top: 0px;
		padding-bottom: 15px;
		border-bottom-style: dashed;
}

#buchtab {
		width: 100%;
		padding-top: 0px;
}

#buchtab th, td {
    border: none;
}


h2{
		font-family: "Times New Roman", Times, serif;
		font-size: 2em;
		width: auto;
		height: auto;
		line-height: 0.5;
		color: #000000;
}

h1{
		font-family: "Times New Roman", Times, serif;
		font-size: 2em;
		width: auto;
		height: auto;
		line-height: auto;
		color: #000000;
}


#content_gal {
		float: right;
		width: 680px;
		height: 100%;
		background-color: #FFFFFF;
        margin-left: 0px;
        margin-top: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        color: #000000;
		padding-left: 50px;
		border-left-style: dashed;
}


.selected {
        color: #FFFFFF;
}

.clear_float {
        clear: both;
        float: none;
        height: 0 !important;
}