/* CSS Document als Standardvorlage */


body
{
	background: #8e8e8e;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8Pt;
	color:#666666;
}

img {border: 0;}
br {clear: both;}


a
{
	text-decoration: none;
	color: #EA5B06;
}


div#overbox
{
	width: 1029px;
	margin: auto;
}

div#mainbox					/* große Hauptbox, die alle anderen beinhaltet */
{
	width: 755px;
	float: left;
	margin-top: 30px;
}

div#top					   /* obere Box für Logo, Menü und Suchfeld */
{
	width: 755px;
	height: 128px;
	background: url(../images/layout/standard/top_bg.png) no-repeat;
	border-top: 1px solid #c1beb9;
	border-left: 1px solid #c1beb9;
}

div#logo
{
	width: 141px;
	height: 132px;
	margin-top: -15px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	position: absolute;
}

div#logobg
{
	width: 160px;
	height: 128px;
	float:left;
}

/************************ MENÜ **********************/

div.menu
{
	width: 150px;
	height: 128px;
	float:left;
	color: #d6d4d4;
	text-decoration: none;
	margin-left: 0px;
	font-size: 10pt;
}

div.menu ul
{
	margin-top: 10px;
}

div.menu li
{
	text-align: left;
	color: #d6d4d4;
	list-style-type: none;
	margin-bottom: 5px;
}

div.menu li a
{
   text-decoration: none;
   color: #d6d4d4;
}

div.menu li a:hover
{
   color: #EF8444;
}


/************************ ENDE MENÜ **********************/

div#anmeldung
{
	width: 235px;
	float: right;
	color: #2a2825;
	text-align: left;
	line-height:15px;
	margin-top:17px;
}

div#anmeldung a
{
	color: #2a2825;
	text-decoration: underline;
}


div#main					/* mittlere Box für Banner, Content und Shopkategorien */
{	width: 754px;

	min-height: 499px;
    height: auto !important;
	height: 499px;
	background: #FFFFFF;
	border-left: 1px solid #c1beb9;
}

*html div#main					/* mittlere Box für Banner, Content und Shopkategorien */
{	width: 754px;

	min-height: 499px;
    height: auto !important;
	height: 499px;

	background: #FFFFFF;
	border-left: 1px solid #c1beb9;

	margin-top:-1px;
}


div#main div#banner
{
	width: 754px;
	height: 109px;
	background: url(../images/layout/standard/banner_klein.jpg) no-repeat;
	float: left;

	display: none;
}

div#main div#content
{
	width: 754px;

	min-height: 247px;
    height: auto !important;
	height: 247px;

}

div#main div#content div.text	/* Die "eigentliche" Textbox im Contentbereich */
{
	width: 730px;
	padding: 10px;

	text-align: left;
}

*>html div#main div#content div.text	/* Hack für IE 5 */
{
	width: 750px;
	padding: 10px;

	text-align: left;
}


div#bottom
{
	width: 755px;
	height: 27px;
	background: url(../images/layout/standard/main_bottom.png) no-repeat;
}

div#bottom div.menue3
{
	float: left;
	color: #666666;
	padding-left: 5px;
	padding-top: 5px;
}

a.menue3
{
	color: #666666;
	text-decoration: none;
}

a.menue3:hover
{
	color: #ffce5c;
	text-decoration: none;
}

div#bottom div#mim
{
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}

a.mim
{
	color: #666666;
	text-decoration: none;

}

a.mim:hover
{
	color: #ffce5c;
	text-decoration: none;
}



div#shopbox
{
	width: 273px;
	float: left;
	margin-top: 30px;
}

*html div#shopbox
{
	width: 273px;
	float: left;
	margin-top: 30px;

	margin-left: -1px;
}

*>html div#shopbox
{
	width: 273px;
	float: left;
	margin-top: 30px;

	margin-left: 0px;
}


div#shopboxtop
{
	width: 272px;
	height: 128px;
	background: url(../images/layout/standard/shopbox_top.png) no-repeat;

	border-top: 1px solid #c1beb9;
	border-right: 1px solid #c1beb9;
}

div#shopnavi
{
	width: 272px;
	float:left;
	text-align: left;
	color: #2a2825;
	cursor:pointer;
}


div#shopnavi a
{
	color: #2a2825;
	font-weight: bold;
}

div#suche
{
	width: 272px;
	float: right;
	color: #33FF33;
	text-align:left;
}

div#shopboxmain
{
	width: 272px;
	background: url(../images/layout/standard/shopbox_main.png);

	border-right: 1px solid #c1beb9;

	min-height: 114px;
    height: auto !important;
	height: 114px;
}

