/*Allgemein*/
html {
	height : 100%;
	padding-bottom : 0.005em;
	min-height: 100%; 
	margin-bottom: 1px;
	background-color: #e2001a;
}


body {
	
}

* {
	color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0; /*??? evt. Probleme*/
}

.clear {
	clear: both;
}

/*Style/Positionierung*/
#balken {
	position: absolute;
	left: 270px;
	top: 124px;
	width: 539px;
	height: 110px;
	z-index: 500px;
}

#raster_h {
	background: #e2001a url(../img/layout/bg_header.jpg) bottom center no-repeat;
	height: 300px;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 896px;
	height: 300px;
}

#logo {
	position: absolute;
	left: 0;
	top: 37px;
	width: 210px;
	height: 210px;
}

#headimg {
	position: absolute;
	left: 270px;
	top: 0px;
	width: 626px;
	height: 250px;
}

#headimg img {
	position: absolute;
}

#headtitel {
	position: absolute;
	left: 270px;
	top: 250px;
	width: 626px;
	height: 45px;
	margin-top: 5px;
}

#raster_c {
	background: #FFFFFF url(../img/layout/bg_content.jpg) top center repeat-y;
}

#content {
	margin: 0 auto;
	width: 896px;
	overflow: hidden;
}

#navigation {
	width: 210px;
	margin-right: 60px;
	float: left;
}

#teaser {
	width: 196px;
	margin-top: 28px;
	float: right;
}

#text {
	width: 410px;
	margin-top: 28px;
	/*margin-left: 270px; Opera verträgt dies nicht */
	margin-left: 270px;
	overflow: hidden;
	zoom: 1;
}

#raster_f {
	background: #e2001a url(../img/layout/bg_footer.jpg) top center repeat-y;
	height: 20px;
}

#footer {
	margin: 0 auto;
	width: 896px;
}

.pres_spons {
	margin-top: 22px;
}

/*Content*/
p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.klein {
	font-size: 10px;
}

#headtitel h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
}

#text h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
}

#headtitel h2 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
}

#text h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	margin-top: 15px;
	font-weight: bold;
	color: #e2001a;
	font-size: 12px;
	text-transform: uppercase;
}

#text h3 .kleingeschrieben {
	font-weight: bold;
	color: #e2001a;
	font-size: 12px;
	text-transform: none;
}

.anriss {
	font-weight: bold;
	color: #666666;
}

#text .imgleft{
	float: left;
	margin: 0px 10px 10px 0px;
}

strong {
	font-weight: bold;
}

#text ul.content {
	margin-left: 20px;
}

#text .content li {
	padding: 10px 0px;
	list-style-type: disc;
}

/*Links*/
a, a:link, a:active {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Box rot */
.box {
  background: #e2001a url(../img/layout/box_top_left.png) top left no-repeat;
  
}

.box div {
  background: url(../img/layout/box_top_right.png) top right no-repeat;
}

.box div div {
  background: url(../img/layout/box_bottom_left.png) bottom left no-repeat;
}

.box div div div  {
  background: url(../img/layout/box_bottom_right.png) bottom right no-repeat;
  padding: 7px;
  overflow: hidden;
}

.box h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
}

.box img {
	float: right;
	margin: 5px 0px 0px 5px;
}

.box p {
	color: #FFFFFF;
	margin-bottom: 0px;
}

/* Box Transparent */
.box_trans {
  background: #CCFF99 url(../img/layout/box_trans_top_left.png) top left no-repeat;
  padding: 2px;
}

.box_trans div {
  background: url(../img/layout/box_trans_top_right.png) top right no-repeat;
}

.box_trans div div {
  background: url(../img/layout/box_trans_bottom_left.png) bottom left no-repeat;
}

.box_trans div div div  {
  background: url(../img/layout/box_trans_bottom_right.png) bottom right no-repeat;
}

/* Rabattangebot */
.box a.rabattangebot {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

/* Social Media */
.social img {
	float: right;
	margin: 0px 0px 0px 5px;
}

/*Navigation*/
#navigation ul {
	width: 210px;
}

#navigation li {
	list-style-type: none;
}

#navigation ul li a {
	display: block;
	margin-left: 22px;
	padding: 6px 6px 6px 0px;
	border-bottom: 1px solid #c2c2c2;
	
	text-decoration: none;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

