/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/


html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}	

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}	

p {
	line-height:150%;
	margin:0;
	padding:0 0 5px 0;
}

table {
	font-family:Arial, Verdana;
	font-size:12px;
	color:#434343;
}

font {
  font-size: 12px;
  font-family: Arial, Verdana;
}

#wrapper {
	width:992px;
	padding:0;	
}

#wrappertable {
	width: 1020px;
	margin: auto;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #434343;
	border-collapse: collapse;
}

#header {
	width:988px;
	height:175px;
	background-image:url(img/header_background.gif);
	background-repeat:repeat-x;
}

#box_suche {
	width:146px;
	height:73px;
	background-image:url(img/suche_background.gif);
	background-repeat:no-repeat;
	float:left;
	color:#fff;
	padding:100px 0 0 8px;
}

#login {
	float:left;
	width:220px;
	padding:0px 10px 0px 10px;
	margin-top:10px;
	height:115px;
	border-right:1px solid #fff;
}

#loginbox {
	width:220px;
	margin:10px;
}

#einkaufswagen {
	width:220px;
	float:right;
	padding:10px;
	height:123px;
	overflow:auto;
}

.left {
	float:left;
}
.right {
	float:right;
}

.margin {
	margin-right:12px;
}

#logo {
	float:right;
	border-style:none;
	width:325px;
	height:145px;
}

#logo #header_mail {
	height:24px;
	width:304px;
	float:right;
	background-color:#0080db;
	color:#fff;
	background-image:url(img/title_background.gif);
	margin-top:1px;
	font-weight:bold;
	padding-top:7px;
	padding-left:20px;
	font-size:14px;
}

#logo #header_mail a {
	color:#fff;
	text-decoration:underline;
}

#header_navigation {
	width:833px;
	background-color:#f5f3e7;
	float:left;
	margin:1px 0 0 1px;
	padding-top:0px;
	font-family:arial;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
}

#table_wrapper {
	margin-top:10px;
}

#left {
	width:154px;
	float:left;
	background-color:#faf8ed;
}

.new_product {
	border:1px solid #C1BDA2;
	margin-bottom:5px;
}

.infoBoxHeading {
	background-image:url(img/table_top_background.gif);
	height:37px;
	width:154px;
	background-repeat:repeat-x;
	border-bottom:1px solid #fff;
}

.infoBoxHeading2 {
	background-image:url(img/table_top_background.gif);
	height:37px;
	background-repeat:repeat-x;
	border-bottom:1px solid #fff;
	font-weight:bold;
}


.infoBoxHeading .categorie_headline {
	padding-left:10px;
	font-weight:bold;
	width: 154px;
}

.box_text {
	padding:10px;
}

.box_text2 {
	padding:0px 10px 10px 10px;
}

#right {
	width:825px;
	float:left;
	display: inline;
	padding-left: 3px;
}

#content {
	width:829px;
}

#content_header {
	width:825px;
	background-image:url(img/content_header_background.gif);
	background-repeat: repeat-x;
  height:37px;
	padding-bottom: 10px;
}

#content_title {
	height:37px;
	background-image:url(img/title_background.gif);
	width:auto;
	float:left;
}

#content_title h1 {
	font-size:13px;
	margin:0;
	padding:10px 10px 0 15px;
	color:#fff;
}

.text_big h1, #right .druckservice h1 {
  font-size: 16px;
  font-weight: bold;
}

.text_big h2 {
  font-size: 14px;
  font-weight: bold;
}

#title_spacer {
	width:53px;
	height:37px;
	margin:0;
	padding:0;
	background-image:url(img/spacer_background.gif);
	float:left;
}

#navtrail {
	padding:15px 0 0 15px;
}

#navtrail a {
	color:#444243;
	font-weight:bold;
}

#description {
	min-height:75px;
	width:450px;
	background-color:#eee;
	border:1px solid #b4b4b4;
	margin:15px 0 10px 0;
	line-height:150%;
	clear:both;
}

