
#content ul {
	color: #666666;
	font-size: 0.69em;
}

#content ul ul {
	font-size: 1em !important;
}


/*
	Content
*/
#content {
	float: left;
	margin: 0 0 0 19px;
	padding: 27px 0 0 0;
	width:741px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */
}

#content h1{
	font-size: 1em;
	clear: both;
	margin: 10px 0 8px 0;
}

#content ul{
	padding: 0;
	margin: 0px;
}

#content li{
	list-style: none;
	background-image: url("../img/bullets/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 6px;
	line-height:1.3em;
	padding: 0 0 0 12px;
	/*margin: 0 0 15px 0;*/
}


#content h2 {
	font-size: 0.81em;
	color: #222222;
	margin-bottom:12px;
}

#content h3{
	font-size: 0.69em;
	color: #666666;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:8px;

}

#content p{
	line-height: 1.5em;
	margin: 0 0 20px 0;
	text-align: justify;
}


#content img{
	margin: 0 15px 0 0;
	float: left;
	clear: both;
}

#content .teaser{
	font-style: italic;
}
#content .teaserbild {
	margin: 0 0 20px 0;
}