

/* ************************************************	*/
/* CSS General Text & Layout Elemets			 	*/
/* ************************************************	*/

body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#2e2382;
	background-image: url(images/background2.gif);
	background-repeat:repeat-x;
}

table, div, p{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#2e2382;
}

ul{
	padding-left: 15px;
}

* html ul{
	padding-left: 15px;
	margin-left: 0px;
}

form{
	margin: 0px;
	padding: 0px;
}

#maininhalt ul li{
	line-height: 18px;
}

#maininhalt ul li{
	margin-bottom: 6px;
}

#maininhalt ul{
	list-style-image: url(images/lipoint.png);
}
a, a:active, a:visited, a:link {
	color:#2e2382;
	text-decoration:underline;
	outline: none;
}

a:hover {
	color:#84b819;
}

.main {
	margin: 0 auto;
	width: 1010px;
	height: auto !important;
}

h1#h1title{
	font-size: 11px;
	color: #ffffff;
	min-height: 28px;
	height: 28px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	float: left;
}

div#metanavi{
	float: right;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	height:28px;
	line-height:28px;
	margin:0;
	min-height:28px;
	padding:0;
	color: #ffffff;
	margin-right: 26px;
}

div#metanavi a{
	color: #ffffff;
	text-decoration: none;
}

.head {
	width: 1010px;
	min-height: 109px;
	height: 109px;
}

.head .left{
	float: left;
}

.head .right{
	float: right;
	width: 300px;
	min-height: 109px;
	height: 109px;
	background-image: url(images/world_head.gif);
	background-repeat:no-repeat;
}

#navigation{
	color: #ffffff;
	width: 110px;
	min-height: 27px;
	height: 27px;
	line-height: 27px;
	margin-top: 11px;
	width: 1000px;
}



.inhalt {
	width: 1010px;
}

.inhalt div.left{
	width: 205px;
	float: left;
}

.inhalt div.center{
	width: 783px;
	border-left: 1px solid #c9c7e0;
	border-right: 1px solid #c9c7e0; 
	float: left;
	background-color: #FCFEFF;
	background-image: url(/fileadmin/framework/images/content_background.gif);
	background-repeat:no-repeat;
}

.inhalt div.center div#maininhalt{
  width: 711px;
  float: left;
  padding-left: 36px;
  padding-top: 20px;
}

.inhalt div.center div.main_right{
  width: 1px;
  float: left;
}

img.contentBottom{
margin-left: -1px;
}

div.footer{
  width: 100%;
  background-image: url(/fileadmin/framework/images/footer_background.gif);
  background-repeat:repeat-x;
  min-height: 39px;
  height: 39px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 12px;
}

.not_logged{
	font-style: italic;
	color: #84b819;
	font-size: 12px;
}

fieldset{
	border:1px solid #84b819;
}

fieldset legend {
	border:2px solid #84b819;
	font-family: arial;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
	background-color: #ffffff;
}

fieldset label{
	width: 180px;
	text-align: right;
	float: left;
	margin-right: 15px;
}

fieldset input{
	width: 430px;
	margin-bottom: 3px;
	padding: 3px;
	color: #2e2382;
}

*:focus{
	outline: none;
}
 