#description p {
	padding-left: 6px;
}
#product {
	margin:0 0 10px 0;
	clear:both;
	float: left;
	width:825px;
	background-color:#faf8ec;
	height:82px;
}

#short_product {
	margin:5px 5px 5px 5px;
	width:396px;
	height:150px;
	background-color:#faf8ec;
	min-height:150px;
	float:left;
	display:inline;
}

#product h2 {
	font-size:18px;
	margin:0;
	padding:0;
}

#description_image {
	float:left;
	display: block;
	margin-right:10px;
}

#product_navigation {
	clear:both;
	margin:15px 0 0 0;
	border-top:2px solid #faf8ec;
	padding-top:4px;
}

.product_image,
#product_image {
	float:left;
	border:1px solid #c1bda2;
	width:80px;
	height:80px;
	background-color:#fff;
	text-align:center;
	margin-right: 3px;
}

.product_description {
	padding:10px;
	margin-left:2px;
	float:left;
	border-left:1px solid #fff;
}

.product_description2 {
	padding:5px;
	margin-left:2px;
	border-left:1px solid #fff;
}

#product .product_description h2 {
  float: left;
  font-size: 16px;
}

.product_description small {
  clear: right;
  float: left;
  font-size: 11px;
  margin: 6px 0 5px 4px;
}



#short_product_description {
	margin:0;
	padding:0;
	width:560px;
	clear: left;
  float:left;
	line-height:150%;
	font-size: 12px;
}

#short_product_description2 {
	margin:0;
	padding:3px 0 0 0;
	width:305px;
	float:left;
	line-height:120%;
	font-size: 12px;
	/*overflow: auto;
	height: 90px;*/
}

#short_product_description p {
	margin:0;
	padding:0;
}

#product_price {
	float:right;
	background-color:#dcd8bd;
	width:140px;
	text-align:center;
	height:82px;
}

#product_price h3 {
	font-size:20px;
	margin:16px 0 0 0;
	padding:0;
}

#product_info_left {
	width:315px;
	float:left;
}

#article_image {
	width:300px;
	overflow:hidden;
	border:8px solid #f5f3e6;
	background-color: white;
	margin-top:1px;
	text-align:center;
	height:300px;
	vertical-align:middle;
}

.more_images {
	border:1px solid #C1BDA2;
	float:left;
	margin:5px 5px 10px 0;
}

#product_info_right {
	width:492px;
	float:right;
	margin-left: 3px
  margin-top:12px;
}

#prices {
	float:left;
	width:267px;
}

#prices p {
	background-color:#faf8ec;
	padding:6px;
	line-height:150%;
}

#prices_header {
	background-image:url(img/title_background.gif);
	font-weight:bold;
	font-size:12px;
	color:#fff;
	padding:5px;
}

#price_table td {
	border-top:1px solid #fff;
	background-color:#faf8ec;
	padding:5px;
}

.staffelpreise_head {
	background-image:url(img/staffelpreise_head_background.gif);
	font-weight:bold;
	padding:5px 5px 5px 10px;
	height:16px;
}

#buy_article {
	position: absolute;
	top: 251px;
	left: 779px;
  float:right;
	width:204px;
}

/*#buy_article {
  float:right;
	width:204px;
}*/

#article_information {
	/*width:450px;*/
	width: 100%;
	clear:both;
	float:left;
}

#article_information ul {
  margin-top: 0px;
  padding-top: 0;
}

#article_information ul li {
  clear: both;
}


#article_information h2 {
	font-size:14px;
	margin-top:10px;
	margin-bottom:5px;
}

.buy_article_print {
	height:21px;
	background-image:url(img/staffelpreise_head_background.gif);
	margin:1px 0 0 0;
	padding:3px 0 0 5px;
}

#buy_article_cart {
	background-image:url(img/title_background.gif);
	height:24px;
	font-weight:bold;
	color:#fff;
}

.buy_menge {
	float:right;
	margin:2px 3px 0 0;
}

