@import url(adam_base.css);


/* Container */

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 309px;
	margin-top: -155px; /*set to a negative number 1/2 of your height*/
	margin-left: -450px; /*set to a negative number 1/2 of your width*/
}

/* /Container */


/* Logo */

#leiste-oben {
	margin: 0px;
	position: relative;
	height: 75px;
	width: 882px;
	text-align: right;
	padding-right: 18px;
	background-color: white;
}

/* /Logo */


/* Logo */

#leiste-mitte {
	margin: 0px;
	position: relative;
	height: 159px;
	width: 900px;
}

/* /Logo */


/* Claim */

#leiste-unten {
	line-height: 75px;
	margin: 0px;
	position: absolute;
	height: 75px;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}

/* /Claim */
