body
{
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;	
	background-color: #203961;
}

a.Buttons
{
	color: #203961;
	text-decoration: none;
}
a.Buttons:active
{
	color: red;
	text-decoration: none;
}
a.Buttons:visited
{
	color: #203961;
	text-decoration: none;
}
a.Buttons:hover
{
	color: red;
	text-decoration: none;
}

a.Impressum
{
	color: silver;
	text-decoration: none;
}
a.Impressum:active
{
	color: red;
	text-decoration: none;
}
a.Impressum:visited
{
	color: silver;
	text-decoration: none;
}
a.Impressum:hover
{
	color: red;
	text-decoration: none;
}


a
{
	color: #203961;
	text-decoration: none;
}
a:active
{
	color: red;
	text-decoration: none;
}
a:visited
{
	color: #203961;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: none;
}



div#Inhalt
{
	width: 956px;
	height: 706px;
	margin: 0 auto;
	text-align: left;
	background: #203961 url('images/layout/hintergrund.png') no-repeat scroll center top;

}

div#Text
{
	text-align: left;
	position: relative;
	width: 743px;
	height: 269px;
	top: 292px;
	left: 89px;
	overflow: auto;
}

div#Buttons
{
	font-family: "Georgia", Times, Serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
	position: relative;
	width: 705px;
	height: 54px;
	top: 242px;
	left: 97px;
}

div#Impressum
{
	text-align: left;
	position: relative;
	width: 50px;
	height: 21px;
	top: 295px;
	left: 853px;
	font-size: 0.7em;
}


h1
{
	font-family: "Georgia", Times, Serif;
	font-size: x-large;
}

h2
{
	font-family: "Georgia", Times, Serif;
	font-size: large;
}

h3
{
	font-family: "Georgia", Times, Serif;
	font-size: medium;
}