html{
height:100%;
margin:0;
padding:0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0;
	padding:0;
	background: #008C8E;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0;
	padding:0;
}
.left{
	float:left;
}
hr{
	height: 1px;
	color: #5F3E88;
	border-bottom: 1px dashed #5F3E88;
}
/*Layout /////////////////////////////////////////*/
.logo{
	float:left;
}

/*Inhalt /////////////////////////////////////////////*/
#content{
	margin:0px 0px 20px 180px;
	width: 450px;
	min-height: 380px;
}
#content h1{
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 15px;
	margin: 0px;
}
#content img{
	float: right;
}
#content a{
	font-weight: bold;
	color:black;
}
#content .teaser{
	font-weight: bold;
}

/*Inhalt Artikel /////////////////////////////////////////////*/
#contentArtikel{
	margin:0px 0px 20px 180px;
	width: 650px;
	min-height: 380px;
}
#contentArtikel h1{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
	display: block;
	border-bottom: 1px dashed #9CA9D9;
	margin: 0px 0 15px 0;
}

#contentArtikel .artikelHead{
	font-weight:bold;
}

#contArtikel2{
	border-top: 1px dashed #9CA9D9;
	padding: 10px 0px 5px 0;
	margin: 0px;
	clear: both;
}
#contentArtikel img{
	float: left;
	margin: 0px 10px 0px 0px;
}
#contentArtikel a{
	font-weight: bold;
	color:#5F3E88;
}
#contentArtikel .headAusgabe{
	font-size: 12px;
	font-weight: bold;
	color:black;
	display:block;
	margin: 0px;
}
#contentArtikel .teaser{
	font-weight: bold;
}

