.menuleftdiv
{
	position:absolute;
	background-color:#000060;/*00248F;*/
	margin:0 auto;
	padding:0px;
	top:0px;
    left:0px;
    bottom:0px;
    width:160px;
    overflow:hidden;
    z-index:4;
    border-top:120px solid #fff;
    border-bottom:0px solid #fff;
    border-right:0px solid #fff;
    border-left:0px solid #fff;
}

.werbungdiv
{
	position:absolute;
/*	background-color:#BFCFFF;*/
	background-color:#000060;
	border:0px solid #000060;
	margin:0 auto;
	padding:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:140px;
	overflow:auto;
	z-index:4;
    border-top:120px solid #fff;
    border-bottom:0px solid #fff;
    border-right:0px solid #fff;
    border-left:0px solid #fff;
    text-align:center;
}

/*#####################################*/
.newscontent
{
	color:#000060;
	width:97%;
	border:1px solid #00248F;
	display:block;
	font-family:Arial;
	min-height:400px;
}

.newscontent p
{
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
}

.newstitel
{
 float:left;
 width:100%;
 height:50px;
 max-width:100%;
 max-height:50px;
 border:0px;
 display:block;
 margin:0;
 padding:4px 2px 2px 4px;
}

.newstitel p
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	width:90%;
	margin:0 auto;
}

.newsimage
{
 float:left;
 min-width:200px;
 min-height:150px;
 max-width:420px;
 max-height:340px;
 display:block;
 margin:0 0 3px 3px;
}

.newsimage p
{
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:1.4;
	padding:0;
	margin:0  auto;
	padding-left:2px;
}

.newsimage img
{
  min-width:200px;
  min-height:150px;
  max-width:400px;
  max-height:300px;
  border-collapse: collapse;
  border:0px;
  margin:0 auto;
}

.newsfliesstext
{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	line-height:1.5;
	margin:0;
	padding:4px 2px 2px 4px;
	display:block;
}

.imgDiashow
{
	margin:0 auto;
}

