
/* <style type="text/css"> */


/*-------------------- 
  RAHMENFORMATIERUNG
--------------------*/

body {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	line-height: 0px;
	background-image: url(../_gfx/bg.gif);
	margin: 0px;
}

#mainframe {
	width: 1002px;
	background-color: #ffffff;
	float: left;
}
	
/*------------ 
  Seitenkopf
------------*/
	
#topframe {
	width: 1002px;
	height: 130px;
	background-color: #DCDCDC;
	background-image: url(../_gfx/headpic-verlag_1024.jpg);
	background-repeat: no-repeat;
}
		
			#idw-logo {
				margin: 38px 0px 0px 20px;
				float: left;
			}
			
#navframe {
	float: left;
	width: 965px;
	padding: 26px 0px 0px 20px;
}
		
		/*---------------- 
		  NAVI ALLGEMEIN
		----------------*/
		
		#topframe ul {
			margin: 0px;
			padding: 0px;
		}
		
		#topframe ul li {
			list-style-type: none;
			float: left;
		}
		
		#topframe ul li a {
			line-height: 8px;
			color: #ffffff;
			background-color: #999999;
			font-weight: bold;
			text-decoration: none;
			padding: 3px 8px 5px 8px;			
			border-style: solid;
			border-color: #ffffff;
			border-width: 1px;
			border-bottom-style: none;
			margin-right: 2px;
			display: block;
		}
		
			/* MAIN NAVI (IDW, IDW Verlag, IDW Akademie)*/
			
			#topframe ul.main li a {
				background-color: #999999;
			}
	
			#topframe ul.main li a.idw:hover {
				background-color: #BA1631;
			}
			
			#topframe ul.main li a.verlag:hover {
				background-color: #6A7BB3;
			}
			
			#topframe ul.main li a.verlag-active {
				background-color: #6A7BB3;
			}				
			
			#topframe ul.main li a.akademie:hover {
				background-color: #73A693;
			}
			
			/* UTILITY NAVI BOTTOM (Suche, Kontakt, Sitemap, ...)*/
			
			#topframe ul.utility-bottom {
				float: right;
			}
			
			#topframe ul.utility-bottom li a {
				background-color: #BA1631;
				border-width: 1px;
				font-weight: normal;
			}
	
			#topframe ul.utility-bottom li a:hover {
				background-color: #999999;
			}
			
			/* UTILITY NAVI TOP (Druckversion, ...)*/
			
			#topframe ul.utility-top {
				float: right;
				margin: 0px 17px 0px 0px;
				padding: 0px;
				display: inline;
			}
			
			#topframe ul.utility-top li a {
				color: #BA1631;
				background-color: #ffffff;
				border-width: 1px;
				font-weight: normal;
				border-color: #BA1631;
				border-bottom-style: solid;
				border-top-style: none;
			}
	
			#topframe ul.utility-top li a:hover {
				background-color: #999999;
				color: #ffffff;
			}

/*-------------------------------------------- 
  BOTTOM-FRAME (Navigation, Content, Column)
--------------------------------------------*/
			
