body {
	background-color: #f0fde6;
	font-family: Arial, Tahoma, Verdana;
	color:#000000;
	padding:0;
	margin:0;
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x;
}

/* ---- Zentrierung des Layouts ---- */
#layout {
	width: 869px;
	margin: 0 auto;
	margin-top:10px;
	padding: 0;
}

#main {
	background-color:#ffffff;
	padding:0px;
}

#navi{
	background-color:#faeab7;
}

div.button {
	background-image:url(../img/button.jpg);
	width:260px;
	height:36px;
	display:block;
}

.navilink {
	padding:8px;
	padding-left:20px;
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	display:block;
}


.navilink2 {
	padding:8px;
	padding-left:10px;
	color:#000000;
	font-size:10pt;
	text-decoration:none;
	line-height:20px;
}

.navilink:hover {
	color:#a70e0e;
	background-color:#fe981f;
}

.navilink2:hover {
	color:#a70e0e;
}

.small {
	font-size:8pt;
}

.tablesmall {
	font-size:9pt;
}

.adress {
	padding-left:30px;
	padding-top:10px;
	padding-bottom:20px;
	color:#666666;
	font-family:Arial, Tahoma;
	font-size:10pt;
}

a.textlink {
	color:#3e546b;
	font-weight:bold;
	text-decoration:none;
}

a.textlink:hover {
	color:#990033;
	font-weight:bold;
	text-decoration:none;
}

.bottom {
	width:864px;
	height:35px;
	text-align:right;
	font-family: Arial, Tahoma;
	font-size:8pt;
	color: #666666;
	padding-top:5px;
	padding-right:10px;
	background-image:url(../img/bottom_background.jpg);
	background-repeat:repeat-x;
}

.bottomlink {
	color:#666666;
	text-decoration:none;
}

#inhalt {
	padding:20px;
	font-size:10pt;
	font-family:arial, tahoma;
}

h1 {
	color:#666666;
	font-weight:bold;
	font-family:Arial Narrow, Arial, Tahoma;
	font-size:16pt;
}

h2 {
	color:#666666;
	font-weight:bold;
	font-family:Arial, Tahoma;
	font-size:13pt;
}

h3 {
	color:#666666;
	font-weight:bold;
	font-size:12pt;
}

h4 {
	color:#ffffff;
	font-weight:bold;
	font-size:13pt;
	display:inline;
}

input {
	border:1px solid #7d98b4;
	font-size:8pt;
	font-family:arial, tahoma;
}

textarea {
	border:1px solid #7d98b4;
	font-size:8pt;
	font-family:arial, tahoma;
}

select {
	border:1px solid #7d98b4;
	font-size:8pt;
	font-family:arial, tahoma;
}


