@charset "UTF-8";
/* CSS Document */

@import url(normal.css);
@import url(nav.css);
@import url(basis.css);

body {
	color: #575757;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}

#titelwrap {
	background: url(../media/mand.png) no-repeat fixed -320px -280px;
	height: 100%;
	margin: 0;
	left: 0px;
	top: 0px;
}

div.pix { line-height: 1px; }

/*Layout*/

div#container {
	clear: both;
	text-align: left;
	margin: 28px auto;
	width: 630px;
}

div#branding {
	width: 265px;
	text-align: left;
}

div#logo {
	text-align: left;
	margin: 0;
	float: left
}

div#titel {
	font-size: 2.4em;
	color: #8B8989;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	margin-top: 1em;
	text-align: justify;
}

.kern { letter-spacing: 1px; }

div#haupt { }

div#kopf { text-align: left; }

div#inhalt {
	margin-left: 140px;
	text-align: left;
	margin-right: 49px;
}

div#info {
	text-align: left;
	color: #999;
	font-size: 10px;
	margin-top: 49px;
	padding-top: 7px;
	clear: both;
}

div#nav {
	padding-top: 2em;
	font-size: 1em;
	text-align: left;
	width: 630px;
	height: 28px;
	clear: both;
}

div.hinweis {
	font-size: 0.9em;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 3px 14px 4px;
	border-top: 1px solid #fdd1d1;
	border-bottom: 1px solid #fdd1d1;
	background: #fbf1f1;
}

