/* Main-Page*/
body {
	background-color: #FADE8D;
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html body {
	margin-right: 1px; /* IE 5.5 and 6.0 star-hack to remove horizontal scrollbar if possible */
}

img{
	border:0;
}

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


a:hover {
	text-decoration: underline;
}

.textbox {
	font-size: 11px;
	height: 14px;
}

.productOldPrice {
	color: #000;
	text-decoration: line-through;
	font-size: 11px;
}

.box_content .productOldPrice {
	display: block;
	margin-top: -2px;
	line-height: normal;
	margin-bottom: -37px;
}

/*+html .box_content .productOldPrice {
	display: block;
	margin-top: -15px;
	line-height: normal;
	margin-bottom: -27px;
}*/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.noUnderline, a.noUnderline {
	text-decoration: none !important;
}

a:hover .underlinehover {
	text-decoration: underline !important;
}

.noBorder {
	border: none;
}

.verticalMiddle {
	vertical-align: middle;
}

select { /* restore 9x style = disable xp themeability */
	border: 2px inset darkgrey;
}

th { /* table header cells */
	text-align: left;
}

.content_heading {
	font-weight: bold;
}

.errorbox {
	color: #000;
	border: 2px solid red;
	padding-left: 5px;
	margin-bottom: 15px;
	background-color: #ffcccc; /* very light red */
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.requiredField {
	color: red;
}

.conditions {
  background-color: #FFCCCC;
}

.box_top {
	background: none; /* hide the default background in the head */
}


.contentsTopics {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(img/content_titel.jpg);
	background-repeat: no-repeat;
	float: none;
	height: 43px;
	width: 513px;
	line-height: 43px;
	padding-top: 5px;
	padding-left: 40px;
	padding-bottom: 5px;
}

.box_content { /* content part of boxes */
	border: 0px solid black; /* black is default color, overwritten below for each box */
	padding: 0px;
	height: auto;
	width: 553px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}

.box_content_top {
	background-image: url(img/content_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 553px;
}

.box_content_middle {
	background-image: url(img/content_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: auto;
	width: 533px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.box_content_bottom {
	background-image: url(img/content_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 553px;
}

.box_content_small {
	background-image: url(img/content_small.jpg);
	background-repeat: no-repeat;
	height: 157px;
	width: 249px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
	float: left;
}

.boxTextBG {
	font-size: 10px;
	background-color: #FFF;
	color: #000;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
	text-decoration: underline;
}

.main {
  	line-height: 1.5;
}

.inputRequirement {
	font-size: 10px;
	color: #000;
}

.infoBoxNotice {
  background: #FF8E90;
}

.smallHeading {
	font-weight: bold;
	margin-bottom: 5px;
}

.help {
	background-color: #FFF;
	color: #000;
}

.listing2 {
	height: auto;
	width: 250px;
	float: left;
	padding: 10px;
}

.listing2_content {
	margin-top: auto;
	margin-bottom: 0px;
	height: auto;
	width: auto;
}

#clear_float {
	clear: both;
}

#header {
	height: auto;
	width: 942px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header_top {
	background-image: url(img/header_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: none;
	height: 44px;
	width: 932px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#header_menu {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 44px;
	vertical-align: middle;
	width: 650px;
}

#header_menu img {
	float: left;
	margin: 0px;
	padding: 0px;
}

#header_menu li {
	list-style-position: outside;
	list-style-type: none;
	float: left;
	height: 24px;
	width: 72px;
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
	background-image: url(img/topbutton.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5px;
	padding-left: 20px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

#header_menu li a {
	color: #FFF;
	text-decoration: none;
}

#header_menu li:hover {
	background-image: url(img/topbutton.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header_menu li:hover a {
	color: #000;
	text-decoration: none;
}

#header_menu ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#header_search {
	float: right;
	height: 44px;
	width: auto;
	margin: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header_middle {
	background-image: url(img/header_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	float: none;
	height: auto;
	width: 928px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}

#header_bottom {
	background-image: url(img/header_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 22px;
	width: 932px;
	float: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#header_breadcrumbs {
	float: left;
	text-align: left;
	color: #FFF;
	margin: 0px;
	line-height: 22px;
	height: 22px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#header_breadcrumbs a {
	color: #FFF;
	text-decoration: none;
}

#content {
	height: auto;
	width: 942px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
}

#content_left{
	height: auto;
	width: 189px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content_center {
	margin: 0px;
	float: left;
	height: auto;
	width: 553px;
	min-height: 350px;
	padding: 0px;
}

#content_center img	{
	margin: 5px;
}

#content_right {
	margin: 0px;
	height: auto;
	width: 189px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* Boxen */
.box {
	height: auto;
	width: 189px;
}

.box_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(img/box_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 23px;
	width: 189px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 20px;
	vertical-align: middle;
}

.box_header_cart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(img/box_cat_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 23px;
	width: 189px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 20px;
	vertical-align: middle;
}

.box_middle1 {
	background-image: url(img/box_middle1.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	height: auto;
	width: 169px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
}

.box_middle1 a {
	color: #FFF;
	text-decoration: none;
}

.box_middle2 a {
	color: #000;
	text-decoration: none;
}

.box_middle2 {
	background-image: url(img/box_middle2.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	height: auto;
	width: 169px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin: 0px;
}

.box_middle2 li {
	list-style-position: inside;
	width: 159px;
	padding-left: 5px;
	list-style-image: url(img/listimage.jpg);
	line-height: 18px;
	vertical-align: middle;
}

.box_bottom1  {
	background-image: url(img/box_bottom1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 6px;
	width: 189px;
}

.box_bottom2  {
	background-image: url(img/box_bottom2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 6px;
	width: 189px;
}

#box_login_button  {
	height: 25px;
	width: 169px;
	text-align: right;
	margin-top: -38px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
}

#box_search_button {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5px;
	margin: 0px;
	padding-bottom: 0px;
}

#box_search_input {
	float: right;
	padding-top: 12px;
	z-index: 100;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Men&uuml; */
.menue ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

.menue li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

.level1 {
	background-image: url(img/button.jpg);
	margin: 0px;
	height: 25px;
	width: 149px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 35px;
}

.level2 {
	background-image: url(img/button_sub1.jpg);
	margin: 0px;
	height: 25px;
	width: 141px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 42px;
}

.level3 {
	background-image: url(img/button_sub2.jpg);
	margin: 0px;
	height: 25px;
	width: 135px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 49px;
}

.level4 {
	background-image: url(img/button_sub3.jpg);
	margin: 0px;
	height: 25px;
	width: 128px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 56px;
}

.product_price {
	background-image: url(img/price.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 116px;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	line-height: 31px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.shipping {
	font-size: 10px;
}

.box_content_middle li {
	list-style-image: url(img/bullet.jpg);
	line-height: 20px;
}

.box_product_thumb {
	float: left;
	width: 250px;
	text-align: center;
}

.box_product_info {
	float: left;
	width: 250px;
	margin-left: 15px;
}

.box_product_content {
	clear: both;
	float: none;
	width: 500px;
	padding: 20px;
}

.categories_item {
	float: left;
	width: 33%;
}


/* CSS for Lieferkosten */

.headdeliver {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #DD191A;
}

.versa {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  background-color: #FADE8D;
}

.versb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  background-color: #EFEFEF;
}

.versc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  background-color: #FFFFFF;
}

/* CSS for Button Datenbl&auml;tter */

.dbpos IMG {
	border: 3px solid #ddd;
	padding-left: -10px;
	padding-right: 0px;
	float: left;
	margin-left: -10px;
	margin-right: 0px;
	margin-bottom: 5px;
	clear: both;
	display:block;
	}
		
.db:link { text-decoration:none; }
.db:visited { text-decoration:none; }
.db:active { text-decoration:none; }
.db:hover { text-decoration:none; }

/* CSS for So funktionierts */

TD.Gr
{
color:#000000;
Background-Color: #EFEFEF;
font-size:8pt;
font-family:Verdana,Arial,Helvetica;
}

TD.Gr2
{
color:#000000;
Background-Color: #FFFFFF;
font-size:8pt;
font-family:Verdana,Arial,Helvetica;
}

.importante
{
color:#FEFB00;
font-size:9pt;
Background-Color: #C60C0D;
font-family:Verdana,Arial,Helvetica;
}

.TH
{
color:#FFFFFF;
Background-Color: #C60C0D;
font-size:8pt;
font-weight: bold;
font-family:Verdana,Arial,Helvetica;
}

/************************************************

www.Janolaw.de

http://www.janolaw.de
	
BASIC Template for AGB Hosting Content
	
************************************************/

	
p {line-height: 17px;}

.janolaw-absatz {
    font-size: 12px;
    margin: 8 4 4 8;        
}


ol {
    font-size: 12px;
    margin: 8 4 4 8;        
}
    
li {
    font-size: 12px;
    margin: 8 4 4 24;        
}  

#janolaw-paragraph,
.janolaw-paragraph {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 16 4 4 8px;
    
}

.janolaw-text {
    font-size: 12px;
    margin: 8 4 16 8;
    padding-bottom: 16px;
}

.janolaw-adress {
    font-size: 12px;
    margin: 8 4 4 8;
}

.janolaw-block {
    font-size: 12px;
    margin: 8 4 4 8;
}



/************************************************

Erweiterungen bzgl. SEO
	
************************************************/


h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0 0 0 0px;
	display:inline;
}


h2 {
	font-size: 12px;
	font-weight: normal;
	display:inline;
}

h3 {
	font-size: 12px;
	font-weight: normal;
    color: #505050;
}

