/* CSS Document */
/* groesse des gesamten Inhalts*/
#frame{
  	width:461px;
  	height:322px;
  	background-color:#DFF0F8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:3px;
}
/* Definition der oberen drei Teaser*/
.teaser1{

	background-color:#fff;
	width:139px;
	height:221px;
	float:left;
	border: 1px solid #005E9C;
}

.headline1{
  	background-color:#005E9C;
  	color:#fff;
  	/*text-transform:uppercase;*/
  	text-align:center;
  	font-size:10px;
  	font-weight:bold;
  	width:139px;
  	height:19px;
  	/*padding-left:6px;*/
  	padding-top:2px;
}
*html .headline1{margin-top:-3px;}

.matter1{
	font-size:10px;
	background-color:#fff;
	color:#005E9C;
	padding-left:10px;
/*	padding-top:10px;*/
	padding-right:5px;
	height:71px
}
.matter1  p {
	margin:0px;
	padding:0px;
	line-height:1.2em;
}
.matter1 a:link,.matter1 a:hover,.matter1 a:visited{
	color:#005E9C;
	font-weight: bold;
	display:block;
	text-align:right;
	margin-top: 5px;
}

.matter1 a:hover{
	color:#FB9F3A;
	font-weight: bold;
	display:block;
	text-align:right;
	margin-top: 5px;
}
/* Platzhalter zwischen den Boxen */
.spacer1{
	height:200px;
	width:19px;
	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:10px;
  	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;
}

