html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100.01%;
	color: #4a4a4a;
	background-image: url(images/body_hg2.gif);
    background-color: #FFF;
}

img {
	border: 0;
}



a.agb_side {
	color: #A91C12;
}

a {
	color: #4A4A4A;
	text-decoration: none;
}

a:hover {
	color: #A91C12;
	text-decoration: underline;
}

#background {
	background: transparent url(images/body_hg1.gif) repeat-x top left;
	width:100%;
}

#page_top0 {
	margin: 0 auto;
	padding:0px;
	width:1000px;
}

#page_top1 {
	margin: 0 auto;
	padding:0px;
}

#page_top2 {
	height: 4px;
	width: 1000px;
	margin: 0px auto 0 auto;
	padding: 0;
}


#page {
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	width: 992px;
	margin: 5px auto 0 auto;
	padding: 0 4px;
}

#logo {
	margin: 10px 0 0 0;
}

#topmenu {
	float: right;
	list-style: none;
	margin: 0 auto;
}

#topmenu li {
	margin-right:20px;
	float:left;
}

#topmenu li a {
	display: block;
	padding-top: 30px;
}

#topmenu li a:hover {
	text-decoration: none;
}

#bar {
	background-image: url(images/bar.gif);
	background-color: #8D0505;
	height: 39px;
	width: 992px;
	clear: both;
}

#content1 {
	float: right;
	width: 710px;
	margin: 15px 5px 15px 15px;
}

#content1 ul {
	list-style-image: url(images/li.gif);
}

#sidebar {
	float: left;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	width: 260px;
}

#searchbox {
	background-image: url(images/searchbox.gif);
	width: 240px;
	height: 50px;
	padding: 15px 10px 10px 10px;
	color: #fff;
}

span.suche_txt {
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	color:#fff;
	float:left;
}

.searchex {
	float:right;
	margin-top:-8px;
	font-size: 10px;
}

.searchex a{
	color: #fff;
}


/* {{{ menu */
.menu {
	width: 260px;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.menu li a {
	width: 220px;
	height: 20px;
	display: block;
	padding-left: 40px;
	background-image: url(images/menu_button.jpg);
	padding-top: 5px;
}

.menu li a:hover {
	background-position: 0 -25px;
	text-decoration: none;
	color:#fff;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li li a {
	padding-left: 50px;
	width: 210px;
	background-position: 0 -50px;
}
.menu li li a:hover {
	background-position: 0 -75px;
	color:#fff;
}

.menu li li li a {
	padding-left: 60px;
	width: 200px;
	background-position: 0 -100px;
}
.menu li li li a:hover {
	background-position: 0 -125px;
	color:#fff;
}

.menu li li li li a {
	padding-left: 70px;
	width: 190px;
	background-position: 0 -150px;
}
.menu li li li li a:hover {
	background-position: 0 -175px;
	color:#fff;
}
/* }}} */

#main {
	line-height: 1.5em;
	font-size: 13px;
	margin-right:5px;
	color:#4a4a4a;
}

h1, h2, h3, h4, h5, h6 {
	color: #9e0203;
	margin: 0 0 10px 0;
	padding: 2px 4px;
	font-weight: normal;
	border-bottom: 1px solid #A31919;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2, h3, h4, h5, h6 {
	margin-top: 10px;
	font-weight: bold;
}

li h3 {
	border: 0px solid #000;
	background-image: none;
	background-color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode',geneva,verdana,sans-serif;
	font-size: 14px;
	color: #5f6b77;
}

h1 {
	font-size: 32px;
	line-height: 1.1;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 14px;
}

h1 a {
	color: #9e0203;
	margin: 0 0 10px 0;
	padding: 2px 4px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
}

#sidebar h4 {
	color: #9e0203;
	margin: 10px auto 2px 5px;
	padding: 0;
	font-weight: bold;
	border-bottom: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}


#footer {
	text-align: center;
	background-image: url(images/bar2.gif);
	background-color: #8D0505;
	height: 28px;
	width: 992px;
	color: #fff;
	padding-top:11px;
	clear: both;
}

#footer a {
	color: #fff;
}

/* {{{ .clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* }}} */

form {
	display: inline;
}

textarea {
	width: 100%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#skyscraper {
	position: relative;
	z-index: 10;
}

#skywrapper {
	position: absolute;
	left: 930px;
	top:10px;
}


#currencies_foot {
	text-align:center;
	width:150px;
}

#currencies_foot table {
	width: 100%;
}

#currencies_foot td {
	color: #9e0203;
}

#currencies_foot a {
	color: #939e9f;
}

#currencies_foot a:hover {
	color: #9e0203;
}

#footertext_body {
	text-align:center;
	margin: 0 0 10px 0;
}

#footertext_body td {
	color: #939e9f;
}

#footertext_body a {
	color: #939e9f;
}

#footertext_body a:hover {
	color: #9e0203;
}


.taxdiv {
	font-size: 10px;
	width:209px;
	color: #9e0203;
	padding: 5px;
	margin-left: 25px;
	margin-top:20px;
}

.grayline {
	height: 1px;
	background-color: #939E9F;
}
/*!!!Warenkorb!!!*/
.shoppingcart {
	background-image:url(images/shoppingcart_bg.jpg);
	background-repeat: no-repeat;
	color: #939E9F;
}

.shoppingcart .title{
	font-weight: bold;
	color: #9e0203;
	font-size: 13px;
}

.warenkorb {
	margin-left:15px;
	padding:5px;
	width:209px;
	float:left;
	border: 3px double #ccc;
}

span.korb_summe {
	padding-top:10px;
	float:right;
}

.curr_side {
	margin-left:15px;
	padding:5px;
	width:209px;
	border: 3px double #ccc;
}

