@import url(fonts.css);

/*  CI rot: #e63329, dunkelrot: c32e21  */

html, body {
	height: 100%;
}

body {
	background-color: #373737;
	padding: 0;
	margin: 0;
	font-family: "CorporateS-Regular", Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding: 0;
	margin: 0;
}

div#page {
	margin: auto;
	width: 950px;
	min-height: 100%;
	position: relative;
	background-color: white;
}

div#page div#head {
	height: 160px;
	background-image: url(../images/bg-header-min.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#page div#head a#logo {
	float: right;
	margin-right: 55px;
}

div#page div#description {
	width: 400px;
	height: 30px;
	position: absolute;
	left: 220px;
	top: 80px;
}

div#page div#description p {
	color: #555555;
	line-height: 122%;
}

div#page #content {
	margin: 40px 20px 0 20px;
}

