body {
	background-image: url(/bilder/bg.png);
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	font-family: verdana;
	font-size: 12px;
    margin: 0px;
}


#body {
	background-image: url(/bilder/schatten2.png);
	background-repeat: no-repeat;
    background-position: 20px 150px;
    width: 920px;
    min-height: 550px;
	margin: 50px auto;

}

#body h1 {
	color: #707070;
	font-size: 36pt;
	font-weight: normal;
	font-family: Arial;    
	line-height: 1;
}

h2 {
    color: #434343;
    font-size: 15px;
}

h3 {
    color: #000000;
    font-size: 12px;
}

#links {
	width: 460px;
	float: left;
	position: relative;

}


#rechts {
	width: 435px;
	float: left;
    margin-left: 15px;
}


#head {
    
    	margin: 0 0 35px 0;
        width: 920px;
}



#buch {
	background-image: url(/bilder/schatten.png);
	background-repeat:no-repeat;
	background-position: 12px 250px;
	width: 450px;
	position: relative;
	margin-top: 0px;
    	height: 419px;
}
#footer_sh {
	background-image: url(/bilder/schatten-footer.png);
	background-repeat:no-repeat;
	background-position: center;    
	position: relative;
	margin-top: 10px;
height: 150px;    
}

#nav {
	text-align: right;
}

#footer {
	
	text-align: right;
	
}

.mytable {
	border:1px #E5E8ED solid;
	border-radius:8px;	
}
.mytable td {

	background-color:#E5E8ED;
    font-size: 9pt;
    padding: 10px;     
}
.mytable th {
background-color: #CFD1D6;
vertical-align: top;
text-align: left;
}

ul li {
    color: #000000;
    
}

.pre_images {
    border: 1px solid #A2A2A2;
    padding: 3px;
}