/* September 2009

*/

html, body, img, td{
	margin				: 0;
	padding				: 0;
	background-color	: #fff;
	color				: #000;
	font-family			: Verdana, sans-serif;
	font-size			: 100.1%
}


/* hier kommt alles für die Mittelspalte */


#content{	
	position: absolute;
	top: 200px;
	left: 250px;
	width: 500px;	
	}
#content-inhalt {
	padding			: 0px 20px 6px 0px;}


#content-inhalt p{
	line-height		: 1.6em;
	font-size		: 1em;
	color			: #888888; 
		}

a.inhalt {
	}
a.inhalt:link {
	color: #cc3300;
	text-decoration: none;
}
a.inhalt:visited {
	color: #333;
	text-decoration: none;
}
a.inhalt:hover{
	color: #333;
	text-decoration: underline;
}
a.inhalt:active {
	color: #cc0000;
	text-decoration: underline;
}