#bottomframe {
	float: left;
	width: 1002px;
	margin-top: 26px;
	background-image: url(../_gfx/bg-content.gif);
	background-repeat: no-repeat;
}
	
	/*-------------------- 
	  CONTENT-NAVIGATION
	--------------------*/
	
	#nav {
		width: 195px;
		float: left;
		margin-right: 20px;
	}		
	
	#nav a {
		background-image: url(../_gfx/nav-bg-p.gif);
		font-weight: bold;
		color: #555555;
		padding: 1px 0px 1px 29px;		
		margin: 0px 0px 2px 0px;
		line-height: 14px;
		text-decoration: none;
		display: block;
	}
	
	#nav a:hover {
		background-image: url(../_gfx/nav-bg-o-verlag.gif);
	}
	
	#nav ul {
		margin: 0px;
		padding: 0px;
	}
	
		#nav ul li {
			list-style-type: none;
		}
				
				#nav ul li ul li a {
					margin-left: 10px;
				}
						
						#nav ul li ul li ul li a {
							margin-left: 20px;
						}
						
							#nav ul li ul li ul li ul {
								margin-bottom: 2px;
							}
								
								#nav ul li ul li ul li ul li a {
									margin: 0px 0px 0px 40px;
									padding-right: 5px;
									padding-left: 18px;
									background-image: url(../_gfx/nav-bg2-p.gif);
									background-repeat: no-repeat;
									background-position: left top;
									background-color: #E5E5E5;
								}
								
								#nav ul li ul li ul li ul li a:hover {
									background-image: url(../_gfx/nav-bg2-o.gif);
								}
	
	.nav-line {
		padding: 0px 0px 2px 0px;
		margin: 0px;
	}
	
	.line-verlag {
		margin: 12px 0px 4px 0px;
	}
	
	/* LOGIN FIELD */
	
	#login {
		width: 175px;
		line-height:14px;		
		background-color: #CCCCCC;
		margin: 20px 0px 0px 20px;
	}
		
		#login .headline {
			line-height: 14px;
			background-color: #BA1631;
			color: #ffffff;
			font-weight: bold;
			padding: 2px 2px 2px 8px;
		}
		
		#login .text{
			padding:5px 2px 2px 8px;
			color: #555555;
		}
		
		#login input {
			margin: 11px 0px 0px 9px;
			background-color: #E5E5E5;
			width: 140px;
			float: left;
		}
		
		#login ul {
			clear: both;
			padding: 0px;
			margin: 0px;
		}
		
			#login ul li {
				list-style-type: none;
			}
			
			#login ul li a {
				color: #BA1631;
				font-weight: bold;
				text-decoration: none;
				line-height: 28px;
				padding: 0px 0px 0px 21px;
				background-image: url(../_gfx/bullet.gif);
				background-repeat: no-repeat;
				background-position: 10px 12px;			}
			
			#login ul li a:hover {
				color: #ffffff;
				background-image: url(../_gfx/bullet.gif);
			}
	
	/* ADRESSE */
	
	#adresse {
		width: 166px;
		font-size: 11px;
		line-height: 12px;
		margin: 0px 0px 20px 20px;
		padding: 0px 0px 0px 9px;
		float: left;
		display: inline;
	}
	
	#adresse h2 {
		padding: 20px 0px 0px 0px;
		margin: 0px 0px 4px 0px;
	}
	
	#adresse h2, p {
		color: #555555;
	}
	
	#adresse a {
		background-image: url(../_gfx/bullet2.gif);
		background-repeat: no-repeat;
		background-position: 0px 6px;		margin: 0px;
		padding: 0px 0px 0px 10px;
	}
	
	#adresse a:hover {
		background-image: url(../_gfx/bullet.gif);
		color: #BA1631;
	}

	/*---------------- 
	  Content-Inhalt
	----------------*/
	
	#content {
		float: left;
		display: inline;
		margin: 0 20px 0 0;
	}
	
.schmal {
	width: 527px;
}
	
.breit {
	width: 767px;
}
	
	/*---------------- 
	  Content-Column
	----------------*/
	
	#column {
		width: 220px;
		margin: 0px 0px 0px 0px;
		float: left;
	}

/*---------------------------- 
  Allgemeine Inhaltselemente
----------------------------*/

