/* Allgemeines */
body {
	margin:0px;
	padding:0px;
	border: 0px;
}

input {
	font-size: 12px;
}

img {
	border:0px;
}

h1 {
	font-size: 22px;
	margin: 12px 0px 12px 0px;
}
h2 {
	font-size: 20px;
	margin: 12px 0px 12px 0px;
}
h3 {
	font-size: 18px;
	margin: 12px 0px 12px 0px;
}
h4 {
	font-size: 16px;
	margin: 12px 0px 12px 0px;
}
h5 {
	font-size: 14px;
	margin: 12px 0px 12px 0px;
}
h6 {
	font-size: 12px;
	margin: 12px 0px 12px 0px;
}

/* ------------------------------------------------------ */


/* Seitenlayout */
#page {
	margin:15px auto;
	width:962px;
	padding:0px;
	font-family:Trebuchet MS;
	line-height:16px;
}

#header {
	margin: 0px auto;
	width:962px;
	height:188px;
	/*margin-bottom:15px;*/
	background-repeat:no-repeat;
}

#left {
	width:194px;
	margin-right:6px;
	float:left;
}

#content {
	width:562px;
	float:left;
}

#right {
	width:194px;
	margin-left:6px;
	float:left;
}

#footer {
	width:962px;
	height:20px;
	text-align:center;
	color:black;
	border-top:1px solid #E6E6E6;
	font-size:12px;
	padding:5px;
}

#footer .black {
	color:black;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#footer .black:hover {
	color:#CD1515;
}

/* ------------------------------------------------------ */


/* Header Navigation */
#header_nav {
	line-height:40px;
	width:950px;
}

#header_nav .item {
	font-size:12px;
	text-align:center;
}

#header_nav #header_nav_main a {
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

#header_nav a:hover {
	text-decoration:underline;
	color:#CD1515;
}

#header_nav .spacer {
	width:1px;
	height:35px;
	background-image:url('../_images/header_nav_spacer.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	padding-left:10px;
	padding-right:10px;
}

#header_nav .active a {
	text-decoration:underline;
	color:#CD1515;
}

/* Schnellsuche */
#header_nav .suche {
	margin-top:0px !important;
	margin-top:5px;
	height:35px;
	text-indent:10px;
	width:400px;
	color:#5B5B5B;
	font-weight:bold;
}			

#header_nav .suche form {
	padding:0px;
	margin:0px;	
	text-align:left;		
}		

#header_nav .suche input {
	border:1px solid #969696;
	background-color:#FEFEFE;
}
/* ------------------------------------------------------ */


/* Linker und rechter Bereich des Seitenlayouts */
#left .container_title, #right .container_title {
	color:#C00000;
	margin:0px;
	padding:0px;
}

#left .container_content, #right .container_content {
	border:1px solid #DCDCDC;
	background-color:#E5E5E5;
	font-size:12px;
}

#left .container_content .margin {
	margin:5px 5px 5px 10px;
}

#right .container_content .margin {
	/*margin:21px 10px 21px 35px;*/
	margin:5px 5px 5px 21px;
}

#right .container_content .margin_small {
	margin:5px 5px 5px 10px;
}

#right .container .content .margin img {
	margin-right:10px;
}

#right .container_content td {
	font-size:12px;
}

#left select {
	width:170px;
	font-size:12px;
	margin-bottom:5px;
}

#left .black {
	color:black;
	font-weight:bold;
}

#left .black:hover {
	color:#CD1515;
}

#left .active {
	color:#CD1515;
}


/* ------------------------------------------------------ */


/* Mittlerer Teil des Seitenlayouts */
#content .container_content {
	border:1px solid #D6D6D6;
	font-size:12px;
}

#content .container_content .margin {
	margin:20px 10px 20px 11px;
}

/* Template */
#content .container_content th {
	font-size:12px;
}

#content .container_content td {
	font-size:12px;
}			


/* ------------------------------------------------------ */


/* Allgemeine Seitenlayout-Klassen */
.container {
	margin-bottom:15px;
}

