body
{
	background-color: #053265;
	background-image: url(hintergrund2.jpg);
}

body, div, td
{
	font-family: sans-serif;
}

#seite
{
	width: 714px;
	margin: 20px;
}

#head
{
	background-image: url(frame_head.gif);
	color: white;
	height: 63px;
	padding: 0px;
	margin: 0px;
}

#fuss
{
}

#content
{
	background-image: url(frame_middle.gif);
	background-position: top;
	background-repeat: repeat-y;
	padding: 20px;
	padding-right: 40px;
	color: #e0e0e0;
}

h1, h2, h3, h4, h5
{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-top: 1em;
}

h1
{
	margin-top: 0px;
	text-align: center;
	font-size: 24pt;
}

h1 small
{
	font-size: 12pt;
}

h3
{
	margin-top: 2em;
	border-bottom: 1px solid #ffffff;
}

form
{
	padding: 20px;
	text-align: left;
	width: 400px;
}

textarea, .tinp
{
	width: 100%;
	border: 1px solid #053265;
	background-color: #f0f0ff;
	padding: 0.5em;
}

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: white;
	text-decoration: underline;
}

em
{
	font-style: normal;
	font-weight: bold;
	color: white;
}

