/*
**  Dateiversion: 10.05.07  
**  Datei       : rc-basic.css (Roessler Consult)css
**  Funktion    : Basic-Stylesheet
**  Autor		: Peter Rozek - think green
*/


/* B A S I C S */
* {margin: 0; padding: 0;}
/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
html { height: 100% } 
body {
	background: #A8A9A9;
	color: #000;
	font: 80% Arial, Helvetica, sans-serif;
	min-height: 101%;		
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	letter-spacing: -0.2px;
	margin: 0 0 9px 0;
}
p {
	background: transparent;
	color: #333;
	line-height: 1.2em;
}
body#inhalte #content p, body#inhalte #explanation p, body#projekte #content p {
	margin: 0 0 10px 0;
}
address {
	background: transparent;
	color: #333;
	font-style: normal;
	font-size: 12px;
}
ul {
	background: transparent;
	color: #333;
	list-style: none;
}
dfn {
	display: none;
}
abbr {
	border-bottom: none;
}
#content ul, #explanation ul {
	list-style: disc;	
	margin: 0 0 10px 15px;	
}
#content ul li, #explanation ul li {
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 10px 0;	
}
ol {
	background: transparent;
	color: #333;
	margin: 0 0 10px 20px;
}
ol li {
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
img {
	border: 0;
}
.bildLinks {
	float: left;
	margin: 0 26px 0 0;
}
.siegelLinks {
	float: left;
	margin: 0 6px 0 0;	
}
a {
	background: inherit;
	color: #333;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
/* dotted line */
div.hr {
	clear: both;
	height: 10px;
	margin: 0;
}
div.hr2 {
	clear: both;
	height: 25px;
	margin: 0;
}
div.hr, div.hr2 { background: url("../images/line.gif") no-repeat 45% 0; }
div.hr hr, div.hr2 hr {
	display: none;
  	visibility: hidden;	
}
/* Invisible */
.invisible {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
/* clearen */
.clear {	
	clear: both; 
	height: 0;
	font-size: 0;
}
