
@import url('layout.css');

body 
{
	background: white;
	font-family: Times, „Times New Roman“, serif;
	font-size: 12pt;
}

/* linke Naigationsleiste ausblenden */
#rahmen 
{
	width:850px;
	border:0;
}

#navLeft 
{
	display: none;
}

#headerLeft 
{
	display: none;
}

#breadCrumb 
{
	display: none;
}


#topic
{
	margin-left:15px;
	width: 600px;
}

#topic h1
{
	margin-left:5px;
}

#banner
{
	margin-left: 5px;
	margin-top: 5px;
	display:none;
}

/* eigentlichen Inhalt nach weiter nach links */
#content 
{
	/*left: 10px;*/
	clear:both;
	width: 600px;
	border:0;
}

#teaser 
{
	left: 600px;
	width: 210px;
	display:none;
}

#footer 
{
	width: 700px;;
}