body {
	background-color: white;
	margin: 0px;
	padding: 0px;


	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	background-repeat: repeat-x;
	background-image:url(../images/h.jpg);
}
img{
	border:0;
}
a{
	color:black;
}
#logo{
	position: absolute;
	left:60px;
	top:0px;
	padding:20px;
	color:white;
	font-size:25px;
	font-weight:bold;
}
#nav{
	padding-top:100px;

}
#nav li{
	list-style:none;
}
#main-nav a{
	display:block;
	padding: 7px;
	padding-left: 30px;
	background-color: white;
	width: 200px;
	margin: 2px;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	color:#4e4e4e;
	border-bottom: 1px solid #479147;
}
#meta-nav{
	padding-top:20px;
	padding-left:40px;
}
#main-nav a:hover{
	background-color: #479147;
}
#meta-nav a{
	display:block;
	padding: 5px;
	padding-left: 30px;
	width: 200px;
	margin: 2px;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	color:gray;
}
#meta-nav a:hover{
	color:black;
}
#content-top{
	background-repeat:no-repeat;
	left:250px;
	position:absolute;
	top:30px;
	width:650px;
	z-index:1000;
}
#content-left{
	background-repeat:repeat-y;
	background-position:left;
	margin-top:17px;
	padding-bottom:1px;
}
#content-right{
	background-repeat:repeat-y;
	background-position:right;
	margin-right:42px;
	padding:30px;
	padding-left:60px;
	padding-right:60px;
}
#content-bottom{
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:25px;

}
#content-inner{

	padding:20px;
	background-color: white;
	padding-bottom:50px;
}
h1{
	text-align: left;
	font-size:16px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
    line-height: 20px;
    letter-spacing:3px;
}
h2{
	text-align: left;
	font-size:14px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid silver;

}
h3{
	text-align: left;
	font-size:13px;
	font-weight: bold;
	line-height: 15px;

}

#footer, #footer a{
	color:gray;
}
.buch{
	margin-right: 20px;
	margin-bottom: 10px;
}
li{
	margin: 0px;
	padding: 0px;

}
img{
	border:0;
}
.add{
	padding:5px;
	border:1px dashed  gray;
	margin-bottom:10px;
	margin-top:10px;
	text-align:left;
}
.add img{
	margin-bottom:5px;
	margin-top:5px;
}
