/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
body{
  background-color: #858585;
  margin: 0px;
  color: #666666;

}
a{
  color: #B20145;
  text-decoration: none;
}

a:hover {
  color: #B20145;
  text-decoration: underline;
}
h2 {
  color: #B20145;
  font-size: 13px;
}
table{
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
}
#wrap{
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
margin-left: 40px;
width: 900px;
background-color: white;
}
#header{
height: 170px;
background-image: url(images/header.jpg);
background-position: top;
background-repeat: no-repeat;
}
#header_right{
width: 330px;
height: 170px;
float: right;
}
#text{
font-size: 10px;
padding-top: 55px;
width: 150px;
float: left;
}
#text H2{
color: white;
font-size: 12px;
}
#bild{
padding-top: 55px;
width: 110px;
float: left;
}
#vinaldi_logo{
width: 150px;
padding-left: 20px;
padding-top: 35px;
float: left;
}
#monats_aktion{
padding-right: 50px;
height: 135px;
color: white;
}
#monats_aktion a{
color: white;
}
#stabsnavigation {

font-size: 12px;
}
#stabsnavigation a{
margin-right: 0px;
padding-right: 0px;
font-weight: bold;
}
#content_wrap{
padding-top: 15px;
clear: both;
padding-right: 20px;
}
#highlight{
  color: #B20145;
}
#content_left{
width: 188px;
float: left;
padding-bottom: 50px;

}
#content_left h1{

font-size: 13px;
  color: #666666;
  text-decoration: none;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 3px;
}
#content_left ul{
}
#content_left li{
}
#content_left a{

font-size: 13px;
  color: #666666;
  text-decoration: none;
}

#content_left a:hover{
font-size: 13px;
  color: #B20145;
  text-decoration: underline;
}
.navi_top_level{
margin-left: 20px;
}

.navi_sub_level{
height: 17px;
padding-left: 10px;
font-size: 10px;
  color: #B20145;
}
.active{
font-size: 13px;
  color: #B20145;
}
#content_main{
width: 510px;
float: left;
}
#content_main h1{
  color: #B20145;
  font-size: 12px;
}
.AlignLeft{
width: 510px;

}

.AlignLeft form{
}

#product_description{
width: 300px;
float: left;
color: #666666;

}
#product_image{
width: 170px;
float: right;
overflow: hidden;

}
#ad_info{
font-weight: bold;
}
#button{
clear: both;
}
#content_right{
padding-bottom: 50px;
width: 150px;
float: right;
}
#shop_footer {
text-align: center;
color: white;
clear: both;
height: 40px;
background-color: #B20145;
font-size: 10px;
}
#shop_footer p{
padding-top: 15px;
vertical-align: middle;
}
#ongoing_footer{
text-align: right;
padding-top: 3px;
padding-bottom: 10px;
background-color: #858585;
}
#ongoing_footer a{
color: white;
font-size: 9px;
}
#warenkorb h2{
margin-top: 0px;
}
#warenkorb{

margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid gray;
}
#warenkorb a{
font-size: 10px;
text-decoration: none;
}
#warenkorb a:hover{
font-size: 10px;
text-decoration: underline;
}
#suche{
border-bottom: 1px solid gray;
margin: 0px;
padding: 0px 0px 5px 0px;

}
#informationen{
}
#informationen ul{
list-style-position:inside;
margin-left: 0px;
padding-left: 0px;
padding-top: 0px;
margin-top: 0px;
}

/*Box_Content*/

.fedora-corner-tl, .fedora-corner-tr, .fedora-corner-bl, .fedora-corner-br {
	background-color: #d9d9d9;
	position: relative;
	width: 19px;
	height: 19px;
	/* The following line is to render PNGs with alpha transparency within IE/Win, using DirectX */
	/* Work-around for IE6/Mac borkage (Part 1) */
	display: none;
}

.fedora-corner-tl, .fedora-corner-bl { float: left; left: 0px; }
.fedora-corner-tr, .fedora-corner-br { float: right; right: 0px; }
.fedora-corner-tl, .fedora-corner-tr { top: 0px; }
.fedora-corner-bl, .fedora-corner-br { bottom: 0px; margin-top: -19px; /* Opera fix (part 1) */ top: -18px;}