fieldset textarea{
	width: 430px;
	height: 200px;
	margin-bottom: 3px;
	padding: 3px;
	color: #2e2382;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

fieldset .button{
	width: auto;
	margin-left: 195px;
	margin-top: 15px;
}

.seperator{
	background-image:url(images/line_ho.gif);
	background-repeat:repeat-x;
	height: 1px;
	font-size: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ************************************************	*/
/* CSS Registration Forms & Steps				 	*/
/* ************************************************	*/

div.UserRegistration label{
  float: left;
  width: 100px;  
}

div.UserRegistration input, select, textarea{
  float: left;
  width: 300px;
  padding: 3px;
  margin-bottom: 2px;
}

div.UserRegistration select{
	width: 308px;
}

div.UserRegistration .button{
  float: left;
  width: 100px;
  padding: 3px;
}

div.UserRegistration .errors{
  background-color: #ffb0b0;
  font-weight: bold;
  padding: 20px;
}


div.stepInfo{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

div.stepInfo div{
  float: left;
}

div.stepInfo h3{
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

div.stepInfo .step_active{
  width: 200px;
  text-align: center;
}

div.stepInfo .step_inactive{
  width: 200px;
  text-align: center;
}

div.stepInfo .step_inactive{
  color: #d0d0d0;
}

div.stepInfo .stepLine{
  font-size: 2px;
  background-color: #d0d0d0;
  height: 3px;
  min-height: 3px;
  width: 50px;
  margin-top: 20px;
}

div.UserRegistration .Seperator{
  font-size: 2px;
  background-color: #e0e0e0;
  height: 3px;
  min-height: 3px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

#packageInfo{
	padding: 5px;
	margin-left: 100px;
	background-color: #E3E4E6;
	width:300px;
}

/* ************************************************	*/
/* CSS Categories (left side navigation) V1		 	*/
/* ************************************************	*/

div.CategoriesLeft{
	width: 175px;
	margin-top: 30px;
}

ul.ULcategories{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ffffff;
}

/* level 1 */
ul.ULcategories li.level_1{
	list-style: none;
	border-bottom: 1px solid #ffffff;
}

ul.ULcategories li.level_1 a{
	border: 0px;
	line-height: 19px;
	display: block;
	text-decoration: none;
	background-color: #a7e821;
	color: #2e2382;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

ul.ULcategories li.level_1 a:hover{
	border: 0px;
	background-color: #a7e821;
	color: #2e2382;
}

ul.ULcategories li.level_1_active{
	list-style: none;
	border-bottom: 1px solid #ffffff;
}

ul.ULcategories li.level_1_active a{
	border: 0px;
	line-height: 19px;
	display: block;
	text-decoration: none;
	background-color: #a7e821;
	color: #2e2382;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

ul.ULcategories li.level_1_active a:hover{
	border: 0px;
	background-color: #a7e821;
	color: #2e2382;
}

/* level 2 */
ul.ULcategories li.level_2{
	list-style: none;
}

ul.ULcategories li.level_2 a{
	border: 0px;
	line-height: 19px;
	display: block;
	text-decoration: none;
	background-color: #f4f4f5;
	color: #2e2382;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}

ul.ULcategories li.level_2 a:hover{
	border: 0px;
	background-color: #fecc00;
	color: #2e2382;
}

ul.ULcategories li.level_2_active{
	list-style: none;
}

ul.ULcategories li.level_2_active a{
	border: 0px;
	line-height: 19px;
	display: block;
	text-decoration: none;
	background-color: #fecc00;
	color: #2e2382;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	border: 0px;
	background-image: url(/fileadmin/framework/images/point_01.gif);
	background-repeat:no-repeat;
	background-position:12px 8px;

}

ul.ULcategories li.level_2_active a:hover{
	border: 0px;
	background-color: #fecc00;
	color: #2e2382;
}

/* level 3 */
ul.ULcategories li.level_3{
	list-style: none;
}

ul.ULcategories li.level_3 a{
	border: 0px;
	line-height: 19px;
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	color: #2e2382;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}

ul.ULcategories li.level_3 a:hover{
	border: 0px;
	background-color: #2e2382;
	color: #fecc00;
}

div.subCategories{
	border: 1px solid #84b819;
	margin-top: 20px;
	padding: 5px;
}

* html div.subCategories{
	
}

div.subCategories div.subCategory{
	float: left;
	width: 225px;
	padding: 3px;
	height: 20px;
	overflow-x: hidden;
	overflow-Y: hidden;
}

div.subCategories div.subCategory a{
	text-decoration: none;
	display: block;
	padding: 3px;
	background-color: #e3e4e6;;
}

/* ************************************************	*/
/* CSS Products (list view)						 	*/
/* ************************************************	*/

div.productsHead{
	border: 1px solid #e3e4e6;
	margin-top: 20px;
	padding: 5px;
	background-color: #e3e4e6;;
	border-bottom:1px solid #B4B5B7;
	margin-bottom: 5px;
}

div.productsHead .ipp{
	float: right;
	width: 200px;
}

div.viewType{
	float: left;
	margin-top: 4px;
}

div.productListPro{
	padding: 5px;
	
}
div.productListProBottom{
	background-image:url(images/line_ho.gif);
	background-repeat:repeat-x;



	font-size: 1px;
	height: 1px;
}

div.productListPro img{
	padding: 5px;
}

div.productListPro .listImg{
	width: 95px;
	height: 95px;
	background-color: #e3e4e6;
	float: left;
	text-align: center;
}

div.productListPro div.productListInfo{
	float: left;
	width: 300px;
	margin-left: 15px;
} 

div.productListPro:hover{
	background-color: #E3E4E6;
	cursor: pointer;
}

div.productListPro div.productListInfo2{
	float: right;
	width: 250px;
}

div.productListPro h2{
	font-size:12px;
	margin: 0;
	padding: 0;
}

/* ************************************************	*/
/* CSS Products Detail & Navi					 	*/
/* ************************************************	*/

div.subCategories div.profile{
	width: 690px;
}

.boxTitle{
	display: block;
	padding: 3px;
	background-color: #b4b5b7;
	color: #ffffff;
	font-weight: bold;
}

div.profileBox{
	margin-top: 0px;
}

div.productDetail h2{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

div.productDetail .info1{
	float: left;
	width: 415px;
}

div.productDetail .info2{
	float: right;
	width: 265px;
}

#detail_product .seperator{
	margin-top: 10px;
	margin-bottom: 10px;
}

#detail_product{
	line-height: 18px;
}

div.productDetail span.title{
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
}

div.productDetail span.str_value{
	width: 400px;
	display: block;
	float: left;	
}

div.productDetail .info2 img{
	border:1px solid #E3E4E6;
	padding:0px;
}

#previewImage{
	border: 0px;
}

div.productDetail .info2 .infoImage{
	float: left;
	margin-right: 1px;
	width: 87px;
	height: 115px;
}

div.productDetail .info2 .infoImageMain{
	width: 250px; 
	border:7px solid #E3E4E6;
	padding:0px;
	border-bottom: 0px;
	text-align: center;
	background-color: #E3E4E6;
}

div.productDetail .info2 .image_bottom{
	margin-bottom: 15px;
	min-height: 15px;
	height: 15px;
	background-color: #E3E4E6;
	width: 86px;
	background-image: url(/typo3conf/ext/giveaways_products/images/icon_zoom.png);
	background-repeat:no-repeat;
	background-position: center;
}

div.productDetail .infoBann{
	background-color:#E3E4E6;
	padding: 3px;
	font-weight: bold;
	border-bottom:1px solid #B4B5B7;
}

div.detailNavigation{
	border:1px solid #84b819;
	margin-top:20px;
	padding:5px;
}

div.detailNavigation .detailNavi a{
	background-color:#E3E4E6;
	display:block;
	padding:3px;
	text-decoration:none;
	cursor: pointer;
}

div.detailNavigation .detailNavi{
	float:left;
	padding:3px;
	width:167px;
}

div.otherProducts{
	width: 90px;
	min-height: 130px;
	height: 130px;
	float: left;
	margin-right: 17px;
	margin-left: 9px;
	margin-top: 8px;
}

div.otherProducts img{
	border:1px solid #E3E4E6;
}

div.otherProducts a{
	text-decoration: none;
}


/* ************************************************	*/
/* CSS Categories (left side navigation) V2		 	*/
/* ************************************************	*/

.CategoriesLeft2{
	margin-top: 20px;
	width: 190px;
}

.CategoriesLeft2 ul.ULcategories li.level_1{
	border: 0px;
	background-image: url(images/catLi.gif);
	background-repeat: no-repeat;
	background-position: 15px, 12px;
	padding-left: 18px;
}

.CategoriesLeft2 ul.ULcategories li.level_1_active{
	border: 0px;
	background-image: url(images/catLiA.gif);
	background-repeat: no-repeat;
	background-position: 2px, 12px;
	padding-left: 18px;
}

.CategoriesLeft2 ul.ULcategories li.level_1 a {
	background-color:#ffffff;
	background-image: url(images/line_ho.gif);
	background-repeat:repeat-x;
	padding-left: 2px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}

.CategoriesLeft2 ul.ULcategories li.level_1 a:hover {
	background-color: #a7e821;
	color: #2e2382;
	}

.CategoriesLeft2 ul.ULcategories li.level_1_active a {
	background-color:#a7e821;
	background-image: url(images/line_ho.gif);
	background-repeat:repeat-x;
	padding-left: 2px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

.CategoriesLeft2 ul.ULcategories li.level_2{
	border: 0px;
	
	margin-left: 10px;
	padding-left: 17px;
}

.CategoriesLeft2 ul.ULcategories li.level_2 a {
	background-image: url(images/line_ho.gif);
	background-repeat:repeat-x;
	border:0 none;
	color:#2E2382;
	display:block;
	font-size:12px;
	font-weight:normal;
	line-height: 16px;
	padding-left: 0px;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.CategoriesLeft2 ul.ULcategories li.level_2_active{
	border: 0px;
	margin-left: 10px;
	padding-left: 17px;
}

.CategoriesLeft2 ul.ULcategories li.level_2_active a {
	background-color:#fecc00;
	background-image: none;
	border:0 none;
	color:#2E2382;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	padding-left: 0px;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* ************************************************	*/
/* CSS Login Box		 							*/
/* ************************************************	*/

.lang_title_box{
	padding-top: 3px;
	padding-left: 3px;
	font-size: 9px;
}

.main .head input {
	font-size: 9px;
	float:right;
	margin-right: 4px;
	border: 1px solid #b6b4cd;
	margin-top: 3px;
	width: 115px;
}

.main .head label {
	font-size: 9px;
	float:left;
	margin-top: 4px;
	padding-left: 3px;
}

.main .head label.2 {
	margin-top: 4px;
	padding-top: 2px;
}



/* ************************************************	*/
/* CSS Profile (Products list)					 	*/
/* ************************************************	*/

table.MyProductsList{
	width: 100%;
}

table.MyProductsList tr.title td{
	font-weight: bold;
	background-color:#E3E4E6;
}

table.MyProductsList td{
	border-bottom:1px solid #B4B5B7;
}


/* ************************************************	*/
/* CSS Boxes									 	*/
/* ************************************************	*/

.box1{
	border:1px solid #84b819;
	padding:5px;
}

.box1 h3{
	padding: 0px;
	margin: 0px;
	background-color: #E3E4E6;
	padding: 2px;
	padding-left: 5px;
	cursor: pointer;
}

.box1 .content{
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box2{
	border:2px solid #e3e4e6;
}

.box2 .titel{
	padding: 0px;
	margin: 0px;
	background-color: #E3E4E6;
	padding: 2px;
	padding-left: 5px;
	cursor: pointer;
}

.box2 .content{
	display: none;
	padding: 5px;
}

fieldset.box3{
	border:2px solid #E3E4E6;
}

fieldset.box3 legend{
	cursor: pointer;
	background-color: #fecd05;
	border:2px solid #E3E4E6;
}

fieldset.box3 .content{
	display: none;
}

.box4{
	border:1px solid #84b819;
	padding:5px;
}

.box4 h3{
	padding: 0px;
	margin: 0px;
	background-color: #E3E4E6;
	padding: 4px;
	padding-left: 30px;
	cursor: pointer;
	background-image: url(images/pfeil_gelb.png);
	background-repeat:no-repeat;
	background-position: 5px 3px;
}

* html .box4 h3{
	font-size: 14px;
	background-position: 5px 5px 5px 5px;
}

.close h3{
	background-position: 5px 3px;
}

.open h3{
	background-position: 5px -34px;
}

.box4 .content{
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box1thin{
	border:1px solid #E3E4E6;
	padding:2px;
}

.box1thin h3{
	padding: 0px;
	margin: 0px;
	background-color: #E3E4E6;
	padding: 2px;
	padding-left: 5px;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
}

.box1thin .content{
	display: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.box1thin .content a{
	text-decoration: none;
}

div.colorbox1{
	width: 710px;
	height: 260px;
	background-image: url(images/colorbox_1.png);
	background-repeat:no-repeat;
}

div.colorbox1 h1{
	color: #ffffff;
	font-size: 18px;
	padding-top: 3px;
	margin-left: 10px;
}

div.colorbox1 .content{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
}

div.colorbox2{
	width: 339px;
	height: 197px;
	background-image: url(images/colorbox_2.png);
	background-repeat:no-repeat;
	float: left;
	margin-right: 0px;
}

div.colorbox2 h1{
	color: #ffffff;
	font-size: 18px;
	padding-top: 0px;
	margin-top: 3px;
	margin-left: 14px;
}

div.colorbox2 .content{
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 5px;
	padding-bottom: 1px;
}

div.colorbox2 .content a{
	text-decoration: none;
}


/* ************************************************	*/
/* CSS Search									 	*/
/* ************************************************	*/

.frmSearch{
	margin-top: 20px;
}

.frmSearch input{
	border:2px solid #84b819;
	padding:3px;
	color: #84b819;
	margin-left: 18px;
	width: 162px;
}


/* ************************************************	*/
/* CSS Language change							 	*/
/* ************************************************	*/

#lang h3{
	padding: 0px;
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
}

#lang a{
	text-decoration: none;
}

/* ************************************************	*/
/* CSS Paging									 	*/
/* ************************************************	*/

.paging{
	margin-top: 20px;
	margin-bottom: 20px;
}

.paging a{
	margin-right: 5px;
	float: left;
	text-decoration: none;
}

.paging .inactive_a{
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

/* ************************************************	*/
/* CSS CORRECTIONS									 	*/
/* ************************************************	*/

h2{
	margin-bottom: 20px;
}


.pdt_left{
	float: left;
	width: 125px;
}

.pdt_right{
	width: 275px;
	float: left;
}

#navigation ul{
	border-left: 1px solid #9FA2CC;
}

#navigation ul li{
	border-right: 1px solid #9FA2CC;
}

#navigation ul ul{
	border: 0px;
}

#navigation ul ul li{
	border: 0px;
}

#search_box{
	margin-top: 37px;
}

.tx-giveawaysproducts-pi1{
	margin-top: 20px;
}

.clearB{
	font-size: 1px;
}

img, div, h3 { behavior: url(/fileadmin/framework/iepngfix/iepngfix.htc) }

.box4 label{
	width: 180px;
	text-align: right;
	float: left;
	margin-right: 15px;
	margin-top: 6px;
}

.box4 input{
	width: 430px;
	margin-bottom: 3px;
	padding: 3px;
	color: #2e2382;
}

.box4 textarea{
	width: 430px;
	height: 200px;
	margin-bottom: 3px;
	padding: 3px;
	color: #2e2382;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

.box4 .button{
	width: auto;
	margin-left: 195px;
	margin-top: 15px;
}

div.CatInfo{
	margin-top: 20px;
	color: #8E88BB;
}

div.CatInfo div.productListProBottom{
	margin-top: 8px;
	margin-bottom: 8px;
}

div.CatInfo h2{
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 4px;
	margin: 0;
	font-size: 14px;
}

div.footer_info{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height: 18px;
	
	width: 1000px;
	margin: 0 auto;
	height: auto !important;
	margin-top: 20px;
	margin-bottom: 25px;
}

div.footer_info_top{
	background-image: url(/fileadmin/framework/images/footer_info_top.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 30px;
}

div.footer_info_bottom{
	background-image: url(/fileadmin/framework/images/footer_info_bottom.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 30px;
}

div.footer_info_middle{
	background-image: url(/fileadmin/framework/images/footer_info_middle.gif);
	background-repeat: repeat-y;
	width: 1000px;
	text-align: left;
}

div.footer_info_middle div{
	color:#8C86B8;
}

div.footer_info_middle div h2{
	margin: 0;
	font-size: 16px;
}

.tx-giveawaysfooter-pi1{
	text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 12px;
  }

.glosarryLetters div{
	border:1px solid #E3E4E6;
	float: left;
}

.glosarryLetters div a{
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 24px;
}

.glosarryLetters div a:hover{
	text-decoration: none;
	background-color: #2E2382;
	color: #ffffff;
}

.glosarryLetters div a.selected{
	text-decoration: none;
	background-color: #2E2382;
	color: #ffffff;
}

.glossarEnties div.list{
	float: left;
	width: 230px;
}

.glossarEnties div.detail{
	float: left;
	width: 460px;
	border:0px solid #E3E4E6;
	padding-left: 10px;
}

.glossarEnties div.list div{
	padding: 5px;
	border:1px solid #E3E4E6;
	cursor: pointer;
}

.glossarEnties div.detail div.detail_0{
	display: none;
}

.glossarEnties div.detail div.detail_1{
	display: block;
}

.activeGlossaryWord{
	background-color: #E3E4E6;
	font-weight: bold;
}

.GlossaryWordOver{
	background-color: #E3E4E6;
}

* html .box4 h3 { 
	padding:0px 0px 0px 30px;
	padding-top: 4px;
	background-position:50%;
}

.homeContent h2{
	color:#818689;
	font-size:18px;
	font-weight:bold;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 28px;
}

.lastProduct{
	float: left;
	margin-left: 10px;
	width: 120px;
	text-align: center;
}

* html .lastProduct{
	margin-left: 4px;
}

.lastProduct .lastProductImg{
	text-align: center;
	width: 120px;
	min-height: 85px;
	height: 85px;
	background-color: #e3e4e6;
	padding: 3px;
}

.lastProduct .DetailButton{
	width: 120px;
	height: 16px;
	font-size: 9px;
	line-height: 16px;
	background-image: url(images/werbeartikel-ansehen.gif);
	background-repeat:no-repeat;
	text-align: center;
	background-position:center;
	margin-top: 4px;
	

}

.lastProduct .CategoryButton{
	width: 120px;
	height: 16px;
	font-size: 9px;
	line-height: 16px;
	background-image: url(images/kategorie-ansehen.gif);
	background-repeat:no-repeat;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 15px;
	background-position:center;
}

.WerbeartikelBox{
	width: 708px;
	height: 326px;
	background-image: url(images/Artikelbox.gif);
	background-repeat:no-repeat;
}

.WerbeartikelBox h1{
	color: #ffffff;
	font-size: 18px;
	padding-top: 3px;
	margin-left: 10px;
}

ul.sitemap{

}

ul.sitemap li.level1{
	list-style: none;
}

ul.sitemap li.level0{
	padding: 2px;
}

ul.sitemap li.level1 a{
	text-decoration: none;
	background-color:#E3E4E6;
	display:block;
	padding:3px;
	outline:medium none;
}

ul.sitemap li.level0 a{
	text-decoration: none;
	display:block;
	padding:3px;
	outline:medium none;
}

li.subCategoriesSitemap{
	list-style: none;
}

li.subCategoriesSitemap div.subCategory {
	float:left;
	overflow:hidden;
	/*padding:3px;
	width:225px;*/
}

li.subCategoriesSitemap div.subCategory a {
	/*background-color:#E3E4E6;*/
	display:block;
	padding:3px;
	text-decoration:none;
	
}

.mailformLable{
	width: 90px;
	display: inline-block;
}

.mailformrequired{
	width: 90px;
	display: inline-block;
}

.autoForm input{
	clear: left;
	margin-bottom:2px;
padding:3px;
width:300px;
}

.autoForm textarea{
	float: none;
}