.buy_article_box {
	background-color:#faf8ec;
	padding:5px;
	margin-top:1px;
}

#right #also_purchased {
	width:320px;
	float:left;
	clear:left;
}

#right #also_purchased_header {
	height:37px;
	background-image:url(img/title_background.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	padding:3px;
}

#right #also_purchased .also_purchased_articles {
	float:left;
	border:1px solid #C1BDA2;
	text-align:center;
	margin:8px 12px 8px 12px;
	width:80px;
}

hr {
	border-style:none;
	background-color:#008ef4;
	height:1px;
	clear: both;
	position: relative;
	top: 5px;
}

#new_account {
	width:350px;
	float:left;
	margin-top:15px;
}

#account {
	width:350px;
	float:left;
	margin-left:15px;
}

.title_account {
	border-bottom:3px solid #FAF8EC;
	padding:4px;
	font-weight:bold;
}

.text_new_account {
	line-height:150%;
	padding:4px;
}

.button_new_account {
	float:right;
}

#create_account {
	width:450px;
	padding:5px;
	line-height:150%;
	margin-top:15px;
}

.create_table_head {
	border-bottom:3px solid #FAF8EC;
	padding:4px;
	font-weight:bold;
	padding-top:10px;
}

.viewed_products {
	width:350px;
	float:left;
	margin-top:15px;
}

#wrappertable .viewed_products h2 {
	margin:2px 0 2px 0;
	padding:0;
	font-size:13px;
}

.title_viewed {
	border-bottom:3px solid #FAF8EC;
	padding:4px;
	font-weight:bold;
}

.viewed_image {
	width:80px;
}

#address {
	width:100%;
}

.shipping_title {
	border-bottom:3px solid #FAF8EC;
	padding:4px;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:5px;
}

#payment h3{
	border-bottom:3px solid #FAF8EC;
	padding:4px;
    font-size:12px;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:5px;
}

.checkoutBarCurrent {
	font-weight:bold;
}

#shipping {
	width:100%;
}

#shipping p {
	margin-left:5px;
}

#continue {
	width:100%;
}

#continue p {
	margin-left:5px;
}

#new_address {
	width:100%;
}

#payment {
	width:100%;
}

#payment p {
	margin-left:5px;
}

#comments {
	width:100%;
}

#comments p {
	margin:5px;
}

#comments p textarea {
	width:550px;
	height:120px;
}

#agb {
	width:100%;
}

#agb p {
	margin:5px;
}

#agb p textarea {
	width:550px;
	height:120px;
}

span.blue {
	color:#0084e4;
	font-style:italic;
}

span.blue a {
	color:#0084e4;
	font-style:italic;
}

.cart_head {
	padding:4px; 
	border-bottom:1px solid #fff;
	margin-bottom:1px;
	font-weight:bold;
}
.cart_item_attributes  th{
	text-align:left;
	font-weight:bold;
}
.cart_item_attributes td {
	line-height:110%;
	padding-bottom:0.7ex;
}

.copyright {
	font-family:Arial;
	font-size:11px;
	width:380px;
	margin:auto;
	text-align:center;
	background-color:#faf8ed;
	background-image:url(img/text_bg_top.gif);
	background-position: top center;
	padding:10px 10px 2px 10px;
	background-repeat:no-repeat;
	color:#c2bfb1;
}

.copyright a {
	color:#a4a191;
}

.thumbs_table a img {
	border:1px solid #c1bda2;
}

/** Boxes **/

#right .text {
	width:780px;
	background-color:#faf8ed;
	background-image:url(img/text_bg_top.gif);
	background-position: top;
	padding:10px 10px 2px 10px;
	background-repeat:no-repeat;
	margin:10px 10px 0 10px;
	line-height: 180%;
}
#right .text h2 {
  clear: both;
}


#right .text_bottom {
	background-image:url(img/text_bg_bottom.gif);
	height:7px;
	width:400px;
	clear:both;
	margin:0 0 10px 10px;
	background-repeat:no-repeat;
}

