/* --- --- --- --- Tim Neugebauer - das MedienKombinat GbR - 12.07.2007 --- --- --- --- */
/* --- --- --- --- ---------------------------------------------------- --- --- --- --- */

/* ------------------------ */
/* -- Generelles ---------- */
/* ------------------------ */

body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background:#fff url(img/bg.jpg) repeat-x 0 0;
	text-align: center;
	color: #333;
}

p, 
div, 
table {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}

a:link, a:visited {
	color: #2e5c97;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.clearer {
	clear: both;
}

img {
	border: none;
}
.acenter {
	text-align:center;	
}

/* ------------------- */
/* -- Boxen ---------- */
/* ------------------- */

#wrap,
#wrap_weg {
	display: block;
	width: 970px;
	margin: 0px auto;
	padding: 0;
}

#header {
	display: block;
	width: 920px;
	height: 275px;
	padding: 0 25px;
	background: url(img/header.jpg) no-repeat center top;
	text-align: left;
}

#banner {
	display: none;
	margin: 50px 0 0 60px;
}
#homelink {
	display:block;
	height:190px;
	margin:20px 0 20px;
	text-indent:-9999px;
}
#wrap_weg #banner {
	float:left;
}

#content {
	display: block;
	width: 920px;
	min-height: 1400px;
	padding: 0 25px;
	background: url(img/main_shadow.png) repeat-y center top;
	text-align: left;
}
#content_innerwrap {
	background:#fff url(img/header.jpg) no-repeat center -275px;	
}

#spaltelinks {
	display: block;
	float: left;
	width: 165px;
	min-height: 1800px;
	margin: 0 0 0 20px;
	padding: 0;
	overflow: hidden;
}

#spaltelinks_inner {
	min-height: 1400px;
	padding: 4px 0 0 0;
}

#spaltelinks_innerspacer {
	margin: 5px 0 20px 0;
}

#spaltemitte {
	float: left;
	width: 510px;
	min-height: 1400px;
	margin: 0 0 0 20px;
	padding: 0;
	overflow: hidden;
}

#spaltemitte_inner {
	min-height: 1400px;
	margin: 0;
	padding: 0;
}

#spalterechts {
	display: block;
	float: right;
	width: 170px;
	min-height: 1800px;
	margin: 0 20px 0 0;
	padding: 0;
	overflow: hidden;
}

#spalterechts_inner {
	min-height: 1400px;
	margin: 0;
	padding: 5px 0 20px 0;
}

#spalterechts_innerspacer {
	margin: 5px 0 20px 0;
}

#spalterechts .module,
#spaltelinks .module {
	margin: 0 0 20px;
	padding: 0 0 5px;
	background: url(img/sidebar_foot.jpg) no-repeat bottom;
	width:165px;
}
#spalterechts .dark,
#spaltelinks .dark {
	background-image: url(img/sidebar_foot_grey.jpg);
}
.dark a {
	color:#0059EA;	
}
#spalterechts .boxcontent,
#spaltelinks .boxcontent {
	padding:10px 10px 5px;
	background:url(img/sidebar_bg.jpg) repeat-x;
	border-left:1px solid #acacac;
	border-right:1px solid #acacac;
}
#spalterechts .dark .boxcontent,
#spaltelinks .dark .boxcontent {
	background:#e5e5e5 none;
	border-color:#ddd;
	padding:10px 5px 5px;
}
#firms {
	background:transparent url(img/footer_bg.jpg) no-repeat 7px -19px;
	height:65px;	
}
#affiliates ul {
	list-style:none;
	margin:0 20px;
	overflow:hidden;
	padding:0;
}
#affiliates li {
	border:1px solid #ddd;
	float:left;
	line-height:78px;
	margin-right:5px;
	padding:10px;
}
#affiliates img {
	vertical-align:middle;
}
#footer {
	background:url(img/bg_footer.png) no-repeat center top;
	padding:30px 25px 0;
}
#footer_inner {
	font-weight:bold;
	padding:20px 20px 5px;
	text-align:left;
}
#footer_inner td {
	vertical-align:top;
}
#footer_inner th {
	color:#2E5C97;
	vertical-align:top;
}
#footer_inner .nach_oben{
	float: right;
}
#footer_inner .footer_table{
	float: left;
}
div.copyright {
	display:none;
}
/* ---------------------------- */
/* -- Kopfnavigation ---------- */
/* ---------------------------- */