.container {
	width: 100%;
	float: left;
	color: #555555;
	margin: 0px 0px 15px 0px;
	padding: 0 0 10px;
        line-height: 14px;
}

	.container h1 {
		background-color: #BA1631;
		color: #ffffff;
		font-weight: bold;
		padding: 1px 8px 3px 8px;		
		margin: 0px;
		line-height: 12px;
		margin: 0px 0px 8px 0px;
	}
	
	#column .container.image h1 {
		margin: 0px 0px 0px 0px;
	}
	
	.container h2 {
		font-size: 11px;
		color: #555555;
		line-height: 16px;
		padding: 8px 8px 8px 8px;
		margin: 0px;
	}
	
	.container h3 {
		font-size: 11px;
		line-height: 16px;
		padding: 0px 8px 8px 8px;
		margin: -9px 0px 0px 0px;
	}

	.container.idw h3 {
		color: #BA1631;
	}
	
	.container.verlag h3 {
		color: #6A7BB3;
	}
	
	.container.akademie h3 {
		color: #73A894;
	}
	
	.bild {
		float: left;
		margin-bottom: 8px;
	}
	
	.bild img {
		margin: 0px 10px 0px 8px;
		float: left;
	}
	
	.bild p {
		width: 241px;
		float: left;
	}
	
	.container p {
		padding: 0 8px 8px 0;
		margin: 0px;
	}
	
	.container ul {
		line-height: 16px;
		padding: 0px 8px 8px 0px;
		margin: 0px;
	}
	
		.container li {
			padding: 0px 8px 4px 20px; 
			list-style-type: none;
			background-image: url(../_gfx/disc.gif);
			background-repeat: no-repeat;
			background-position: 9px 6px;		}

	/* Diverse Klassen f�r die Container */

	.container .morelink {
		clear: both;
		padding: 0px 8px 0px 20px; 
		list-style-type: none;
		background-image: url(../_gfx/bullet.gif);
		background-repeat: no-repeat;
		background-position: 9px 6px;		
		line-height: 16px;
		display: block;
	}

	
	.container input {
		margin-bottom: 0px;
		background-color: #ffffff;
	}
	
	#content.container img {
		float: left;
		margin: 3px 10px 2px 8px;
	}
	
	.idw {
		background-color: #E5E5E5;
	}
	
	.idw .morelink {
		background-image: url(../_gfx/bullet.gif);
	}
	
	.idw .column-headpic {
		border-style: none none solid none;
		border-color: #BA1631;
		border-width: 2px;
		margin: 0px 0px 8px 0px;
		padding: 0px;
	}
	
	.verlag {
		background-color: #CCD0DB;
	}
	

	
	.verlag a {
		color: #6A7BB3;
	}
        
        .verlag a:hover {
		color: #FFFFFF;
	}
	
	.verlag h1 {
		background-color: #6A7BB3;
	}

	.verlag .morelink {
		background-image: url(../_gfx/bullet-v.gif);
                font-weight: bold; 
        }

	.verlag .column-headpic {
		border-style: none none solid none;
		border-color: #6A7BB3;
		border-width: 2px;
		margin-bottom: 8px;
	}
	
	.akademie {
		background-color: #E9F2EF;
	}
	
	.akademie a {
		color: #72A793;
	}
	
	.akademie h1 {
		background-color: #72A793;
	}
	
	.akademie .morelink {
		background-image: url(../_gfx/bullet-a.gif);
	}

	.akademie .column-headpic {
		border-style: none none solid none;
		border-color: #72A793;
		border-width: 2px;
		margin-bottom: 8px;
	}
	
	/* TEASER BOX VERLAG */
	.teaser-verlag {
		background-image: url(../_gfx/teaser-verlag.jpg);
	}
	
	.teaser-verlag .morelink {
		background-image: url(../_gfx/bullet-v.gif);
	}
	
	.teaser-verlag a {
		color: #6A7BB3;
	}
	
	.teaser-verlag h1 {
		background-color: transparent;
	}
	
	/* TEASER BOX AKADEMIE */
	.teaser-akademie {
		background-image: url(../_gfx/teaser-akademie.jpg);
	}
	
	.teaser-akademie .morelink {
		background-image: url(../_gfx/bullet-a.gif);
	}
	
	.teaser-akademie a {
		color: #72A793;			
	}
	
	.teaser-akademie h1 {
		background-color: transparent;
	}

#column dl {
	line-height: 16px;
}
	
#column dt {
	display: block;
	width: 90px;
	height: 22px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
}
	