#right .text_big {
	width:560px;
	background-color:#faf8ed;
	background-image:url(img/text_big_bg_top.gif);
	background-position: top;
	background-repeat:no-repeat;
	margin:10px 10px 0 10px;
	line-height: 180%;
	float: left;
}

#frontwrap {
  width: 780px;
  background-color:#faf8ed;
  float: left;
  margin:10px 10px 0 10px;
  padding:10px 10px 2px 10px;
}

#right .druckservice {
	width:160px;
	background-color:#faf8ed;
	background-image:url(img/text_big_bg_top.gif);
	background-position: top;
	background-repeat:no-repeat;
	margin:10px 10px 0 20px;
	line-height: 180%;
	float: left;
	height: 220px;
}


ul#ds_list, ul#ds_list li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul#ds_list li {
  height: 20px;
  width: 112px;
  background-image: url(img/button_druckservice.gif);
  margin: 5px;
}

ul#ds_list li a {
  height: 20px;
  width: 154px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 1px 0 0 7px;
}

#right .text_bottom_big {
	background-image:url(img/text_big_bg_bottom.gif);
	height:7px;
	width:800px;
	clear:both;
	margin:0 0 10px 10px;
	background-repeat:no-repeat;
}

#right .text h2, #right .text2 h2 {
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
	font-size:13px;
}

#right .text h3, #right .text2 h3 {
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
	font-size:13px;
}

#right .text h4, #right .text2 h4 {
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
	font-size:13px;
}


.popuptext {
	width:380px;
	background-color:#faf8ed;
	background-image:url(img/text_bg_top.gif);
	background-position: top;
	padding:10px 10px 2px 10px;
	background-repeat:no-repeat;
	margin:10px 10px 0 10px;
	font-family:Arial;
	font-size:11px;
}

.popuptext_bottom {
	background-image:url(img/text_bg_bottom.gif);
	height:7px;
	width:400px;
	clear:both;
	margin:0 0 10px 10px;
	background-repeat:no-repeat;
}

.popupimage_title {
	width:100%;
	background-image:url(img/table_top_background.gif);
	height:37px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#444243;
}

/** Formulare **/ 

input {
	font-size:11px;
	font-family:Arial;
}

select {
	font-family:Arial;
	font-size:11px;
}

#article_information select {
  clear: right;
  float: left;
}

#article_information label {
  clear: left;
  /*float: left;*/
}

#article_information div hr {
  clear: both;
}

#article_information p small, #article_information p {
}

#additional_expenses {
}

#popt-checker label {
  clear: right;
}

p.print_method_option_checkbox {
  clear: both;
}

#article_information h2 {
  clear: both;
}

#article_information h4 {
  clear: both;
}


#popt {
  float: left;
  clear: left;
  width: 485px;
  padding-top: 10px;
}

#article_information #popt label {
  clear: left;
  float: left;
  display: inline;
}

#article_information #popt select {
  float: left;
  clear: right;
  padding-left: 5px;
  display: inline;
}

#optable {
  float: left;
  clear: both;
}

input.search {
	background-color:#def1ff;
	border:1px solid #fff;
	padding:4px;
	width:124px;
}

input.newsletter {
	width:112px;
	background-color:#fff;
	border:1px solid #c1bda2;
	margin:5px 0 0 0;
	padding:6px;
}

input.login_email {
	width:110px;
	padding:3px;
	border:1px solid #c1bda2;
}

input.login_password {
	width:110px;
	padding:3px;
	border:1px solid #c1bda2;
}

.buy_menge input {
	width:33px;
	height:15px;
	background-color:#def1ff;
	border:1px solid #fff;
	text-align:right;
}

#message_body {
	width:250px;
	height:80px;
}


	
	
/** Links **/

a {
	color:#007fda;
	text-decoration:none;
}

a img {
	border-style:none;
}

#box_suche a {
	color:#fff;
}

#login a {
	color:#fff;
}

