/**
**/

*{
    xfont-family: arial, sans-serif;
    font-family: 'Raleway', sans-serif;
   
    font-size: 100%;
    line-height: 1.2;
    padding: 0;
    border: 0;
    margin: 0;
}

html, body{
	margin:0;
	padding:0;
	height: 100%;
}

.page{
	min-height:100% !important;
}
.page.bg{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size:  100% auto;
	background-position: bottom 0;
}

/*Hilf klassen*/
.nop {
	padding: 0px !important;
}
.nopl {
	padding-left: 0px !important;
}
.nopr {
	padding-right: 0px !important;
}
.nopt {
	padding-top: 0px !important;
}
.nopb {
	padding-bottom: 0px !important;
}


.nom {
	margin: 0px !important;
}

.nopm, .nomp{
	padding: 0px !important;
	margin: 0px !important;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.container{
	max-width:1024px;
	float:none;
	margin:0 auto;
}

.header{
	
}
.header h1{
	margin-top:10px;
}

.menu{
	
}
.ab_menu{
	list-style: none;
	margin-top:20px;
	float:rigth;
}
.ab_menu li{
	width:20%;
	float:right;
}
.ab_menu li{
	text-align: center;
}
.ab_menu li a{
	text-align: center;
	color:red;
}

.content{
	margin:20px 0;
}
.content.center{
	margin-top:100px;
}

.fulfillment_h1{
	text-align: center;
	font-size: 42pt;
	margin-top:25px;
}

.ab_content_text{
	font-family: 'Lato', sans-serif;
}

#benutzer_box{
	position: absolute;
	right:0;
	margin-top:0px;
	width:250px;
	padding:10px;
	xbackground-color: #eee;
	display: none;
}

.ab_image_galery{
	margin:0;
	padding:0;
	list-style: none;
	margin:10px 0;
}
.ab_image_galery li{
	float:left;
	padding:5px;
	min-height:150px;
}
.ab_image_galery li a img{
	width:100%;
	height: 150px;
	min-height:100px;
}

.produkte .category{
	padding:15px;
	margin-right:3px;
	min-height:200px;
}
.produkte .category h3{
	font-size:120%;
}
.produkte .category img{
	width:100%;
	height:150px;
}

.merkliste_button{
	cursor: pointer;
}