.lang_side {
	margin-left:15px;
	padding:5px 5px 2px 5px;
	width:209px;
	border: 3px double #ccc;
}

.login {
	color: #9e0203;
	clear:both;
	height:101px;
	margin-left:15px;
	padding:5px;
	width:209px;
	border: 3px double #ccc;
}

.loginleft {
	float:left;
	margin-left:1px;
	margin-top:7px;
	font-size:9px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.loginright {
	float:right;
	margin-right:3px;
	margin-top:3px;
}

.searchbox {
	width:179px;
	height:75px;
	color: #9e0203;
	clear:both;
	margin-bottom:10px;
	font-size:10px;
}

.searchbox td {
	color: #9e0203;
}

.searchbox a {
	color: #9e0203;
}

.searchbox a:hover {
	color: #a5acc9;
}
/*!!!Produktsucheeingabe!!!*/
.searchbox .editbox {
	border: 1px solid #ccc;
	color: #000;
	background-color:#fff;
	margin-left:5px;
	margin-top:3px;
	float:left;
	font-size:14px;
	padding:3px 3px 0 3px;
}

.searchleft a {
	color:#fff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.searchbtn {
	border: 1px solid #939e9f;
	margin: 0;
	padding:3px;
	width:27px;
}

.button {
  color: #000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  background: url(images/button_bg.png) repeat-x;
  padding: 0px 5px;
  height: 24px;

}


#contentcol {
	vertical-align: top;
}

#location {
	color: #939e9f;
}

#location a {
	color: #939e9f;
}

#location a:hover {
	color: #9e0203;
}

#toplinks {
	text-align: right;
	padding: 0px 5px;
	font-size: 10px;
	color: #9e0203;
}

#toplinks a{
	color: #939e9f;
}

.newbox {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top:10px;
}

.newbox th{
	background-image: url(images/subhead_bg.png);
	background-repeat: repeat-x;
	padding: 0px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	padding: 3px;
}

.newbox td{
	padding: 5px;
}

.timeline {
	color: #AAAAAA;
	font-size: 10px;
	text-align: right;
	border-top: 1px solid #AAAAAA;
}

.redline {
	background-color: #fff;
	height: 1px;
}

.leftbox {
	width: 175px;
	padding: 0px;
	margin-left:2px;
	padding-top:1px;
}

.leftbox td{
	text-align: center;
	padding: 0px;
}

.leftbox td.textonly {
	padding: 8px;
	text-align: left;
	font-size:11px;
}

.leftbox th{
	text-align: left;
	padding: 0px 5px 0px 25px;
	font-size: 14px;
        font-weight: bold;
	color: #9e0203;
	text-decoration: none;
}

.centerbox {
	margin-top:5px;
	width: 100%;
}

.centerbox td{
	text-align: center;
	padding: 5px 5px;
}

.centerbox th{
	text-align: left;
	padding: 10px 0 0 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #9e0203;
	font-weight: normal;
}

.zeropadding {
	padding: 0;
}

.zeropadding td {
	padding: 0;
}


/* ORIGINAL*/
A.pageResults {
	color: #9e0203;
	text-decoration: none;
}

A.pageResults:hover {
	color: #93939f;
}

.BLAUERBALKEN {
	background-color: #fff;

	color: # ;
	height:12px;
	font-weight: bold;
	white-space:nowrap;
}

.BLAUERBALKEN a {
	color: #ffffff;
	font-weight: bold;
}

.BLAUERBALKEN a:hover {
	color: #9e0203;
	font-weight: bold;
}

.BLAUERRAND {
	border: 1px solid #939e9f;
}

.inputRequirement {
	color: #9e0203;
}

.main {
	line-height: 1.5;
}

.markProductOutOfStock {
	color: #9e0203;
	font-weight: bold;
}

.messageBox {
}

.messageStackError, .messageStackWarning {
	background-color: #ffffff;
}

.messageStackError, .messageStackWarning a{
	color: #9e0203;
}

.messageStackSuccess {
	background-color: #9e0203;
	color:#fff;
}

.moduleRow {
}

.moduleRowOver {
	background-color: #9e0203;
	color:#fff;
	cursor: hand;
}

.moduleRowSelected {
	background-color: #FFEEAA;
}

.newItemInCart {
	color: #ff0000;
}

.orderEdit {
	color:#9e0203;
	text-decoration: underline;
}


.productSpecialPrice {
	color: #9e0203;
}

.smallText {
	font-size: 10px;
}

.stockWarning {
	color: #9e0203;
}




/* MYCO */
.fetredprice {
	color: #9e0203;
	font-size: 13px;
	font-weight: bold;
}


/* mehrfarbige Listen oder Unterteilungen*/
.LISTE_BG_B			{	background-color: #fff;					}
.LISTE_BG_B2		{	background-color: #fff;					}
.LISTE_BG_B3		{	background-color: #ccc;					}
.LISTE_BG_W			{	background-color: #FFFFFF; 					}

.LISTE_BG_B_PAD		{	background-color: #fff;	padding:5px;	}
.LISTE_BG_W_PAD		{	background-color: #FFFFFF;	padding:5px;	overflow:hidden;}


/* Speziell fr Produktlisten */
H2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom:5px;
	margin-top:30px;
}

.manulink {
	color: #9e0203;
}

/*Startseite*/

.entry_box {
	background-color:#f3f3f3;
	padding:5px 10px;
	margin-top:10px;
}



.entry_box a{
	color:#9e0203;
}



.entry_box2 {
	padding:5px 10px;
	margin-top:10px;
}



.entry_box2 a{
	color:#9e0203;
}



.entry_img {
	padding:0 5px 5px 15px;
	float:right;
}