body {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 62.5%;
	color: #000;
	text-align: center;
	background: #858F9E;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, form, fieldset,legend {
	margin: 0;
	padding: 0;
}
p, li, div, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}
td {vertical-align:top}
ul {list-style:none}
img,fieldset {border:0
}
body, html
{
height:100%;
}
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.clearfix {display: inline-table;}
	 /* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;
	/* End hide from IE-mac */
	}
#container {
	margin:0 auto;
	height:100%;
	width:75%;
	}
#header {
	background:#49515C url(images/header.gif) right bottom no-repeat;
	height:5em;
	text-indent:-99999px;	
	}
#header p {
		font-size: 1.2em;
	}
#inhalt {
	background:#fcfcfc;
	padding:1em;
	}
#inhalt p {
	font-size: 1.1em;
	}
	#inhalt a:link {color:#49515C; text-decoration:none;}
	#inhalt a:visited {	color:#49515C;}
	#inhalt a:active {color:#49515C;}
	#inhalt a:hover{color: #49515C; text-decoration:underline;
	}
#inhalt h1 {
	font-size: 1.2em;
	font-weight: bold;	
	}	
#inhalt h2 {
	font-size: 1.3em;
	font-weight: bold;	
	}
#footer {
	background:#49515C url(images/footer.gif) left top no-repeat;
	height:4.6em;	
	padding:0.5em 0.5em 0 0;	
	}
	#footer a:link {color:#fcfcfc; text-decoration:none;}
	#footer a:visited {	color:#fcfcfc;}
	#footer a:active {color:#fcfcfc;}
	#footer a:hover{color: #fcfcfc; text-decoration:underline;
	}
#footer p {
		font-size: 1.2em;
		text-align:right;
	}
ul.pagination {
padding:1em 0pt 1em;
text-align:right;
margin:0 auto;
}
ul.pagination li {
display:inline;
font-size:1.2em;
margin-right:0.5em;
}
ul.pagination a, ul.pagination li.disabled {
background:#858F9E none repeat scroll 0%;
border:1px solid #000000;
color:#000000;
padding:0.15em 0.4em;
text-decoration:none;
}
ul.pagination a:hover {
background:#DDE6F0 none repeat scroll 0%;
border:1px solid #000000;
/* #3A699F */
text-decoration:none;
}
ul.pagination li.disabled {
border-color:#CCC;
color:#CCC;
}
ul.pagination li.current {
color:#000000;
font-weight:bold;
/*#436593*/
}
ul.pagination li.current:before {
content:"[";
}
ul.pagination li.current:after {
content:"]";
}