#header h3 {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 30px;
}


#header li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header li a:link, #header li a:visited, #header li a:hover {
	display: block;
	float: left;
	list-style: none;
	margin: 0 4px 0 0;
	padding: 0 4px 0 0;
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
	border-right: 1px solid #fff;
}

#header a:link, 
#header a:visited, 
#header a:hover {
	color: #fff;
}

/* ---------------------------- */
/* -- Pfadnavigation ---------- */
/* ---------------------------- */

#navtrail {
	display: block;
	line-height: 18px;
	margin: 0px 0 0 20px;
	font-size: 10px;
	color: #000;
	font-weight: 800;
}

#navtrail a:link, #navtrail a:visited  {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

#navtrail a:hover {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}


/* ------------------------------- */
/* -- Boxenstyles links ---------- */
/* ------------------------------- */

#spaltelinks .module {
	background-color:#fff;
}
#spaltelinks h3 {
	display: block;
	width: 165px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url(img/sidebar_head.jpg) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#spaltelinks h4 {
	display: block;
	width: 165px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url(img/sidebar_head_blue.jpg) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#spaltelinks ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.categories ul {
	list-style: none;	
}
#spaltelinks li {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 9px;
	color: #333;
}

#spaltelinks li a {
	display: block;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	line-height: 18px;
	padding: 0 0 0 20px;
	background: url(img/bullet_black.jpg) top left no-repeat;
	text-transform: uppercase;
}
#spaltelinks li a:hover {
	display: block;
	color: #2e5c97;
	text-decoration: underline;
	font-weight: normal;
	margin: 0;
	background-image:url(img/bullet_blue.jpg);
}
#spaltelinks .level_0 a {
	background-image:url(img/bullet_blue.jpg);
	color:#2e5c97;
}
#spaltelinks .level_1 {
	margin-bottom:4px;
	padding:0;
	font-size: 9px;
	color: #333;
}
#spaltelinks .level_1 a {
	background:transparent url(img/bullets.png) no-repeat 4px -96px;
	color: #666;
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	font-weight: normal;
	
}
#spaltelinks .level_1 a:hover {
	background:#2e5c97 url(img/bullets.png) no-repeat 14px 4px;
	color:#fff !important;
	margin:0 -10px;
	padding:0 10px 0 30px;
	text-decoration: none;
}
a .active_menu {
	color: #2e5c97 !important;
	font-weight: bold !important;
}
a:hover .active_menu {
	color:#fff !important;
}
#spaltelinks p,
#spalterechts p{
	margin:0;
}
#spaltelinks input {
	display: block;
	float: left;
}

#spaltelinks input[type=text] {
	display: block;
	width: 100px;
	height: 14px;
	border: 1px solid #AAA;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	margin: 0 6px 0 0;
	padding: 2px;
}

/* -------------------------------- */
/* -- Boxenstyles rechts ---------- */
/* -------------------------------- */

#spalterechts h3 {
	display: block;
	width: 165px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url(img/sidebar_head.jpg) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#spalterechts input[type=text], #spalterechts input[type=password] {
	display: block;
	width: 138px;
	height: 14px;
	border: 1px solid #AAA;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	margin: 0 6px 0 0;
	padding: 2px;
}
#shout_text {
	border:1px solid #acacac;
	font:11px/14px Arial,Helvetica,sans-serif;
	margin:5px 0;
	width:95%;
}
#addark {
	background-color:#E5E5E5;
	padding-bottom:5px;
	text-align:center;	
}


/* --------------------- */
/* -- Content ---------- */
/* --------------------- */

#spaltemitte .contentsTopics, #spaltemitte h2 {
	font-size: 16px;
	font-weight: bold;
	color: #2e5c97;
	margin: 0;
	padding: 0;
	width:510px;
}

.pageHeading table td {
	font-size: 16px;
	font-weight: bold;
	color: #2e5c97;
	margin: 0;
	padding: 0;
}

#spaltemitte .maincat img {
	width: 120px ! important;
}