.container_title {			
	font-weight:bold;
	font-size:12px;
	height:21px;
	background-image:url('../_images/container_title_bg.jpg');
	background-repeat:repeat-x;
}

.container_content {
	clear:both;
}

.container_title .margin {
	margin-left:10px;
	line-height:21px;
	background:url('../_images/container_title_right_bg.jpg') right top no-repeat;
}
.container_title h1 {
	margin:0px 0px 0px 10px;
	line-height:21px;
	font-size:12px;
	font-weight:bold;
	background:url('../_images/container_title_right_bg.jpg') right top no-repeat;
}

/* ------------------------------------------------------ */


/* Sonstige Klassen */
.linkslist {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.right {
	text-align:right;
}

.red {
	color:#C00000;
}

.no_underline {
	text-decoration:none;
}

.list0 {
	background-color:#FFFFFF;
}

.list1 {
	background-color:#E0E0E0;
}

.suchergebnisse_zeilenhoehe{
	height: 110px;
}

h3.fach {
	font-size:	14px;
}

h4.reihe {
	font-size:	12px;
	margin-bottom: 4px;
}

img.cover {
	border:1px solid #D6D6D6;
}

a {
	color:#CD1515;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.no_bold{
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}

a.no_bold:hover{
	color:#CD1515;
}

a.download {
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

a.download:hover {
	text-decoration:underline;
	color:#CD1515;
}

a.suche_titel{
	text-decoration:none;
	color:#000000;
}

a.suche_titel:hover{
	color:#CD1515;
}

table.suchergebnisse_tabelle{
	margin-top:1px;
	font-size:12px;
	font-weight:bold;
	width:542px;
}

div.suchergebnisse_reihen_hintergrundtext{
	position:relative;
	bottom:-5px;
	left:265px;
	z-index:1;
	font-family:Georgia;
	height:0px;
	width:0px;
	font-size:80px; 
}

span.hintergrundtext0{
	color:#FFFFFF;
}

span.hintergrundtext1{
	color:#E0E0E0;
}

div.ebene_oben{
	z-index:5;
}

div.ebene_unten{
	z-index:1;
}

div.relative{
	position:relative; top:0px; left:0px;
}

span.suchergebnisse_highlight{
	background-color:#01A501;
	color:white;
}

div.land_popup{
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	padding:5px;
	color:#000000;
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
}

/* Newsletterbox */
.nlbox form {
	padding:0px;
	margin:0px;	
	text-align:left;		
}		

.nlbox input {
	border:1px solid #969696;
	background-color:#FEFEFE;
}

/* ------------------------------------------------------ */

/* Warenkorb neu */
.clear {
	height:0px;
	clear:both;
	line-height:0px;
	font-size:0px;
}
.error {
	text-align:center;
	color:red;
}
.login_container {
	margin:10px 0px 10px 0px;
	padding:0px 5px 0px 5px;
	text-align:right;
	width:952px;
	height:14px;
	line-height:14px;
	font-size:12px;
}
hr {
	border-top: 1px solid #DCDCDC;
	margin:0px;
	padding:0px;
}

/* ------------------------------------------------------ */

/* Video Link */
.colorbox_video {
	padding: 0px 0px 0px 25px;
	background: url("/_images/icon_video.gif") transparent top left no-repeat;
}

/* Typeahead Ajax Results */
#ajax_results {
	position:absolute;
	width:300px;
	background-color:#ffffff;
	border:1px solid #E2E2E2;
	line-height:16px;
	font-family:Trebuchet MS;
}

#ajax_results h3,
#ajax_results h4 {
	margin:0px;
}

#ajax_results h4 {
	padding-bottom:10px;
}

#ajax_results .typeahead_content {
	padding-left:10px;
	padding-right:10px;
}

#ajax_results .link_mit_pfeil {
	margin-top:6px;
	margin-bottom:6px;
}

#ajax_results .link_mit_pfeil.alle_ergebnisse {
	margin-bottom:6px;
}

#ajax_results .link_mit_pfeil a {
	background-position: left 3px;
}
