/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #ffe79f;
	color: #917d49;
}

img
{
	border: 0px;
}

h1
{
	font-size: 20px;
	color: #D7C28B;
}

h2
{
	font-size: 16px;
	color: #D7C28B;
}

h3
{
	font-size: 14px;
	color: #000000;
}

p
{
	margin-top: 0px;
}

a:link, a:active
{
	text-decoration: none;
	color: #D7C28B;
	font-weight: bold;
}

a:visited
{
	text-decoration: none;
	color: #917d49;
	font-weight: bold;
}

#head
{
	margin-top: 0px;
	padding-top: 40px;
	background-color: #ffe79f;
}

#global
{
	width: 904px;
	margin: 0px auto;
	background: url(repeater2.jpg) repeat-y;
}

#links
{
	margin-top: 50px;
	width: 100px;
	margin-left: 45px;
	float: left;
}

#links li
{
	list-style: none;
}

#rechts
{
	float: right;
	margin-top: 60px;
	width: 580px;
	margin-right: 80px;
	text-align: justify;
}

#imp
{
	margin: -40px auto 0 0;
	width: 1000px;
	height: 30px;
}

#footer
{
	clear: both;
	width: 904px;
	height: 71px;
	text-align: center;
}