#spaltemitte p {
	margin: 5px 0 10px 0;
}


/* -------------------------------- */
/* -- Produkte �bersicht/ Detail -- */
/* -------------------------------- */
.catgrid {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #acacac;
	border-collapse:collapse;
	padding:1px;
}
.dottedborder {
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
}
.maincat {
	background:transparent url(img/category_bg.jpg) repeat-x center bottom;
	width: 160px;
	height: 60px;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	font-weight:bold;
	vertical-align:top;
}
.maincat a {
	background: url(img/bullets.png) no-repeat 0 -97px;
	display:block;
	margin-top:5px;
	padding-left:11px;
	text-decoration:none;
}
.maincat:hover {
	background:#2E5C97 none;
}
.maincat:hover a {
	background-position:0 3px;
	color:#fff;
}
table .products{
	display: block;
	width: 522px;
	margin: 0;
	padding: 0;
	text-align: left; 
}
td.products_inner {
	width: 522px;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #AAA;
}
td.imgbox {

}
.eachproduct img {
	border: 1px solid #AAA;
}

.product_name, a.product_name {
	font-size: 14px;
	font-weight: bold;
	color: #2e5c97;
	text-decoration: none;
}

.buynowbutton img {
	border: 1px solid #FFF ! important;
}

.small {
	font-size: 10px;
	color: #999;
}
.price {
	font-size: 12px;
	color: #0059EA;
	font-weight: bold;
	padding: 0 0 6px 0;
}
.price_detail {
	font-size: 14px;
	color: #0059EA;
	font-weight: bold;
}
.product_img {
	border: 1px solid #AAA;
}
td.description {
	text-align: left ! important;
}
.detail_hr {
	display: block;
	width: 510px;
	height: 3px;
	background-color: #AAA;
	border: 1px solid #FFF;
	margin: 15px 0 5px 0;
	padding: 0;
}
.mk_formArea input[type=text] {
	width: 260px;
	height: 14px;
	border: 1px solid #acacac;;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	margin: 0 6px 0 0; 
}
.mk_formArea textarea {
	width: 260px;
	height: 200px;
	border: 1px solid #AAA;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	margin: 0 6px 0 0; 

}
table.product_desc_price {
	display: block;
	border-bottom: 1px dashed #E5E5E5;
	margin: 0 0 20px 0;
}

.poll_question  {
  background-color:#dddddd; 
  padding:5px;
  margin-bottom:10px;
  font-family:Verdana, Arial, sans-serif; 
  font-size: 11px;
  color: #000000;
}
.set_over {
	width:500px;
	margin:20px auto;
	font-size:15px;
	font-weight:bold;
}
/* -------------------------------- */
/* -- Checkout					 -- */
/* -------------------------------- */
.cartsteps {
	background:transparent url(img/step_0.jpg) no-repeat 0 0;
	font-size:12px;
	list-style:decimal inside;
	line-height:35px;
	margin:10px 0;
	overflow:hidden;
	padding:0;
}
#step1 {
	background-image:url(img/step_1.jpg);
}
#step2 {
	background-image:url(img/step_2.jpg);
}
#step3 {
	background-image:url(img/step_3.jpg);
}
#step4 {
	background-image:url(img/step_4.jpg);
}
.cartsteps li {
	color:#333;
	float:left;
	margin-right:28px;
	text-align:center;
	width:100px;
}
.cartsteps .last {
	margin:0 0 0 10px;
}
.cartsteps .active {
	color:#fff;
}
.infoBoxContents b {
	text-transform:uppercase;
}
.infoBoxContents b img {
	display:none;
}
#spaltemitte .infoBoxContents tr td {
	background-color:#e7e7e7;
	border-bottom:10px solid #fff;
}
#spaltemitte .infoBoxContents tr td td {
	border-bottom:none;
}
/*#spaltemitte .infoBoxContents td.main {
	font-weight:bold;
}*/
#spaltemitte .infoBoxContents td.main input {
	border:1px solid #aaa;
	font-weight:normal;
}
.conditions {
	border:1px solid #f00;
}
.popup {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	border:1px solid #aaa;
	margin:10px;
	padding:10px;
}
.popup .main {
	font-size:12px;
}