body, html {
	background: url(../grafiken/bg.jpg);
	margin: 0px;
	height: 100%;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282967;
	line-height: 150%;
}

table.content {
	background-color: white;
	border: 1px solid #282967;
	width: 70%;
}

table.content td.headline {
	background-color: #6C6EBF;
	border-bottom: 1px solid #282967;
	background-image: url(../grafiken/head-bg.jpg);
}

table.content td.footer {
	background-color: #3F4298;
	background-image: url(../grafiken/foot-bg.jpg);
	border-bottom: 1px solid #282967;
	color: #eee;
	padding: 5px 5px 5px 10px;
}

table.content td.footer a {
	color: white;
}

h1 {
	font-size: 20px;
	color: white;
	font-weight: normal;
	margin: 2px;
}

h2 {
	font-size: 15px;
	margin-top: 5px;
	color: #B77C00;
	font-weight: normal;
	text-transform: uppercase;
}

hr {
	background-color: #B77C00;
	color: #B77C00;
	height: 1px;
	width: 100%;
	border: none;
	margin: 0px
}

ul {
	margin: 0px 0px 0px 30px;
	list-style: circle;
}

li {
	padding-left: 0px;
	margin-top: 0px;
}

a:link, a:active, a:visited {
	color: #6C6EBF;
	text-decoration: none;
}

a:hover {
	color: #FFC346;
	text-decoration: none;
}

.description {
	font-size: 11px;
	color: #777777;
	font-style: italic;
}
