body	{
	background-color:#FFF;
	color:#000;
	font-family:arial,helvetica,sans,sans-serif;
	font-size:14px;
	}
	
#bereich	{
	position:relative;
	top:0px;
	left:0px;
	
	width:770px;
	margin-left:auto;
	margin-right:auto;
	}
	
#bereich_dach	{
	position:absolute;
	top:0px;
	left:0px;
	
	width:100%;
	height:95px;
	
	background-color:#217EDD;
	color:#FFF;
	}
	
#bereich_medium	{
	position:absolute;
	top:95px;
	right:0px;
	
	width:320px;
	/* height:35px; */
	
	border-bottom:solid 1px #CCC;
	
	background-color:#FFF;
	color:#000;
	}
	
#bereich_zentrum	{
	position:absolute;
	top:135px;
	left:0px;
	
	width:100%;
	}
	
h1	{
	font-size:22px;
	}
	
h2	{
	font-size:19px;
	}
	
h3	{
	font-size:16px;
	}

img	{
	border:none;
	}
	
#bereich_dach img	{
	float:left;
	margin-right:12px;
	margin-bottom:14px;
	}
	
div.dossiereintrag img	{
	float:left;
	margin-right:12px;
	margin-bottom:4px;
	}
	
p	{
	font-size:12px;
	}
	
a	{
	text-decoration:none;
	color:#217EDD;
	background-color:#FFF;
	}
	
div.dossiereintrag	{
	clear:both;
	padding-bottom:8px;
	border-bottom:solid 1px #EEE;
	margin-bottom:22px;
	}