#navigation ul li a:hover {
	color: #e2001a;
}

#navigation ul li a.navon {
	display: block;
	margin-left: 0px;
	padding: 6px 6px 6px 22px;
	border-bottom: 1px solid #e2001a;
	background: #e2001a url(../img/layout/kreuz.gif) 2% 50% no-repeat;
	
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation ul ul {
	background-color: #e2001a;
}

#navigation ul li ul li a {
	display: block;
	margin-left: 33px;
	padding: 6px 6px 6px 0px;
	border-bottom: 0px;
	
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a.subnavon {
	color: #FFF;
	font-weight: bold;
}

#navigation ul li ul li ul li a {
	display: block;
	margin-left: 33px;
	padding: 4px 6px 6px 12px;
	border-bottom: 0px;
	
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
}

/* Footer Navi */
#footer ul {
	overflow: hidden;
	margin-left: 260px;
	padding-top: 3px;
}

#footer li {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
	margin-left: 10px;
	color: #FFFFFF;
	list-style-type: none;
}

#footer li a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer li.last {
	border-right: 0px solid #FFFFFF;
}



/*Formular*/
.form label {
	display: block;
}

.form input[type="text"], 
.form textarea {
	border: 1px solid #c2c2c2;
	color: #000000;
	background: #FFFFFF;
	width: 200px;
}

.form textarea.gb {
	width: 390px;
}

.form input[type="text"]:focus, 
.form input[type="text"]:hover, 
.form textarea:hover, 
.form textarea:focus {
	border: 1px solid #e2001a;
	background-color: #FFFFFF;
}

.form[type="submit"] {
	border: 0;
	color: #ffffff;
	background: #e2001a;
	width: 200px;
}
.form input[type="radio"] {
	float: left;
	margin-right: 10px;
	border: 0;
}

.form .errors {
	color: #e2001a;
	font-size: 11px;
}

.form .zip {
	position:absolute;
	margin-left: -50px;
}

input, textarea {
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
}

input:focus, textarea:focus {
	color: #000000;
	background: #84b394;
}

.formtext {
	width: 100px;;
	float: left;
	margin-bottom: 4px;
}

.formfeld {
	size: 35;
	margin-bottom: 4px;
}

.formbutton {
	margin-left: 100px;
}

.form .plz[type="text"] {
	width: 50px;
}

.form .city[type="text"] {
	width: 145px;	
}

/*Shop*/
.shop_item {
	list-style:none;
	padding: 10px 0;
	border-top: solid 1px #c2c2c2;
}

.item_pic {
	border: solid 1px #e2001a;
	float:left;
	width:102px;
	margin-right:10px;
}

.item_details {
	width: 410px;	
}

.item_details h3 {
	height:15px;
	color:#FFFFFF;
}

.item_bottom {
	text-align:right;
}

.item_bottom input {
	text-align:right;
}

.productwrap {
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 40px;
}

.productwrap li{
list-style-type: none;
}

#text .item_details h3 {
	margin-top:0;
}

.cartbtn {
	vertical-align:bottom;
}


/*Warenkorb*/
.box table td {
	color:#FFFFFF;
}

.shop_btmrow td {
	border-bottom: 1px dotted #c2c2c2;
	padding-bottom: 5px;
}

.box div div div h3  {
 	font-weight: bold;
	padding: 5px 0;	
	color: #FFFFFF;
}

.postage td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.total td {
	color: #FFFFFF;
	padding-bottom: 8px;
	padding-top: 5px;
	border-top: 1px solid #FFFFFF;
	font-weight:bold;
}


/*Bestellübersicht*/
.sumbottom{
	height: 30px;
}

.sumbottom td {
	

	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	font-weight:bold;
}

.sumbottom td div {
	font-weight: bold;
}

#order_sum tbody tr td {
	padding: 2px 0;
}

#text .orderform_title {
	padding-top: 40px;
	margin-bottom: 10px;
}

.thead td {
	padding-top:15px;
	padding-bottom:5px;
	border-bottom: 1px solid #c2c2c2;
}

.spacer_td{
	font-size:4px;
	height: 6px;
}

.backlink a {
	color: #e2001a;
	text-decoration: none;
}

