* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

a {
	color: #333;
	font-weight: bold;
}

a:active, a:hover, a:focus {
	text-decoration: none;
}

body {
	background: url('../images/background-body.jpg');
	text-align: center;
	font-family: Helvetica, Arial, Verdana;
	font-size: 10px;
}

p {
	font-size: 1.5em;
	line-height: 1.6em;
}

#wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 900px;
	height: 392px;
	background: url('../images/background-header.png');
}

#content {
	width: 820px;
	background: url('../images/background-content.png');
	padding: 0 40px;
}

#footer {
	width: 900px;
	height: 101px;
	background: url('../images/background-footer.png');
}

p.hinweis {
	background: #eee;
	border: 1px solid #ccc;
	padding: 15px;
	color: #333;
}

div.left {
	float: left;
	width: 260px;
	border-right: 1px solid #ccc;
}

div.right {
	margin: 0;
	border: 0;
}

#footer p {
	text-align: right;
	padding: 25px 25px 0 0;
}

#footer p a {
	font-size: 0.8em;
	color: #777;
}

p.imp {
	padding: 25px 0;
}