html, body {
	background-color: #5a5a5a;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: sans-serif;
}

#wrapper {
	width: 760px;
	padding-left: 10px;
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* 100% Höhe im FF auch mit Scroll-leiste */
	background-image: url("gfx/bg.gif");
}

#content {
	margin-top: 30px;
	background-color: white;
	height: 100%;
	background-image: url("gfx/streifen.gif");
	background-position: top right;
	background-repeat: repeat-y;
}

#left {
	width: 519px;
	float: left;
	padding: 30px;
}

#right {
	float: right;
	padding-top: 30px;
	width: 165px;
}

#footer {
	clear: both;
	padding-left: 30px;
	padding-top: 5px;
	font-size: 0.8em;
	color: white;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

#images {
	float:right; 
	margin-left: 30px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 {
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 1.4em;
}

h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1.0em;
}

p {
	margin-top: 0px;
	font-size: 0.8em;
	text-align: justify;
}

p.last {
	margin-bottom: 0px;
}

a {
	color: black;
}