* {
	margin:  0;
	padding: 0;
	font-family: arial, helvetica;
}
.links {
	float: left;
}

.rechts {
	float: right;
}

body {
	background: url(images/back.gif) repeat;
}
H1 {
	display: block;
	height: 100px;
	width: 735px;
	font-size: 32px;
	text-align: center;
	background: url(images/header.gif) repeat;
	padding: 20px;
}

p, a, li, h1, h2, h3 {
	color: #293451;
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #293451;
}

a:hover {
	color: red;
	border-bottom: 1px solid #293451;
}

p, table {
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

table {
	margin-top: 20px;
	border-top: 1px solid #a0b7e6;
	border-left: 1px solid #a0b7e6;
	border-right: 1px solid #2045a5;
	border-bottom: 1px solid #2045a5;
	background-color: #c6d9f9;
	
}

table tr.navlinkover {
	background-color: #d2e0f8;
}

table td {
	width: 50%;
	padding: 5px;
	border-top: 1px solid #2045a5;
	border-left: 1px solid #2045a5;
	border-right: 1px solid #a0b7e6;
	border-bottom: 1px solid #a0b7e6;
}

table th{
	background: url(images/table_header.gif) repeat-x;
	height: 2em;
}

div#layout {
	width: 775px;
	margin: 10px auto;
	background: url(images/content.gif) repeat-y center;
	border-left: 1px solid #2045a5;
	border-top: 1px solid #2045a5; 
	border-bottom: 1px solid #2045a5; 
	padding-bottom: 10px;
}