/* ----- Anfang Allgemeine Formatierungen ----- */

* { 
  margin: 0; 
  padding: 0; 
}

a {
	text-decoration: none;
	color: #000000;
}

body {
	background: url(../images/bg.jpg) repeat-x;
	background-color: #497cb1; 
  	margin:0px;
  	padding:0px;
  	font-family:verdana;
  	color:#000000;
	font-size: 11px;
	line-height:15px;
}

img {
	display: block;
	border: 0px;
}

a.link {				/* Teaser Ueberschrift */
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #003264;
}

.frame_grau {
	 background: #CFCFCF url(../images/line.gif) right no-repeat; 
	 width: 100%; 
	 height: 70px; 
	 margin-bottom: 6px;
}

.frame_icon {
	float: right; 
	padding: 8px 4px;
}

* html .frame_icon {
	margin-left: -3px;
}

.frame_inhalt {
	 width: 346px;
}

.frame_bild {
	 float: left; 
	 margin-right: 5px;
}

.frame_txt {
	 padding: 3px 0 0 0px;
}

.ueberschrift{
	color: #003264;
	font-size: 12px;
	font-weight: bold;
}

.ueberschrift_gross{
	color: #003264;
	font-size: 14px;
	font-weight: bold;
}

.ueberschrift_klein{
	color: #003264;
	font-weight: bold;
}