.fedora-corner-tl { background: white url("images/corner-tl.png") no-repeat left top; }
.fedora-corner-tr { background: white url("images/corner-tr.png") no-repeat right top; }
.fedora-corner-bl { background: white url("images/corner-bl.png") no-repeat left bottom; }
.fedora-corner-br { background: white url("images/corner-br.png") no-repeat right bottom; }

.fedora-corner-tl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner-tl.png',sizingMethod='scale'); }
.fedora-corner-tr { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner-tr.png',sizingMethod='scale'); }
.fedora-corner-br { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner-br.png',sizingMethod='scale'); }
.fedora-corner-bl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner-bl.png',sizingMethod='scale'); }

/* \*/
.fedora-corner-tl, .fedora-corner-tr, .fedora-corner-bl, .fedora-corner-br {
  /* Restore the view for everything but IE6/Mac (part 2 of the "IE/Mac fix") */
  display: block;
}
/* */

.fedora-corner-bl, .fedora-corner-br {
	top: 0px;
}

.InfoBoxContenent2MA {
  clear: both;
  background: #ffffff;
  padding: 10px;
}
.InfoBoxContenent2MABox {
  border-style:solid;
  border-width:1px;
  border-color: #aaaaaa;
  color: inherit;
  background: #ffffff;
  color: #000000;
  padding: 15px;


}
.new_item{
margin-bottom: 10px;
width: 180px;
float: left;
margin-right: 30px;
}
.new_item img{
padding-left: 30px;
text-align: center;
padding-bottom: 15px;
}
.new_item_row{
margin-left: 50px;
margin-top: 10px;
margin-bottom: 20px;
}
.new_products{
}
.region_link{
padding-bottom: 5px;
width: 150px;
float: left;
text-align: center;
height: 27px;
}
.region_link a{
 color: #B20145;
 font-size: 12px;
 font-weight: normal;
}
.region_link h1{
margin: 0px;
padding: 0px;
 color: #B20145;
 font-size: 12px;
 font-weight: normal;
}
/*product-listing*/
.produkt_image{
text-align: center;
padding-top: 10px;
width: 150px;
float: left;
}
.produkt_item{
height: auto;
}
.produkt_buy{
margin-top: 10px;
}
.produkt_buy input{
margin: 1px;
}
.produkt_desc{
margin-left: 20px;
margin-top: 25px;
width: 300px;
float: left;
}
.item_footer{
border-bottom: 1px solid #aaaaaa;
height: 5px;
margin-top: 10px;
margin-bottom: 30px;
}
.formfield{
width: 200px;
float: left;
}
.formdesc{
width: 150px;
float: left;
}
.login-left{
float: left;
display: block;
width: 220px;
}
.login-right{
margin-left: 30px;
float: left;
display: block;
width: 220px;
}
.basket_checkbox{
float: left;
width: 100px;
}
.basket_menge{
width: 200px;
float: left;
}
.basket_preis{
width: 100px;
float: left;
}
.basket_details{
clear: both;
border-bottom: 1px solid #aaaaaa;
margin-bottom: 30px;
padding-bottom: 10px;
}
.basket_checkbox_head{
float: left;
width: 100px;
}
.basket_menge_head{
width: 200px;
float: left;
}
.basket_preis_head{
width: 150px;
float: left;
}
.basket_details_head{
}
#checkout {
}
#checkout div{
padding: 3px;
min-width: 90px;
float: left;
width: auto;
border: 1px solid #B20145;
margin-right: 10px;
}
#active{
padding: 3px;
min-width: 90px;
float: left;
width: auto;
background-color: #B20145;
color: white;
margin-right: 10px;
}
#ship_adress{
width: 240px;

float: left;
}
#billing_adress{
float: right;
width: 230px;
}
.prod_right{
width: auto;
float: right;
text-align: right;
}
.prod_left{
min-width: 100px;
width: auto;
float: left;
}
.order_prod_wrapper{
}
.toggler{
background-color: #B20145;
color: white;
}
.news {
background-color: #B20145;
color: white;
}
.toggler a{
color: white;
}
.introduction a {
	color: white;
}
h3 {
  color: #B20145;
  font-size: 12px;
}
.specialsbox{
width: 220px;
float: left;
}
.specialtext{
width: 120px;
float: left;
}
.specialsbild{
padding-left: 70px;
}
.specialslink{
height: 35px;
margin: 0px;
padding: 0px;
}
.f_right{
float: right;
}
.f_left{
float: left;
}
.grey{
color: blue;
}
.red {
  color: #B20145;
  font-weight: bold;
}
