﻿@charset "utf-8";

/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
  }
 /********************Definition Gemeinsamkeiten****************************************************************************************/
 /* Browseranpassung an HTML5 */
 aside,navigation, footer, header, nav, section {display: block; }


/************************************************************************************************************/


/************* Header ***********/
body{
	font-family: Arial, sans-serif;
	color: #1E1E1E;
	background-color: #F4F4F4;
}

#header{
	background-image: url('banner.png');
	background-repeat: repeat-x;
	background-position: -350px 0;
    height: 110px;
}

#navigation{
	background-color: white;
    height: 45px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

#navigation-bar{
	width: 930px;
	margin: 0 auto;
	padding-top: 12px;
	padding-left: 8px;
}

ul#navigation-list  li {
    list-style: none;
    display: inline;
    margin: 0; 
	padding: 0;
}

ul#navigation-list  a, ul#navigation-list  span {
    float: left; 
	width: 5.5em;
	padding-left: 7px;
	padding-right: 3px;
	color: #686868;
	font-family: Times, serif;
	font-size: 113%;
    text-decoration: none;
	text-align: center;
	letter-spacing: 0.02em;
	border-right: 1px solid #CCCCCC;
}

ul#navigation-list  a:hover {
	color: #6410A3;
}

#navigation-list  #active a{
	color: #6410A3;
	font-weight: bold;
}

#content{
	background-color: #F4F4F4;
	width: 930px;
	min-height: 600px;
	margin: 0 auto;
}

#left-area{
	background-color: #F4F4F4;
	width: 580px;
    min-height: 600px;
	float: left;
	padding-left: 20px;
	padding-right: 30px;
	margin-bottom: 5em;
	padding-top: 2.2em; 
}

#left-area ul li{
	list-style: circle;
	color: #1E1E1E;
	font-size:100%;
	line-height:1.5em;
	text-decoration: none;
	margin-top: 0.8em;
	margin-left: 20px;
}

#left-area ul li a{
	color: #4D4D4D;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.5em;
	font-variant: small-caps;
	text-decoration: underline;
	margin-right: 0.2em;
	margin-left: 0.1em;
}

#left-area ul li a:hover{
	color: #6410A3;
}

#right-area{
	background-image: url('book.jpg');
	background-repeat: no-repeat;
    float: left;
    min-height: 700px;
    width: 300px;
	position:relative; top:-90px; right:0px;
}

#right-content{
	background-color: #F4F4F4;
    height: 200px;
	position:relative; top:435px; right:0px;
	padding: 10px;
}

#autor-box{
	border:#BBBBBB;
	border-width:thin;
	border-style:solid;
	background-color: #F4F4F4;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	min-height:180px;
}

#autor-box img{
	height:180px; 
	float:left; 
	margin-right:12px; 
	margin-bottom:0px;
}

#autor-box p{
	font-size: 90%;
	text-align:justify;
	line-height:1.3em;
}

#footer{
    background-color: #F4F4F4;
    clear: both;
    height: 80px;
}

.line {
	border-bottom: 1px solid #CCCCCC;
	width: 530px;
	margin-left: 20px;
	margin-top: 1.4em;
	margin-bottom: 2.4em;
}

.shortline {
	border-bottom: 1px solid #CCCCCC;
	width: 260px;
	margin-left: 10px;
	margin-top: 1.4em;
	margin-bottom: 2.5em;
}

.longline {
	border-bottom: 1px solid #CCCCCC;
	width: 890px;
	margin-left: 20px;
	margin-top: 1.4em;
}

#bookdetails ul li{
	list-style-type: none;
	white-space: nowrap;
	/*font-family: Times, serif;
	font-size: 115%;*/
	font-size: 90%;
	margin-left: 25px;
}

#boldp {
	color: #1E1E1E;
	font-family: Times, serif;
	font-style: italic;
	font-size: 100%;
	margin-top: 1.4em; 
	margin-bottom: 1.4em;
}

#footp{
	color: #686868;
	font-family: Times, serif;
	font-size: 95%;
	font-weight: 100;
	text-align: center;
	margin-top: 0.7em;
	margin-bottom: 1em;
}

#footp a{
	color: #686868;
	text-decoration: none;
}



#autorp{
	color: #1E1E1E;
	font-weight: bold;
	font-size:90%;
	/*font-family: Times, serif;*/
	margin-top:1em;
	line-height:1.5em;
	text-decoration: none;
	letter-spacing: 0.01em;
}

.buybutton{
	padding: 13px 11px 14px 12px;
	/*width: 90px;*/
	/*height: 22px;*/
	font-weight:normal;
	text-decoration:none;
	color: #4D4D4D;
	font-family: Times, serif;
	font-size: 110%;
	letter-spacing: 0.02em;
	margin-left: 77px;
	background: #E5D750;
	border-radius: 12px;
	box-shadow:3px 3px 6px 1px #9B9B9B
}

a.buybutton:hover{
	color: white;
	background-color:#6410A3;
}

h1{
	color: #4D4D4D;
	font-family: Times, serif;
	font-size: 220%;
	font-weight: 100;
}

h2{
	color: #6410A3;
	font-family: Times, serif;
	font-style: italic;
	font-size: 150%;
	font-weight: 100;
	margin-top: 0.2em;
}

h3{
	color: #6410A3;
	font-family: Times, serif;
	font-size: 120%;
	font-weight: 100;
	margin-top: 1.4em;
}

h4{
	color: #6410A3;
	font-size: 120%;
	font-weight: 100;
	margin-bottom: 5px;
}
p{
	font-size: 102%;
	line-height:1.3em;
}