#column dd {
	width: 90px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#column dd select {
	width: 95px;
	border-style: solid;
	color: #6A7BB3;
	border-color: #6A7BB3;
	border-width: 1px;
	font-size: 11px;
	background-color: #E5E5E5;
	display: block;
}

/*---------------------------- 
  Allgemeine Formatierungen
----------------------------*/

body {
}

h1 {
	font-size: 11px;
}

h2, h3, h4, h5, h6 {
	font-size: 11px;
	color: #555555;
	padding: 20px 8px 0px 8px;
	margin: 0px 0px 16px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	border-width: 1px;
	border-color: #BA1631;
	border-style: solid;
	margin: 0px;
	padding: 2px 2px 2px 4px;
	font-size: 11px;
	color: #BA1631;
}

.verlag input {
	border-color: #6A7BB3;
	color: #6A7BB3;
}


.submit {
	font-weight: bold;
	font-size: 11px;
	border-style: none;
	background-color: transparent;
}

a {
	color: #BA1631;
	text-decoration: none;
}

a:hover {
	color: #555555;
}

p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	line-height: 16px;
}






.warning {
	color:#BA1631;
}
#login .login_button {
	width:148px;
}

.content_middle_element, .content_middle_element_profile
{
	padding: 20px 20px 20px 20px;
	margin-top: 1em;
	margin-bottom: 1em;
	vertical-align: middle;
}

.content_middle_element
{
	background-color:#EAEAEA;
}

.schmal .content_middle_element {
	padding: 20px 15px 20px 15px;
}

.content_box {
      padding: 0px 8px 8px 8px;
}

.c_img
{
	text-align:left;
	vertical-align:top;
	width:88px;
}

.c_img img
{
	width: 80px;
	padding-right: 8px;
}

.book_content{
	font-size:11px;
	width:420px;
	line-height:16px;
	padding-left: 15px;
}
.b_headline_big{
	margin-bottom:9px;
	font-size:13px;
	font-weight:bold;
	padding-right:15px;
}
.book_cart{
	text-align:right;
	width:250px;
}

.content_middle_element > table > tbody
{
	width: 488px;
}

.content_middle_element > table > tbody > tr > td.book_content_cell
{
	width: 400px;
	text-align: left;
}

.schmal .book_content {
	width:400px;
}

.schmal .book_cart{
	width:auto;
}

.shop a, .shop a:hover, .shop a:visited, .shop a:active{
	color: #556B94;
	outline: none;
}
.shop a img{
	border-style:none;
}
.shop #error {
	color: #BA1631;
	font-weight:bold;
	padding-left:15px;
}
.shop #error ul {
	list-style-type:none;
}
.shop #error ul li {
	background-image:url(../_gfx/bullet.gif);
	padding: 0px 0px 0px 10px;
	background-position: 0px 6px;
}
.shop #message {
	padding-left: 15px;
	color:#BA1631;
}
.shop #message ul {
}
.shop #message ul li{
	background-position: 0px 6px;
	padding-left: 12px;
}
.book_content img {
	border-style:none;
}
.cart_element{
	padding:5px 0px 5px 10px;
	border-bottom:2px solid #D5D5D5;
	vertical-align:top;
}
.cart_element_artnr{
	padding:5px 0px 5px 20px;
	border-bottom:2px solid #D5D5D5;
	vertical-align:top;
	width:50px;
}
.cart_element_price{
	text-align: right;
	padding:5px 25px 5px 20px;
	border-bottom:2px solid #D5D5D5;
	vertical-align:top;
}
.cart_element_right{
	padding:5px 0px 5px 5px;
	border-bottom:2px solid #D5D5D5;
	width:65px;
	vertical-align:top;
}

