@charset "UTF-8";


/* @group Tags */

html {
	font-size: 62.5%;
	background:none;
}

body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	/* 1em = 10px */
  	line-height: 1.33;
	/* base-lineheight */
	background: #fff;
	text-align: center;
}

html, body, #outermost {
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}

.valignmid1 {
	display: table;
	margin:0 auto;
	vertical-align: middle;
	position: relative;
}

.valignmid2 {
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

.valignmid3 {
	position:relative;
}


div {
	font-size: 1em;
}

img {
	display: block;
}



/* @group Headings */

h1 {
	font-size: 1.125em;
	line-height: 2.25em;
}


h2 {
	font-size: 1em;
	line-height: 2.25em;
	margin: 0;
}

/* @end */

#outer {
	background: transparent;
	width: 691px;
}

#wartung {
	position: relative;
	text-align: left;
}

#wartung-teaser {
	float: left;
}

#wartung-text {
	font-size: 1.2em;
}

#wartung-title {
	float: left;
	margin-left: -50px;
	margin-bottom: 30px;
	position: relative;
}

.right-col {
	margin-left: 252px;
	position: relative;
}

a.button-warenkorb {
	background: transparent url(../img/coopathome-warenkorb-bg.gif) no-repeat 0 -453px;
	color: #fff;
	border-bottom: 0;
	display: block;
	float: left;
	font-size: 1.12em;
	font-weight: bold;
	height: 28px;
	padding-left: 18px;
	text-decoration: none;
}

a.button-warenkorb:hover,
a.button-warenkorb:active,
a.button-warenkorb:focus {
	text-decoration: none;
}

.right-col a.button-warenkorb span {
	background: transparent url(../img/coopathome-warenkorb-bg.gif) no-repeat right -507px;
	display: block;
	line-height: 28px;
	padding: 0 7px 0 0;
	vertical-align: middle;
}

#wartung div.right-col .button-warenkorb {
	display: block;
}


/* @group CLEARFIX */

/* NOTE: Maybe parent needs overflow: auto instead of clearfix, because content uses this. Check .mod-checkout */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* @end */