/* CSS Document */
BODY	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #000000;
	background-image: url(images/hintergrund.gif);
	background-repeat: repeat-y;
}

#content	{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 450px;
	color: #ffffff;
	background-color: transparent;
}

#logo	{
	position: absolute;
	top: 20px;
	left: 500px;
}

#navigation	{
	position: absolute;
	top: 120px;
	left: 500px;
	width: 300px;
}

#slogan	{
	position: absolute;
	top: 420px;
	left: 413px;
}

h1
{
	color: #FBBD01;
	font-size: 22px;
}

h2
{
	color: #ffffff;
	font-size: 15px;
}

ul
{
	line-height: 20px;
}

strong.marke
{
	color: #ffd200;
}

a {
	background-color: #FBBD01;
	color: #c00000;
	padding-left: 5px;
	padding-right: 5px;	
	text-decoration: none;
}

a:hover
{
	color: #000000;
}