.u_cart_link{
	margin-top:20px;
	padding-left:20px;
}
.u_cart_link input{
	width:100px;
	border: 1px solid black;
}
.sum{padding:5px 0px 5px 20px;}
.text{
	margin-bottom:1em;
}
.headline {
	font-weight: bold;
}
#ware {
	margin-bottom:1em;
}
#list {
	margin-top: 1em;
	line-height: 15px;
	padding: 22px 8px 20px 8px; 
	background-color: #EAEAEA;
}
.cart_element input {
	width:20px;
	border-style:none;	
}

.shop h1 {
		background-color: #7A90C1;
		color: #ffffff;
		font-weight: bold;
		padding: 1px 8px 3px 8px;
		line-height: 12px;
		margin: 0px 0px 8px 0px;
}
.shop {
	line-height: 15px;
}
.shop input {
	border:1px solid black;
	color:#000000;
}

.shop input.checkbox, #search_tab input.checkbox
{
	border: none;
	text-align: left;
	width: auto;
	background: none;
}

.shop input.radio
{
	border: none;
}

.shop_padding{
	padding-left:15px;
}
.schmal .text{

}
#search_tab td, #search_tab th
{
	padding-bottom: 7px;
	
}

#search_tab td
{
	width: 150px;
}

#search_tab th
{
	text-align: left;
}
.cat_tab{

}
#search_tab input {
	width:153px;
	border:1px solid black;
}

#search_tab select{
	width:160px;
}

.content_middle_element_small, .content_middle_element_small_profile
{
	padding: 12px 20px 12px 20px;
	margin-bottom: 1em;
}

.content_middle_element_small
{
	background-color: #EAEAEA;
}

.gray_line {
		line-height:2px;
		background-color: #DDDDDD;
		margin-bottom:0px;
		padding:0px;
}
#description{padding:15px 20px 15px 0;}

#book_img{
	text-align:center;
	vertical-align:middle;
}
#book_detail{
	padding-left:20px;
	padding-top:15px;
	vertical-align:top;
}
.headline_big{
	margin-bottom:9px;
	font-size:13px;
	font-weight:bold;
}
#katalog .k_headline_big{
	font-size:13px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:0px;
}
#katalog select{width:150px;}
#kat_tab td{
	padding-top:3px;
	padding-bottom:3px;
}

#kat_tab .tab_text
{
    padding-right:15px;
    width: 150px;
}

#kat_tab .tab_element
{
    padding-right:20px;
}

#kat_tab .kat_tab_input
{
    width: 160px;
}
.mid_tab_links{
	height:30px;
        background-color:#ccd0db;
        padding-left: 8px;
        font-weight: bold;
	width:188px;
        border-left-width: 8px; 
        border-left-color: #7A90C1;
        border-left-style: solid;
}

.mid_tab_links a:hover{
    color:#FFFFFF;
}

#warenkorb {
	line-height:14px;
}

#warenkorb .text{
	padding:5px 2px 5px 8px;
}
	
#search_box input {
	margin: 11px 0px 0px 9px;
	background-color: #E5E5E5;
	width: 148px;
	padding:2px 0px 2px 0px;
	float: left;
}
#search_box #suche{
	background-color: #FFFFFF;
	width:138px;
	padding:3px 4px 4px 4px;
}

		
#warenkorb ul li {
	list-style-type: none;
}
			
#warenkorb ul li a {
	font-weight: bold;
}
			
#warenkorb ul li a:hover {
	color: #ffffff;
}

#search_box ul {
	clear: both;
	padding: 0px;
	margin: 0px;
}
		
#search_box ul li {
	list-style-type: none;
}
			
#search_box ul li a {
	color: #BA1631;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
	padding: 0px 0px 0px 21px;
	background-image: url(../_gfx/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;			
}
			
#search_box ul li a:hover {
	color: #ffffff;
	background-image: url(../_gfx/bullet.gif);
}
#search_box {
	width: 175px;
	background-color: #CCCCCC;
	line-height:14px;
	margin-left:20px;
	margin-top:20px;
}
#search_box .headline{
	line-height:14px;
	padding:2px 2px 2px 8px;;
	background-color:#BA1631;
	color:white;
}
#search_box .text{
	padding:5px 2px 0px 0px;
}

