/* Allgemeine Angaben */
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #775730;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #222;
}

h1,h2,h3,p {
	margin: 0px;
	padding: 10px;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;	
}

div#container {
	margin: 0px auto;
	padding: 0px;
	width: 893px;
	background: transparent url(background.gif) repeat-y;
}

div#inhalt {
	margin: 0px auto;
	padding-top: 240px;
	padding-bottom: 10px;
	width: 893px;
	background: transparent url(background.jpg) no-repeat;
}

ul#naviElemente {
	margin: 0px;
	margin-left: 62px;	
	padding: 0px;
	height: 50px;
}
li.navi {
	display: block;
	margin-right: 10px;
	padding: 0px;
	width: 90px;
	float: left;
	background-color: #C0CD9D;
	text-align: center;
	border: 1px solid black;
}

li.navi a {
	display: block;
	padding: 5px;
	margin:0px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

li.navi a:hover {
	background-color: #E0EDBD;
}


div.text {
	margin: 0px 0px 10px 62px;
	padding: 0px 5px 0px 5px;
	width: 760px;
	background-color: #D4E1B2;
	border: 1px solid black;
}

div#text a {
	padding: 0px;
	padding-left: 8px;
	margin:0px;
	text-decoration: none;
	font-style: italic;
	color: #333;
	background: transparent url("a.gif") 0px 6px no-repeat;
}

div#text a.img {
	padding: 0px;
	background: transparent;
}
div#text table tr th,
div#text table tr td {
	padding: 2px;
}
div#text table tr th {
	border-bottom: 1px solid #666;
}
div#text table tr td a {
	background-image: none;
}
div.text img {
	float: right;
	margin: 10px;
	border: 1px solid #666;
}

div#footer{
	margin: 0px auto;
	margin-bottom: 10px;
	width: 795px;
	text-align: right;
	font-size: 10px;
	line-heigt: 12px;
	color: #AAA;
	
}
div#footer a {
	font-size: 10px;
	color: #AAA;
	line-height: 12px;
}
div#end {
	margin: 0px auto;
	width: 893px;
	font-size: 1px;
	line-height: 1px;
	background: transparent url(end.gif) no-repeat;
}