*>html div#shopboxmain
{
	width: 272px;
	background: url(../images/layout/standard/shopbox_main.png);

	border-right: 1px solid #c1beb9;

	min-height: 391px;
    height: auto !important;
	height: 391px;
}

/**************** Shopkategorien *******************/

div.article
{
	width: 240px;

	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;

	font-size: 13px;

	margin-left: 20px;
}

div.article  ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;

	margin-bottom: 5px;
	list-style-position: outside;

	text-align: left;
}

div.article ul li
{
	list-style-type: none;
	margin-bottom: 2px;
	margin-left: 0px;

}

div.article ul li a
{
	list-style-type: none;
	text-decoration: none;
	color: #000000;
}

div.article ul li ul li
{
	list-style-type: none;
	margin-bottom: 3px;
 	margin-left: 10px;
}

div.article ul li ul li a
{
	list-style-type: none;
	color: #000000;
}

div.article ul li ul li ul li
{
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 20px;
}

div.article ul li ul li ul li a
{
	list-style-type: none;
	color: #000000;
}


/****************************************************/


div#callback_message
{
	height: 20px;
	background: url(../images/layout/standard/shopbox_bg.png) repeat-y;
	border-right: 1px solid #c1beb9;
	border-bottom: 1px solid #c1beb9;
	padding-top: 10px;
	padding-left: 10px;
	color: #EA5B06;
}

div#shopboxbottom
{
	width: 272px;
	height: 132px;

	background: url(../images/layout/standard/shopbox_bottom.png) no-repeat;

	border-right: 1px solid #c1beb9;
	border-bottom: 1px solid #c1beb9;
}


.input
{
	font-size: 12px;
	background: #fff7e2;
	border: 1px solid #f5edd9;
	width: 129px;
	/*height: 16px;*/
	color: #282823;
	padding: 3px;
	/*padding-top: 2px;
	padding-left: 2px;
	margin-bottom: 2px;*/
}

*>html .input
{
	font-family:Tahoma;
	font-size: 8pt;
	background: #fff7e2;
	border: 1px solid #f5edd9;
	height: 19px;
	width: 129px;
	color: #282823;
	padding-top: 2px;
}

.input_error
{
	font-size: 12px;
	background: #fff7e2;
	border: 1px solid #EA5B06;
	width: 129px;
	/*height: 16px;*/
	color: #282823;
	padding: 3px;
	/*padding-top: 2px;
	padding-left: 2px;
	margin-bottom: 2px;*/
}

*>html .input_error
{
	font-family:Tahoma;
	font-size: 8pt;
	background: #fff7e2;
	border: 1px solid #EA5B06;
	height: 19px;
	width: 129px;
	color: #282823;
	padding-top: 2px;
}

.input2
{
	font-family:Tahoma;
	font-size: 7pt;
	background: #fff7e2;
	border: 1px solid #f5edd9;
	height: 14px;
	width: 70px;
	color: #282823;
	padding-top: 2px;
	padding-right: 2px;
	text-align: right;
}

*>html .input2
{
	font-family:Tahoma;
	font-size: 7pt;
	background: #fff7e2;
	border: 1px solid #f5edd9;
	height: 16px;
	width: 70px;
	color: #282823;
	padding-top: 2px;
	padding-right: 2px;
	text-align: right;
}

.input3
{
	font-family:Tahoma;
	font-size: 9pt;
	border: 1px solid #9198a0;
}

span.headline
{
  color: #FFFFFF;
  background-color: #EA5B06;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  padding-left:5px;
  padding-right: 5px;
}

span.red
{
	color: #ff0000;
}

span.darkgrey
{
	color: #666666;
	font-weight:bold;
}

span.old_price
{
	font-size: 12pt;
	color:#666666;
	text-decoration:line-through;
}

span.price
{
	font-size: 13pt;
	color:#9E1818;
}

span.orange
{
	color:#EA5B06;
}

span.orange_new
{
	color:#666666;
}

span.orange_new a
{
	color:#EA5B06;
}

a.orange_link
{
	color:#EA5B06;
}

span.article
{
	color: #000000;
	font-size: 11pt;
}

span.black
{
	color: #000000;
}

span.big_price
{
	color: #9E1818;
	font-size: 15pt;
}

span.old_price_big
{
	font-size: 13pt;
	color:#666666;
	text-decoration:line-through;
}

span.black_bold
{
	color: #000000;
	font-weight: bold;
}

span.black_big
{
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
}

span.red
{
	color: #ff0000;
}
