body
{
	margin: 0;
	padding: 0;
	font: 85% "Arial";		
	text-align: center;
	color: #505367;
	background-image: url(../tpl/bilder/bg1.jpg);
	background-repeat:repeat-x;
	background-color: #deedf4;
}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#666666;
}
a:active {
	text-decoration: none;
}
#site
{		
	margin: 1em auto;
	margin-top: 0px;
	width: 1000px;		
	text-align: left;
	background-image: url(../tpl/bilder/unten.jpg);
	border: 1px solid black;
}	

#menu
{		
	float:left;
	width: 250px;
	height: 603px;		
	
}
#expertise
{
	position:absolute;
	top: 20px;
	left: 50px;
}
#inhalt
{	

	float:left;
	position: static;
	top: 165px;
	left: 250px;		
	width: 745px;
	min-height: 603px;			
	background-image: url(../tpl/bilder/background_03.gif);
	background-repeat:no-repeat;
	background-color:#e1dfe6;
	padding-right:5px;		
}
#ticker
{				
	float: right;
	background-color:#d3e7f3;
	width: 180px;
	min-height:100px;
	position:relative;
		
	font-size:11px;	
	border:1px dashed black;	
	margin-left:15px;	
	margin-bottom:10px;
}
#footer	
{
	clear: both;		
}