/* CSS Document */
/* Styles for Box Model */

html, body {
	background:#FFFFFF;
	margin:0px;
	padding:0px;
}
.MainContentBox { 
	width:822px;
	padding:0 0 0 0;
	margin:0 auto 0 auto;
	text-align:left;
}
.MainHeader {
	width:822px;
	height:198px;
	padding:10px 0 0 0;
}
.MainBody {
	background-image:url(../images/tableset/bg_body.gif);
	width:822px;
	padding:0 0 0 0;
	}
.MainBodyinnen {
	position:relative;
	left:16px;
	height: 100%;
	background: #FFFFFF url(../images/tableset/bg_mainbody.gif) repeat-x;
	width:790px;
	padding:0px;
	}
.MainBodyinnen2 {
	position:relative;
	left:16px;
	height:1300px;
	background: #FFFFFF url(../images/tableset/bg_mainbody.gif) repeat-x;
	width:790px;
	padding:0px;
	}
.MainFooter {
	position: relative;
	z-index: 3;
	background-image:url(../images/tableset/bg_footer.gif);
	width:822px;
	height:51px;
	line-height: 0;
	padding: 0 0 0 0;
	}
	
.NavigationPanel {
	position:relative;
	float:left;
	left:26px;
	width:210px;
}
.NaviButtonOff {
	margin-left:1px;
	width:210px;
	background-color:#d6d6bf;
	height:28px;
	margin-bottom:2px;

}
.NaviButtonOn {
	margin-left:1px;
	width:210px;
	background-color:#ed871f;
	height:28px;
	margin-bottom:2px;
}
.NaviButtonBox{
	position:relative;
	left:18px;
	top:5px;
}
.ContentBody {
	position: relative;
	width: 525px;
	min-height: 470px;
	float: right;
	padding:0 0 0 0;
	margin: 25px 0 0 0;
	z-index: 2;
}
* html .ContentBody { 
	/* \ */
	height: 470px;
	/* IE6 */
}
.ContentKeyvisual{
	position:absolute;
	top:220px;
	width: 788px;
	height: 250px;
	z-index:0;
}
.ContentFooterLeft {
	float:left;
	margin: 10px 0 0 40px;
	width: 580px;
}
.ContentFooterRight {
	float:right;
	margin: 10px 40px 0 0;
	padding: 0 0 1px 0;
	width: 140px;
}


/* Styles for used Fonts */

a.txtButtonOn{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

a.txtButtonOn:HOVER{
text-decoration:underline;
}

a.txtButtonOff{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#92927b;
text-decoration:none;
}

a.txtButtonOff:HOVER{
text-decoration:underline;
}

.txtFooter {
	font: normal 10px/12px "verdana", arial, helvetica, sans-serif;
	color: #eff0d0;
	} 
	
a.txtFooter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eff0d0;
	text-decoration:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	} 
a.txtFooter:HOVER{
	text-decoration:underline;
	} 
	
.errorMessages {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CC3333;

}
	
/* Styles for used Forms */

.FormboxLieferung {
	position:relative;
	left: 140px;
	background-image:url(../images/tableset/bg_form_testlieferung.gif);
	width: 354px;
	height: 300px;
	/*border: 1px solid;*/
}

.FormboxHeadline {
	position:relative;
	height:35px;
	left:40px;
	top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
}

