@charset "utf-8";
/* CSS Document */

body	{
	margin: 0;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:12px;
}

img		{
	border:none;
}

h1	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

h2	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

a	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #999;
	text-decoration:none;
}

a:hover	{
	color:#666;
	text-decoration:underline;
}


#top	{
	margin-top:10px;
	margin-left: 10px;
	width: auto;
	height:100px;
	text-align:left;
}

#top2	{
	margin-top:10px;
	margin-right: 10px;
	width: auto;
	height:60px;
	text-align:right;
}


#main	{
	margin-top:100px;
	width:auto;
	height:auto;
	text-align:center;
}

#impressum	{
	margin: 0 auto 0 auto;
	width: 500px;
	text-align:justify
}

#logo	{
	margin: 0 auto 0 auto;
	width: 300px;
	text-align:justify
}

