@charset "utf-8";

*{
	border:0;
	margin:0;
	padding:0;
}

h1{	
	font-size: 1.7em;
	width: 690px;
	border-bottom:1px solid #CCC;
	margin-bottom: 10px;
}

h2{	
	font-size: 1.4em;
	width: 150px;
	border-bottom:1px solid #CCC;
	margin-bottom: 10px;
}

h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-top:0;	
	margin-bottom: 5px;
}

a:link{
	color:#ff9900;
	text-decoration:underline;
}

a:visited{
	color:#ff9900;
	text-decoration:underline;
}

a:hover{
	color: #999;
	text-decoration:none;
}

input {
	border: 1px solid #DDD;
	width: 200px;
	height: 1.5em;
	font-size: 1em;
}
	

body{
	background-image:url(img/bg.jpg);
	background-repeat:repeat;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 0.75em;
	color:#5b5b5b;
}

.myclear {
	clear:both;
	height:1px;
	overflow: hidden;
}

.wrapper{
	width: 956px;
	margin: auto;
}

.nav{
	width: 650px;
	height: 80px;
	background-color:#FFFFFF;
	margin-top: 20px;
	margin-left: 250px;
	margin-bottom: -25px;
}

.subnav{
	float:right;
	margin-right: 10px;
	margin-top: 5px;
}

.subnav a{
	text-decoration:none;
	
}

.search{
	float:right;
	width: 180px;
	height: 22px;

}

.search input{
	width: 128px;
}

.logo{
	position: absolute;
	margin-left: 10px;
	margin-top: 20px;
	width: 204px;
	height: 35px;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	margin-bottom: -10px;
}

.paper{
	background-image:url(img/bg_paper_m.png);
	background-repeat:repeat-y;
	/*height: 1350px;
	width: 956px;*/
	min-height: 600px;
    height: auto !important;
    height: 500px;

}

.papert{
	top: -25px;
	width:956px;
	height: 25px;
	background-image:url(img/bg_paper_t.png);
	background-repeat:no-repeat;
}

.paperb{
	width:956px;
	height: 25px;
	background-image:url(img/bg_paper_b.png);
	background-repeat:no-repeat;
}

.content{
	width:896px;
	padding: 20px 35px 0 35px;
	position: relative;
	min-height: 600px;
    height: auto !important;
    height: 500px;
}

.leftbar {
	width: 700px;
	margin-right: 10px;
	position: relative;
}

.intro {
	width: 560px;
	margin-bottom: 35px;
	font-size: 12px;
	float:left;
}

.intropic {
	width: 110px;
	height: 110px;
	float:left;
	margin-right: 20px;
}

.textbox {
	width: 570px;
	float:left;
}

.bookbox {
	width: 80px;
	float: left;
	padding: 10px;
	border: 1px solid #CCC;
	margin-left: 18px;
}

.textbox a{
	float:right;
}

.rightbar {
	width: 160px;
	padding-left: 18px;
	position: absolute;
	height: 95%;
	right: 40px;
	top: 24px;
	border-left: 1px solid #CCC;	
}

.empfehlung {
	margin:auto;
	width:120px;
	margin-bottom: 20px;
}

.legal {
	width: 936px;
	margin: auto;
	text-align: right;
	font-size: 9px;
	padding-right: 25px;
	top: -20px;
	position: relative;
	clear:both;
}

.legal a:link{
	color:#333;
	text-decoration:none;
}

.legal a:visited{
	color:#333;
	text-decoration:none;
}

.legal a:hover{
	color:#666;
	text-decoration:none;
}

.paginate {
	width: 200px;
	position: absolute;
	float:left;
	text-align:left;
	overflow:hidden;
}
