@CHARSET "UTF-8";

body {
    font-family: Verdana, Tahoma, Arial;	
}

#logo_startseite {
    height: 200px;
    width:341px;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
}

#navi_startseite {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.start_menu_element {
    float: left;
    width: 161px;
    text-align: center;
    font-weight: bolder;
    margin-left: 1px;    
}
	

#doc3 {
	width: 800px;
	font-family: Verdana;
}

#bd {
	background-image: url("../images/body_bg.jpg");
}

#header {
	background-image: url("../images/banner.jpg");
	height: 80px;
	width: 800px;
}

#footer {
	height: 30px;
	width: 800px;
}

#top_navi {
	margin-top:1px;
	margin-bottom:1px;
	height: 30px;
	width: 800px;
}

.top_navi_element {
	float: left;
	width: 159px;
	line-height: 30px;
	text-align: center;
	font-weight: bolder;
	margin-left: 1px;
}

#page_navi {
	width: 159px;
	margin-left: 1px;
	height: 650px;
	overflow: auto;
}

.book_stats {
    background-color: #EEEEEE;
    font-size: 85%;
    font-weight: bold;    
    padding: 1px 5px 1px 5px;
}

.book_description {
	font-size: 93%;       
    padding: 1px 5px 1px 5px;
}

.page_navi_element {
	float: right;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin-right: 5px;
}

.color1 {
	color: rgb(0,48,94);
}

.color2 {
	color: #63c6de;
}

.bgcolor1 {
    background-color: #94d6e7;
}

.bgcolor2 {
    background-color: #94d6e7;
}

.wooosh1 {
    background-image: url("../images/wooosh.jpg");	
}

.title {
	font-size: 131%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.subtitle {
    font-size: 108%;
    margin-top: 5px;
    margin-bottom: 7px;
    font-weight: bold;
}

a {
	color: #000000;
	font-size: 93%;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-size: 93%;
}

a:active {
	color: #000000;
	font-size: 93%;
}

a:hover {
	color: #000000;
	font-size: 93%;
	text-decoration: underline;
}

p {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

p.address {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    line-height: 1.5em;    
}

ul {
    display: block;
    padding-left: 40px;
    margin-bottom:40px;
}

li {
    display: list-item;    
    list-style-type: square;
    margin-top: 1em;       
}

a.address {
	color: #000000;
    font-size: 93%;
    font-weight: bold;
}