/* CSS Document */
/* groesse des gesamten Inhalts*/
#frame{
  	width:615px;
  	height:300px;
  	background-color:#fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-left:3px;
}
/* Definition der oberen drei Teaser*/
.teaser1{

	background-color:#E0E0E0;
	width:180px;
	height:280px;
	float:left;
	border: 0px solid #005E9C;
}

.headline1{
  	background-color:#ECAE00;
  	color:#fff;
  	text-transform:uppercase;
  	text-align:center;
  	font-size:12px;
  	font-weight:bold;
  	width:180px;
  	line-height:20px;
  	/*padding-left:6px;*/
  	padding-top:2px;
}
*html .headline1{margin-top:-3px;}

.matter1{
	font-size:12px;
	background-color:#E0E0E0;
	color:#626262;
	padding-left:10px;
/*	padding-top:10px;*/
	padding-right:5px;
	height:150px
}
.matter1  p {
	margin:0px;
	padding:0px;
	line-height: 15px;
}
.matter1 a:link,.matter1 a:hover,.matter1 a:visited{
	color:#005E9C;
	display:block;
	font-size: 11px;
	text-align:right;
}
/* Platzhalter zwischen den Boxen */
.spacer1{
	height:200px;
	width:18px;
	float:left;
}

.spacer2{
	width:inherit;
	height:17px;
}

/*zweite Teaserform */
.teaser2{
	background-color:#fff;
	width:222px;
	height:79px;
	border:1px solid #005E9C;
	float:left;
}
.headline2{
  	background-color:#005E9C;
  	color:#fff;
  	text-transform:uppercase;
  	font-size:11px;
  	font-weight:bold;
  	width:212px;
  	height:19px;
  	padding-left:10px;
  	padding-top:5px;
}
.matter2{
	font-size:10px;
	background-color:#fff;
	color:#005E9C;
	padding-left:10px;

	height:45px
}

.matter2 p{
	margin:0;
	padding:0;
	width:184px;
	float:left;
	line-height:1.2em;
	
}

.matter2 a{
	color:#005E9C;
	display:block;
	text-align:right;
	margin-top:35px;
	float:left;
}

a img{border:0px; }

.spacer3{
	height:70px;
	width:13px;
	float:left;
}