* {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

html, body {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #FFF;
	font-size: 12px;
	height: 100%;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: url(img/bg.gif) repeat-y #FFF;
	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; /* FF Scroll-leiste */
}

a:link, a:hover, a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 5px 18px; 
	line-height: 18px;
	color: #74613A;
}

/* CONTENT */

#layout-table {
	width: 800px;
	padding: 0;
	margin: 0;
	border: 0;
}

#layout-table td {
	vertical-align: top;
}

#column-1 {
	text-align: right;
	width: 77px;
	padding-top: 72px;
}

#column-1 p {
	color: #FFFFFF;
}

#column-2 {
	padding-top: 72px;
	width: 150px;
}

#column-2  p {
	color: #000;
}

#column-2  h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 18px;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}

#column-3 {
	text-align: right;
	width: 50px;
}

#column-3 #logo {
	margin: 25px 20px;
}

#column-3 #auszeichnungen {
	margin: 305px 20px 0 0;
}

#column-4 {
	padding-top: 70px;
	width: 240px;
}

#column-4 h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #74613A;
	margin: 0 2px 16px;
}

#column-4 a:link, #column-4 a:hover, #column-4 a:link, #column-4 a:visited, #column-4 a:active {
	text-decoration: none;
	color: #74613A;
}

#column-4 a:hover {
	text-decoration: underline;
}
