/* Struktur */


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: -2px;
	background: #1a1a1a;
}


#wrapper{
	width:900px;
	margin:auto;
	background: #000;
}


#header{
	width: 900px;
	height: 249px;
	background: url("../images/headerloreen2.jpg");
	background-repeat: no-repeat;
}


#mainMenu{
	width: 200px;
	min-height: 550px;
	background: url("../images/mainMenuLoreen.jpg")  #130724;
	background-repeat: no-repeat;
	float: left;
	color: #fff;
}


#content{
	width: 700px;
	min-height: 550px;
	background: #000000;
	float:right;
	color: #fff;
}


#footer{
	width: 900px;
	height: 45px;
	background: #130724;
	clear: both;
}


/* Farben der Links */


.mainMenu{
	padding-left: 5px;
	padding-top: 20px;
}


.mainMenu a{
	color: #fff;
	text-decoration: none;
}


.mainMenu a:hover{
	color: #483D8B;
	text-decoration: none;
}


.subMenu{
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
}


.subMenu a{
	color: #fff;
	text-decoration: none;
}


.subMenu a:hover{
	color: #483D8B;
	text-decoration: none;
}

a{
	color: #fff;
	text-decoration: underline;
}

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

/* Spezielle Textformatierungen */


.copyright{
	color: #fff;
	text-align: left;
	font-size: 10px;
	padding-left: 10px;
}


.news{
	padding-top: 40px;
}


.news_rahmen{
	margin-left: 50px;
	width: 600px;
	border: 1px solid #fff;
	background: #151223;
	
}

.news_titel{
	font-weight: bold;
	padding-right: 200px;
	float: right;
	color: #8a68a6;
}

.news_datum{
	font-weight: bold;
	padding-left: 40px;
	float: left;
	color: #8a68a6;
}


.news_inhalt{
	text-align: left;
	width: 580px;
	padding-left: 10px;
}


.clear{
	clear: both;
}


.kontakt{
	padding-left: 80px;
	padding-top: 40px;
}


.content_inhalt{
	text-align: center;
}


.content_special{
	color: #8a68a6;
}

img{
border: none;
}

.cover{
	float: left;
	padding-top: 55px;
	padding-left: 20px;
}

.cover_text{
	float:right;
	padding-right: 10px;
	margin-right: 10px;
	padding-top: 40px;
	width: 500px;
}



/* CSS für die Buchvorstellung */


.italic{
	font-style: italic;
}


.bold{
	font-weight: bold;
}


.cover{
	float: left;
	padding-top: 55px;
	padding-left: 20px;
	text-align: center;
}

.cover_text{
	float:right;
	padding-right: 10px;
	margin-right: 10px;
	padding-top: 40px;
	width: 500px;
}


.cover_beschreibung{
	float:left;
	padding-left: 20px;
	width: 600px;
	padding-bottom: 20px;
}


.cover_clear{
	float:right;
}


.leseprobe{
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	text-decoration: underline;
}

.leseprobe_normal{
	font-weight: bold;
	text-decoration: underline;
}