<style type="text/css">

#Box {
 text-align: justify;
 width: 480px;
 height: 385px;
 background: #FFDDBB;
}

.Rahmen {
	padding: 1px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	width: 480px;
}

.iFrame {
	overflow: auto;
	width: 480px;
	height: 380px;
	background-image: url(../bilder/frame_bg.jpg);
	background-repeat: no-repeat;

}
.kleinbox {
	overflow: auto;
    width: 390px;
	height: 120px;

}
.newsbox {
	overflow: auto;
    width: 390px;

}
.flashbox {
	overflow: auto;

}

span.text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #6699CC;
	border: thin dotted #006666;
}
/* Inhalte in kleinem iframe */

#picture {
  float:left;
  width: 160px;
}
#picture_history {
  float:left;
  width: 125px;
  height: 85px;
}
#picture_history2 {
  float:right;
  width: 130px;
  height: 85px;
}
#picture2 {
  float:left;
  width: 220px;
}
#icon {
	float:right;
	height:30px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
#icon2 {
	float:right;
	height:30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a:link {
  color: #006699;
}

a:visited {
  color: #003366;
}
a:hover {
 	color: #FF9966;
	text-decoration: blink;
}

</style>