/*

  Alle Farbdefinitionen
  
*/

div.dekol1 {
	z-index: 4;
	min-width: 430px;
	height: 40px;
	min-height: 40px;
	background-image: url(flow_top.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #8EACD0;
	margin-right: 150px;
}

div.dekol2 {
	z-index: 4; 
	min-width: 430px;
	height: 40px;
	min-height: 40px;
	margin-left: 80px;
	margin-right: 180px;
	background-image: url(flow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #0E4EA6;
}

div.contentimage {
	z-index: 5;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 240px;
	height: 80px;
	border: 1px solid #003333;
	right: 205px;
	margin-top: 20px;
}

div.contentimager {
	z-index: 5;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 185px;
	height: 80px;
	border: 1px solid #003333;
	right: 0;
	margin-top: 20px;
}

div.rightpane {
	background-color: #7B9AB5;
	color: White !important;
}

div.footerclose {
	background-color: #003366;
}

body {
	background-color: White;
}