/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a img {
	border:none;
}

a.top {
	color:#255906;
	text-decoration:none;
}
a:hover.top {
	text-decoration:underline;
}

#wrapper {
	width:580px;
	margin:auto;
	margin-top:20px;
}
#header {
	position:relative;
	height:113px;
	text-align:right;
	background:#f1f1f1 url(../../images/header.jpg) top left no-repeat;
}


#header h2.version {
	font-size:12px;
	color:#215B00;
	position:absolute;
	top:77px;
	right:18px;
}


#bilder {
	background:#f1f1f1;
	width:580px;
	height:107px;
}

#bilder .container { 
	width:145px;
	text-align:center;
	float:left;
}


h1.headline  {
	margin:0;
	clear:both;
	color:#255906;
	font-size:14px;
	line-height:32px;
	border: 1px solid #255906;
	border-left:none;
	border-right:none;
	padding-left:20px;
}

#begruessung {
	padding-left:20px;
	width:305px;
	float:left;
	color:#676767;
	margin-top:15px;
	margin-bottom:15px;
}
#begruessung h2 {
	font-size:12px;
	padding-bottom:5px;
	margin:0;
}
#begruessung a {
	color:#676767;
	text-decoration:none;
}
#begruessung a:hover {
	text-decoration:underline;
}

#inhaltsverzeichnis {
	width:255px;
	float:left;
	background:#ECF4E5;
	margin-top:15px;
	
}

#inhaltsverzeichnis h2 {
	color:#255906;
	font-size:12px;
	padding-left:15px;
	padding-bottom:5px;
	margin:0;
	background:#fff;
	border-bottom: 1px solid #255906;
}

#inhaltsverzeichnis ul {
	margin-left:30px;
	padding:0;
	padding-right:20px;
	list-style-type:circle;
}
#inhaltsverzeichnis ul li {
	margin-bottom: 5px;
}
#inhaltsverzeichnis a {
	color:#255906;
	text-decoration:none;
}
#inhaltsverzeichnis a:hover  {
	text-decoration:underline;
}
h2.kategorie {
	clear:both;
	color:#255906;
	font-size:14px;
	padding-bottom:10px;
	border-bottom: 1px solid #255906;
	margin:0;
	margin-top:15px;
	padding-left:20px;
}
.inhalt {
	margin:0;
	padding:20px;
	background:#f1f1f1;
}
.inhalt h3,
.inhalt h4 {
	font-size:13px;
	margin:0;
	padding:0;
	line-height:18px;
}
.inhalt h4 {
	font-size:12px;
}
.inhalt p {
	clear:left;
}
.inhalt a {
	color:#255906;
	font-weight:bold;
	text-decoration:none;
}
.inhalt a:hover {
	text-decoration:underline;
}
.inhalt ul {
	list-style-type:circle;
}
.inhalt ul li {
	margin-bottom:10px;
	clear:left;
}
.inhalt ul li img {
	padding:15px;
	float:left;
}
.inhalt .image {
	text-align:center;
	float:left;
}

.inhalt .imageKlein {
	text-align:left;
}
.inhalt .imageKlein img.left {
	float:left;
	padding-right:10px;
}
.inhalt .imageKlein img.right {
	float:right;
	padding-left:10px;
}

.inhalt .imageKlein p {
	width:200px;
	font-size:10px;
	clear:none;
	margin:0;
}

.inhalt .imageKlein p.left {
	float:left;
}
.inhalt .imageKlein p.right {
	float:right;
	text-align:right;
}

.image .halb {
	width:260px;
}
.inhalt .image p {
	font-size:10px;
	clear:none;
	text-align:left;
	margin:0;
	margin-bottom:15px;
	width:540px;

}

.inhalt table {
	border:1px solid #255906;
}
.inhalt table td { 
	padding: 0 5px;
}
thead {
	background:#255906;
	color:#fff;
	font-weight:bold;
	line-height:18px;

}
tbody {
	line-height:18px;
	font-size:12px;
}
.even {
	color:#000;
	background:#fff;
}
.odd {
	color:#000;
	background:#ECF4E5;
}
.hilite {
	background:#fff;
	color:#255906;
	font-weight:bold;
}
#footer {
	font-size:11px;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	height:105px;
	background: url(../../images/footer.jpg) no-repeat;
}
#footer p {
margin:0;
padding:0;
	position: absolute;
	top:3px;
	right:60px;
	line-height:12px;
}
#footer p a {
	color:#255906;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}

.pages {
	font-size:11px;
	color:#255906;
	border: 1px solid #255906;
	border-left:none;
	border-right:none;
	clear:both;
	margin:20px 0;
	display:none;
}
.pages a { 
	color:#255906; 
	text-decoration:none;
}
.pages a:hover {
	text-decoration:underline;
}
.pages .previous {
	width:145px;
	float:left;
	text-align:left;
	padding-left:10px;
}
.pages .numberPages {
	width:250px;
	float:left;
	text-align:center;
	vertical-align:middle;
}
.pages .next {
	width:145px;
	text-align:right;
	float:left;
	padding-right:10px;
}

.inhalt .image_btr p,
.inhalt .image_btl p {
	width:200px;
	font-size:10px;
	margin:0;
	clear:none;
}


.inhalt .image_btr { 
	text-align:left;
}
.inhalt .image_btr img {
	float:left;
	padding-right:10px;
}
.inhalt .image_btr p {
	float:left;
}

.inhalt .image_btl { 
	text-align:right;
}
.inhalt .image_btl img {
	float:right;
	padding-left:10px;
}
.inhalt .image_btl p { 
	float:right;
}

.inhalt .image_halbrechts,
.inhalt .image_halblinks {
	width:265px;
	float:left;
}
.inhalt .image_halbrechts {
	padding-left:5px;
}
.inhalt .image_halblinks {
	padding-right:5px;
}
.inhalt .image_halbrechts p,
.inhalt .image_halblinks p {
	font-size: 10px;
	margin-top:2px;
}

table.pagination {
	font-size:10px;
	width:100%;
	color:#255906;
	border:1px solid #255906;
	border-left:none;
	border-right:none;
}
table.pagination a {
	color:#255906;
	text-decoration:none;
}
table.pagination a:hover {
	text-decoration:underline;
}
table.pagination td.seiten a:hover {
	text-decoration:none;
	background:#255906;
	color:#fff;
}