.FormDescription {
	position:relative;
	left:40px;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.FormField {
	position:relative;
	left:40px;
	margin-top:10px;
	padding-left:5px;
	width:283px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.FormSendenbutton {
	position:relative;
	left:220px;
	margin-top:10px;
}

.FormboxKontakt {
	background-image:url(../images/tableset/bg_kontaktform.gif);
	margin-left:-13px;
	width: 519px;
	height: 272px;
	/*border: 1px solid;*/
}
.FormboxKontaktHeadline {
	position:relative;
	height:35px;
	left:25px;
	top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
}
.FormKontaktField {
	position:relative;
	left:25px;
	margin-top:10px;
	padding-left:5px;
	width:207px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}
.FormKontaktTextField {
	margin-top:10px;
	margin-left:-30px;
	padding-left:5px;
	width:212px;
	height:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.KontaktFormSendenbutton {
	position:relative;
	left:77px;
	margin-top:10px;
}
.Textarea {
	position:relative;
	width:220px;
	height:160px;
	float:right;
}

/**** MiniShop ****/

form#selectcategory {
	display: block;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}
form#show_basket { 
	display: inline;
	width: 100%;
	margin: 0 0 0 0;
	paddding: 0 0 0 0;
}
form#f_sb { 
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.c_ms_table { 
	width: 500px;
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	font: normal 12px/14px "arial", helvetica, sans-serif;
	color: #000000;
}
.c_ms_table tr th { 
	text-align: left;
}
.c_ms_table tr th h1 { 
	font: normal 16px/19px "arial", helvetica, sans-serif;
	color: #BD380C;
	text-decoration: underline;
	margin: 7px 0 7px 0;
}
.c_ms_table tr td h2 { 
	font: bold 12px/14px "arial", helvetica, sans-serif;
	color: #00000;
	margin: 0 0 7px 0;
}
.c_ms_table tr td { 
	padding: 1px 8px 1px 8px;
	line-height: 20px;
	overflow: hidden;
}
.c_ms_td_nopadding { 
	padding: 0 0 0 0 !important;
}
.c_ms_td_spacer { 
	height: 25px !important;
}
.c_ms_product { 
	width: 290px;
	text-align: left;
	vertical-align: middle;
}
.c_ms_price,
.c_ms_price_sum { 
	width: 60px;
	text-align: right;
}
.c_ms_options { 
	width: 90px;
}
.c_ms_options form { 
	display: block;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
td.c_ms_product_sum,
td.c_ms_price_sum { 
	font-weight: bold;
	color: #CC3333;
}
td.c_ms_td_showbasket { 
	text-align: left;
}
.c_ms_amount { 
	width: 30px;
	text-align: center;
	border: 1px solid #BD380C;
	margin: 1px 10px 0 10px;
	display: block;
	float: left;
}
.c_ms_tobasket { 
	width: 27px;
	height: 20px;
	overflow: hidden;
	background: transparent url(../images/tobasket.gif) top left no-repeat;
	border: 0;
	cursor: pointer;
	outline-width: 0;
	display: block;
	float: left;
}
.c_ms_actbasket { 
	width: 16px;
	height: 20px;
	overflow: hidden;
	background: transparent url(../images/actbasket.gif) top left no-repeat;
	border: 0;
	cursor: pointer;
	outline-width: 0;
	display: block;
	float: left;	
	margin: 2px 5px 0 0;
}
.c_ms_delbasket { 
	width: 18px;
	height: 17px;
	overflow: hidden;
	background: transparent url(../images/delbasket.gif) top left no-repeat;
	border: 0;
	cursor: pointer;
	outline-width: 0;
	display: block;
	float: left;
	margin: 2px 0 0 0;	
}
.c_ms_showbasket { 
	width: 77px;
	height: 24px;
	margin: 0 0 0 10px;
	overflow: hidden;
	background: transparent url(../images/showproducts.gif) top center no-repeat;
	border: 0;
	cursor: pointer;
	outline-width: 0;
	text-align: center;
}
.c { 
    clear: both;
    height:1px;
    font-size:1px;
    border:0 none;
    margin:0;
    padding:0;
    background:transparent;
    color:background;
}
.invalid_input { 
	font: bold 12px/14px "arial", helvetica, sans-serif;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	background-color: #BD380C;
}
.bgc { 
	background-color: #F7F7E7 !important;
}
a.c_ms_link:link,
a.c_ms_link:active,
a.c_ms_link:visited,
a.c_ms_link:focus,
a.c_ms_link:hover {
	display: block;
	margin: 20px 0 0 0;
 	font: bold 12px/14px "arial", helvetica, sans-serif;
	color: #BD380C;
	text-decoration: underline;
	outline-width: 0;
}
a.c_ms_link_inline:link,
a.c_ms_link_inline:active,
a.c_ms_link_inline:visited,
a.c_ms_link_inline:focus,
a.c_ms_link_inline:hover {
	color: #BD380C;
	text-decoration: underline;
	outline-width: 0;
}
.c_ms_ordersuccess { 
	width: 500px;
	height: 110px;
	position: absolute;
	top: 0;
	border: 1px solid #ED871F;
	text-align: center;
	background-color: #EFF0D0;
 	font: normal 14px/16px "arial", helvetica, sans-serif;	
}

.text_small { 
 	font: normal 11px/13px "arial", helvetica, sans-serif !important;	
}