.schmal #book_links {
	width:268px;
}
#book_links{
	width:100%;
}

#addToCartForm input{
	margin-bottom:0px;
}

#addToCartForm .button
{
	padding: 0px;
	background-color: #EBEBEB;
	border-style: none;
	color: #556B94;
	text-align: left;
	font-size: 11px;
}

.button
{
	cursor: pointer;
}

#orderform
{

}

#orderform > tbody > tr > td, #orderform > tbody > tr > th
{
	border-bottom: 1px solid black;
	padding-left: 2px;
}

#orderform th
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	text-align: left;
}

#orderform td.spacer
{
	border: none;
	padding-top: 5px;
}

#orderform td.header_packingunits
{
	text-align: center;
	font-weight: bold;
	border: none;
}

#orderform td.packingunit
{
	padding-right: 2px;
}

#orderform td.header, #orderform td.packingunit
{
	text-align: center;
}

#orderform td.header_artnr, #orderform td.header_quantity
{
	text-align: center;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	white-space: nowrap;
	padding-right: 2px;
}

#orderform td.header_date
{
	text-align: center;
	border-left: 1px solid black;
}

#orderform td.artnr, #orderform td.price
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-right: 2px;
}

#orderform td.productname
{
	width: 100%;
}

#orderform td.pubdate
{
	border-left: 1px solid black;
	padding-right: 2px;
}

#orderform td.quantity
{
	padding-right: 0px;
}

#orderform td.quantity input
{
	width: 20px;
	border: 1px solid black;
	margin-bottom: 2px;
}

#orderform td.cartbutton
{
	border: none;
}

#auditingforms_detail th
{
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid black;
}

#auditingforms_detail td
{
	padding-top: 5px;
}

#auditingforms_detail td.packingUnit
{
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid black;
}

#auditingforms_detail td.quantity
{
	padding-left: 10px;
}

#auditingforms_detail td.quantity input
{
	text-align: right;
	width: 25px;
}

table.formProductEntry td.packingunit, table.formProductEntry td.quantity, table.formProductEntry td.x
{
	text-align: right;
}

table.formProductEntry td.packingunit
{
	padding-left: 2px;
	padding-right: 2px;
}

table.formProductEntry td.x
{
	padding-left: 2px;
}

span.minordervaluetext
{
   color: #BA1631;
   font-weight: bold;
}

table.stopper_small
{
	padding-top: 5px;
        margin-left: 0px! important;
}

table.stopper_small td
{
	height: 14px;
	vertical-align: top;
	padding: 0px;	
}

table.stopper_small td.stopper_small_background
{
	background-image: url(../_gfx/stopper_back_small.gif);
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	font-family: sans-serif;
}

table.stopper_large
{
	padding-top: 5px;
	height: 18px;
}

table.stopper_large td
{
	height: 18px;
	vertical-align: top;
	padding: 0px;
}

table.stopper_large td.stopper_large_background
{
	background-image: url(../_gfx/stopper_back_large.gif);
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
}

div.checkoutLogonForm input
{
	height: 16px;
}

div.checkoutLogonForm input.login_button
{
	height: 22px;
}

/*
	only firefox understands this, at ie this will break the layout
*/
div.checkoutLogonForm input[class="login_button"]
{
	vertical-align: top;
}

.nav-line
{
	font-size:0;
	background-color: #7A90C1;
	border-bottom: 2px solid #FFFFFF;
	border-style: none none solid;
	height: 2px;
	margin: 0;
	padding: 0;
}

.formular input.text {
	margin:0 0 10px;
	padding:2px;
	width:200px;
}

.clear{
	clear: both;
}

.formular label.text {
	width: 150px;
	float: left;
	padding-top: 2px;
}

.formular label.alone {
	float: left;
	margin: 10px 0 10px 0;
}

.formular .formline {
	margin: 10px 0 10px 0;
}