#header_navigation a {
	color:#434343;
	padding:7px 7px 6px 7px;
	border-right:1px solid #fff;
	text-decoration:none;
	font-size:11px;
	float: left;
}

#header_navigation ul.picnav {
  margin: 0;
  padding: 0 0 0 1px;
  list-style-type: none;
  clear: both;
  float: left;
  
  height: 27px;
  width: 700px;
  border-top: 1px solid white;

}

#header_navigation ul.picnav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
  float: left;
  height: 27px;
}

#header_navigation ul.picnav li#stabila {
	background-image: url(img/nav_mfc/stabila.gif);
	background-repeat: no-repeat;
  height: 27px;
	width: 61px;
	border-right:1px solid #fff;
}

#header_navigation ul.picnav li#stabila a {
	text-decoration:none;
	font-size: 0px;
	text-indent: -1000px;
  overflow: show;
  padding: 0;
  height: 27px;
	width: 61px;
}

#header_navigation ul.picnav li#senator {
	background-image: url(img/nav_mfc/senator.gif);
	background-repeat: no-repeat;
  height: 27px;
	width: 103px;
	border-right:1px solid #fff;
}

#header_navigation ul.picnav li#senator a {
	text-decoration:none;
	font-size: 0px;
	text-indent: -1000px;
  overflow: show;
  padding: 0;
  height: 27px;
	width: 103px;
}

#header_navigation ul.picnav li#victorinox {
	background-image: url(img/nav_mfc/victorinox.gif);
	background-repeat: no-repeat;
  height: 27px;
	width: 106px;
	border-right:1px solid #fff;
}

#header_navigation ul.picnav li#victorinox a {
	text-decoration:none;
	font-size: 0px;
	text-indent: -1000px;
  overflow: show;
  padding: 0;
  height: 27px;
	width: 106px;
}

#header_navigation ul.picnav li#ass {
	background-image: url(img/nav_mfc/ass.gif);
	background-repeat: no-repeat;
  height: 27px;
	width: 82px;
	border-right:1px solid #fff;
}

#header_navigation ul.picnav li#ass a {
	text-decoration:none;
	font-size: 0px;
	text-indent: -1000px;
  overflow: show;
  padding: 0;
  height: 27px;
	width: 82px;
}

#header_navigation ul.picnav li#bic {
	background-image: url(img/nav_mfc/bic.gif);
	background-repeat: no-repeat;
  height: 27px;
	width: 78px;
	border-right:1px solid #fff;
}

#header_navigation ul.picnav li#bic a {
	text-decoration:none;
	font-size: 0px;
	text-indent: -1000px;
  overflow: show;
  padding: 0;
  height: 27px;
	width: 78px;
}

#header_navigation ul.picnav li#mag {
	background-image: url(img/nav_mfc/mag-lite.gif);
	background-repeat: no-repeat;
  height: 27px;
	width: 120px;
	border-right:1px solid #fff;
}

#header_navigation ul.picnav li#mag a {
	text-decoration:none;
	font-size: 0px;
	text-indent: -1000px;
  overflow: show;
  padding: 0;
  height: 27px;
	width: 120px;
}

#header_navigation ul.picnav li#fare {
	background-image: url(img/nav_mfc/fare.gif);
	background-repeat: no-repeat;
  height: 27px;
	width: 85px;
	border-right:1px solid #fff;
}

#header_navigation ul.picnav li#fare a {
	text-decoration:none;
	font-size: 0px;
	text-indent: -1000px;
  overflow: show;
  padding: 0;
  height: 27px;
	width: 85px;
}



#header_navigation a:hover {
	color:#fff;
	background-color:#007fda;
}

#header_navigation a.pic:hover {
  background-color: transparent;
}

ul#kategorie_navigation, ul#werbegeschenke_nav {
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	font-size:11px;
}

ul#werbegeschenke_nav {
  padding-left: 3px;
}

ul#kategorie_navigation li, ul#werbegeschenke_nav li {
	margin:0;
	padding:0px 5px 0px 3px;
}

