/*
**  Dateiversion: 18.12.06  
**  Datei       : ddi-bassic.css
**  Funktion    : Basic-Stylesheet
**  Autor		: Peter Rozek - think green
*/


/* B A S I C S */
* {margin: 0; padding: 0;}
body {
	color: #000;
	font: 100.01% Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;	
}
h1, h2, h3, h4, h5, h6 {
	font-familY: Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 0.925em;
	line-height: 1.3em;
}
h2 {
	color: #930;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.3em;
}
h3 {
	color: #930;
	font-weight: bold;
	font-size: 0.825em;
	line-height: 1.3em;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
h4 {
	font-size: 0.925em;
	line-height: 1.3em;
	color: #930;
}

p {
	line-height: 1.3em;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #930;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #930;
	text-decoration: underline;
}
/* Ausgeblendet */
.invisible {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
/* zum clearen */
.clear {	
	clear: both; 
	height: 0;
}
