
* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#FCF8E3;
	color:black;
	font-family:Helvetica, Verdana, Arial, SansSerif;
}

body.content {
	margin:20px 10%20px 5%;
	text-align:center;
}

body.content div.justify {
	text-align:justify;
}

body.content p.clearing {
	clear: both;
}

body.content p.important {
	border:1px solid gray;
}

body.content p.important span.title {
	font-weight:bold;
	color:red;
}

a {
	text-decoration:none;
	font-weight:bold;
}

a, a:active, a:visited {
	color:black;
}

a:hover {
	color:red;
}

body.content h2 {
	clear: both;
	text-align:right;
	margin-bottom:20px;
}

img {
	border-width:0;
}

body.content img {
	margin:10px 0;
}

body.content ul {
	margin:20px;
}

body.content blockquote, body.content quote {
	text-align:justify !important;
	font-style:italic;
	display:inline;
}

body.content p.autor {
	text-align:right !important;
	margin-bottom:20px !important;
}


/* TOP */

body.top {
	background-image:url(../img/backtoprot.jpg);
	background-repeat:repeat-x;
	background-position:center bottom;
}

div#logo {
	position:ansolute;
	left:0;
	top:0;
	width:190px;
	float:left;
	height:160px;
}

div#top {
	text-align:center;
	height:160px;
}

div#top h1 {
	padding:7px;
}

div#top h2 {
	font-style:italic;
	margin:4px;
}

/* NAV */
body.nav {
	scrollbar-base-color:#ED1A3B;
	scrollbar-3dlight-color:#ED1A3B;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#ED1A3B;
	scrollbar-face-color:#ED1A3B;
	scrollbar-highlight-color:#ED1A3B;
	scrollbar-shadow-color:#ED1A3B;
	scrollbar-track-color:#FCF8E3;
}

ul#nav {
	list-style-type:none;
	width:100%;
}

ul#nav li {
	margin: 15px 0;
	padding: 7px 0 7px 7px;
}

ul#nav li a {
	font-weight:bold;
	size:120%;
}





/* BOOKS */

div.book {
	text-align:left;
	margin:40px auto;
	padding:20px 0;
	clear: right;
}
div.bookalternativ {
	text-align:right;
	margin:20px auto;
	padding:15px 0;
	clear: left;
}

div.book div.info h3 {
	text-transform:uppercase;
	margin-bottom:10px;
}

img.frontpage {
	float:right;
	width:218px;
	margin-bottom:20px;
}

img.frontpagebig {
	float:right;
	width:350px;
	margin-bottom:20px;
}

img.frontpagesmall {
	float:left;
	width:100px;
	margin-bottom:10px;
}

img.frontpagesmall2 {
	float:left;
	width:218px;
	margin-bottom:10px;
}

img.frontpage.small {
	width:100px;
}

div.book div.description {
	clear:right;
}

div.book div.description p {
	text-align:justify;
	margin:10px 0;
}

div.book div.description img {
	height:355px;
	margin:15px 0;
}

div.book div.description p.textprobe {
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
	color: #ED1A3B;
}