ul#kategorie_navigation li a, ul#werbegeschenke_nav li a {
	padding:4px;
	color:#434343;
	text-decoration:none;
	width:120px;
	display:block;
	overflow:show;
	border-left:3px solid #faf8ec;
}

ul#kategorie_navigation li a:hover, ul#werbegeschenke_nav li a:hover {
	background-color:#fff;
	width:120px;
	overflow:show;
	border-left:3px solid #007fda;
}

ul#child_kategorie_navigation {
	list-style-type: none;
	margin:1px 0 0 7px;
	background-color:#fff;
	width:132px;
	padding:0px 5px 0px 0px;
	font-size:11px;
}

ul#child_kategorie_navigation li {
	margin:0;
	padding:0;
}

ul#child_kategorie_navigation li a {
	padding:4px;
	color:#434343;
	text-decoration:none;
	width:113px;
	display:block;
	overflow:show;
	border-left:3px solid #fff;
}

ul#child_kategorie_navigation li a:hover {
	background-color:#fff;
	width:113px;
	overflow:show;
	border-left:3px solid #cbc7ac;
}

.buy_article_print a {
	color:#424443;
}

#login .text_new_account a {
	color:#000;
}

.error {
  border: 2px solid red;
}

td.headerError {
  margin-top: 10px;
  border: 2px solid red;
  float: left;
 }


textarea {
	font-family:Arial, Verdana;
	font-size:11px;
	border: 1px solid #dcd8be;
	background-color: #faf8ec;
	padding: 5px;
}

div#hinweis {
background-color: #b20000;
color: white;
border-bottom: 1px solid white;
width: 988px;
}

div#hinweis h1 {
  margin: 0;
  padding: 10px;
}

div#fare, div#kcf, div#katanf {
  background-color: #efcc28;
  color: #4b464a;
  padding: 10px 5px 10px 5px;
  border-bottom: 1px solid #ffffff;
}

div#katanf {
  background-color: #007fdc;
  margin-bottom: 10px;
}

div#fare a, div#kcf a {
  color: #4b464a;
}

div#katanf a {
  color: white;
}

table.texoptions,
table.wrapoptions {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 10px 0;
}

table.texoptions td.texsizes,
table.wrapoptions td.wraptitles {
  border-bottom: 1px solid #434343;
  text-align: right;
}

table.texoptions td {
  text-align: right;
}

table.texoptions td.texcolors,
table.texoptions td.textitle,
table.wrapoptions td.wraptitles {
  text-align: left;
}

table.texoptions td.texcolors,
table.texoptions td
 {
  border-bottom: 1px solid #e6e2c9;
  padding: 2px;
}

table.texoptions tr:hover {
  background-color: #cce8fc;
}

.boxTextBGII {
  vertical-align: top;
}

ul#manulist {
  padding: 0 0 20px 0;
  margin: 0;
  float: left;
  clear: both;
}

ul#manulist li {
  float: left;
  margin: 5px;
  padding: 5px;
  width: 110px;
  height: 110px;
  background-color: white;
  list-style-type: none;
  text-align: center;
  display: inline;
  line-height: 100px;
  vertical-align: middle;
}

ul#manulist li a {
  line-height: 100px;
  height: 100px;
  width: 100px;
  overflow: show;
  
}
ul#manulist li img {
  line-height: 110px;
  vertical-align: middle;
}
.alter {
	display: block;
	background-image: url(img/alter.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
}
.options_bb {
	clear:both;
	width:100%;
}
table.multi, fieldset {
	margin:0 0 1ex;
	padding:1px;
	border:1px solid #D7D1B7;
}
#article_information fieldset {
	background:#FAF8EC;
	padding:0.5ex;
}
#article_information legend, #article_information .mc_head {
	font-weight:bold;
	font-size:13px;
}
#article_information .mc_head {margin:1ex 0 0.5ex;}
.staffel_table {
	width:100%;
}
