body {
	background-image: url("../../img/home/bg/bg.gif");
}

h1, h2, h3, h4, h5 {
	margin: 0px 0px 10px 0px;
}

a img {
	border: 0;
}

/* Verlinkungen */

a:link, a:hover, a:focus, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a.colored:link, a.colored:hover, a.colored:focus, a.colored:visited, a.colored:active {
	text-decoration: none;
}

/* Standardelemente */

.img_border {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}

div.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 617px;
	height: 80px;
}

div.nav {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 1100px;
	height: 100px;
	background-color: #ffffff;
}

div.nav a {
	float: left;
	border: 0 solid #fff;
	border-width: 0 1px 0 0;
}

div.nav img {
	display: block;
}

div.nav_meta {
	position: absolute;
	left: 0px;
	top: 181px;
	width: 764px;
	height: 50px;
}

div.nav_meta_single {
	position: relative;
	left: 0px;
	top: 0px;
	height: 50px;
	width: auto;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 0px 0px 0px;
	margin-left: 0px;
	float: left;
}

div.nav_meta_search {
	position: relative;
	left: 0px;
	top: 6px;
	height: 50px;
	width: 200px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	float: left;
}

div.nav_meta_search form {
	display: inline;
}

/* Contentbereich */

div.content {
	position: absolute;
	left: 15px;
	top: 249px;
	width: 764px;
	height: auto;
}

/* Allgemeines */

div.clear_left {
	clear: left;
}

div.clear_both {
	clear: both;
}

/* Kategoriespezifisch für Startseite/Neuerscheinungen etc.
Ausgelagert in "teaser.css"
*/

/* Willkommenstext */

div.welcome_text_pos {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 345px;
	height: 120px;
	overflow: hidden;
	background-color: #ffffff;
}

/* Topnews */

div.topnews_all {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 135px;
	width: 343px;
	height: auto;
	border: 1px solid #e63d06;
	background-color: #ffffff;
}

div.topnews_title {
	position: relative;
	left: 0px;
	top: 0px;
}

div.topnews_entry {
	position: relative;
	left: 0px;
	top: 0px;
	width: 345px;
	height: auto;
	padding: 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 325px;
}

html>body .topnews_entry {
	width: 325px;
}

/* Banner- und Buchboxen */

div.banner_all {
	position: absolute;
	left: 360px;
	top: 0px;
	width: 425px;
	height: auto;
	overflow: hidden;
}

div.banner_single {
	position: relative;
	left: 0px;
	top: 0px;
	width: 425px;
	height: auto;
	margin: 0px 0px 15px 0px;
}

/* Books ausgelagert in "books.css" */

/* Neuerscheinungen */

div.cat_all {
	position: absolute;
	left: 748px;
	top: 0px;
	width: 172px;
	height: auto;
}

/* News - Teaser */



/* Textformate */

span.txt_standard {
	font-family: Verdana, Arial, sans;
	font-size: 11px;
	color: #222222;
	line-height: 16px;
}

span.txt_title {
	font-family: Verdana, Arial, sans;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
}

span.head_standard {
	font-family: Verdana, Arial, sans;
	font-size: 11px;
	font-weight: bold;
}

span.big_standard {
	font-family: Verdana, Arial, sans;
	font-size: 14px;
}

span.head_big {
	font-family: Verdana, Arial, sans;
	font-size: 14px;
	font-weight: bold;
}

span.txt_cat_right_title {
	font-family: Verdana, Arial, sans;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
}

span.txt_nav_meta {
	font-family: Verdana, Arial, sans;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

span.txt_nav_meta_min {
	font-family: Verdana, Arial, sans;
	font-size: 9px;
	color: #000000;
}

/* Formularfelder */

.input_search {
	border-width: 1px;
	font-family: Verdana, Arial, sans;
	font-size: 11px;
	width: 90px;
}