/*
Colors used:
bg container rechts: #5774A8;
bg nav inaktiv: #405D90;
border container dunkel: #182C4B
schrift dunkel: #182C4B
*/


/*** HTML ***/
HTML {
	height:100%;
	margin:0;
	padding:0;
	overflow-y: scroll;
}

BODY {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height:100%;
	margin:0%;
	padding:0%;

	background-color: #194775;
	background-image: url(../img/bg5.gif);
	/*background-color: #4D6691;
	background-image: url(../img/str_point_dark.gif);*/
}
IMG {
	border: 0;
}
UL {
	list-style-type: none;
}
HR {
	height: 0px;
	border: 0px;
	border-top: 1px dotted #fff;
	padding-bottom: 5px;
	background-color: transparent;
}
H1 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
	padding-bottom: 3px;
}
H2 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
}
H3 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #DBE2EE;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-weight: normal;
	border-bottom: 1px dotted #fff;
}

H4 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #2B3C57;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-weight: normal;
	border-bottom: 1px dotted #fff;
}
H5 {
	padding: 0;
	margin: 0;
	color: #fff /*#2B3C57*/;
	font-size: 11px;
	font-weight: normal;
}
H6 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #DBE2EE;
	font-weight: normal;
}
P {
	padding: 0;
	margin: 0;
	padding-bottom: 9px;
}
A.button:link, A.button:visited, A.button:hover, A.button:active {
	background-color: #34445D;
	color: #DBE2EE;
	text-decoration: none;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	border-top:  1px dotted #fff;
	border-left: 1px dotted #fff;
	border-bottom:  1px dotted #182C4B; 
	border-right: 1px dotted #182C4B;
	white-space: nowrap;
}
 A.button:hover, A.button:active {
  background-color: #A3A8CB;
  color: #fff;
  text-decoration: none;
}

A:link, A:visited {
	background-color: transparent;
  text-decoration: none;
  color: #DBE2EE;
}
A:hover, A:active {
	background-color: transparent;
  text-decoration: underline;
  color: white;
}
A:hover, A:active {
  color: #fff;
  
}
FORM {
  padding: 0;
  margin: 0;
}
IMG {
  border: 0;
}
IMG.button{
	border-top:  1px dotted #fff;
	border-left: 1px dotted #fff;
	border-bottom:  1px dotted #182C4B; 
	border-right: 1px dotted #182C4B;
}

/*** DIVS LAYOUT ***/
#container {
	width: 580px;
	height: auto;
	min-height: 100%;
	
	background: #5774A8;
	background-image: url(../img/bg_content_verlauf_w1.jpg);
	
	margin: 0px auto;
	position: relative;
	border-left: 1px solid #fff;
	border-right: 1px solid #182C4B;
}

#head {
	position: relative;
	padding: 0px;
	height: 256px;
	background-image: url(../img/bg_sky.jpg);
}
#headlogo {
	position: relative;
	padding: 0px;
	width: 180px;
	left: 100px;
	top: 60px;
	text-align: right;
}
#headimprint {
	position: relative;
  text-align: right;
  top: 0px;
	margin-right: 7px;
	z-index: 20;
}
.headlogotxt {
	height:18px;
	margin-top:6px;
	margin-right:1px;
	border-bottom: 1px dotted #fff;
	white-space: nowrap;
	color: #182C4B;
}
#headimg {
	position: absolute;
	padding: 0px;
	width: 203px;
	right: 0px;
	bottom: 2px;
	text-align: right;
}
#headnavi {
	position: absolute;
	padding: 0px;
	width: 100%;
	height: 18px;
	left: 0px;
	bottom: 0px;
	text-align: right;
	border-bottom: 1px dotted #fff;
	/*background-color: beige;*/
}
#content {
	padding-top: 18px;
}
#contenttop, #flashprojects{
	width: 100%;
	margin-bottom: 18px;
	clear: both;
}
#boxtop{
	background: url(../img/bg_content_verlauf_m.jpg);
	width: 100%;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #182C4B;
	margin-bottom: 18px;
}
#contentleft{
	width: 355px;
	float: left;
}
#boxleft{
	background: url(../img/bg_content_verlauf_m.jpg);
	width: 355px;
	border-top: 1px dotted #fff;
	border-right: 1px dotted #182C4B;
	border-bottom: 1px dotted #182C4B;
	float: left;
}
#boxright, #contentright{
	background-color: #6F89B5;
	width: 207px;
	border-top: 1px dotted #fff;
	border-left: 1px dotted #fff;
	border-bottom: 1px solid #182C4B;
	float: right;
}
#boxright{
	margin-top: 22px;
}
.contentrighthead{
	padding-top: 2px;
	padding-left: 18px;
	height: 19px;
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 12px;
	/*font-weight: bold;*/
	color: #fff;
	line-height: 15px;
	background-color: #7791BB;
	border-bottom: 1px dotted #182C4B;
}
.contentrightcontent{
	background-color: #405D90;
}
.contentrightbottom{
	height: 9px;
	background-color: #7791BB;
	border-top: 1px dotted #fff;
}

#abstandfoot{
	clear: both;
	height:36px;
	/*background-color: salmon;*/
}
#foot {
	position: absolute;	
	left: 0px;
	bottom: 0px;
	margin-top: 4px;
	margin-left: 18px;
	width: 100%;
	height:20px;
	background-color: #405D90;/*#7791BB;*/
	border-top: 1px dotted #fff;
	/*border-top: 1px solid #182C4B;*/
	margin: 0 auto;
	clear: both;
}
#footcontent{
	margin-top: 3px;
	margin-left: 18px;
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 10px;
	color: #fff;
}


/*** NAVI ***/
.navbox {
	margin: 0;
	padding: 0;
	margin-right: -1px;
}
.navbox li, .navbox li.navboxon {
	float: right;
	height: 17px;
	width:50px;
	background-color: #405D90;
	border-left: 1px dotted #fff;
	border-top: 1px dotted #fff;
	border-right: 1px solid #182C4B;
	text-align: center;
}
.navbox li.navboxon {
	margin-top: -3px;
	padding-top: 2px;
	height: 19px;
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 11px;
	color: #fff;
	line-height: 15px;
	background-color: #5774A8;
}
.navbox li a{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 11px;
	color: #DBE2EE;
	line-height: 15px;
	text-decoration: none;
}
.navbox li a:link, .navbox li a:visited {
	background-color: #405D90;
}
.navbox li a:hover, .navbox li a:active {
	color: #fff;
	background-color: #7791BB;
}

#navright{
	width:208px;
	float: right;
	margin-top: -19px;
}
/* ie/opera hack: 1px fehler wegen border*/
html>body #navright {
  margin-left:-1px;
} 
/* ie/opera hack end! */

#navright .navbox li, #navright .navbox li.navboxon {
	float: left;
}
#navright .navbox li.navboxon {
	background-color: #6F89B5;
	margin-top: -4px;
	height: 20px;
	/*background-color: #5774A8;*/
}

/* IMG MENU */
.imgmenuoff {
	float: left;
	background-color: #34445D;
	color: #DBE2EE;
	height:16px;
	border-top: 1px dotted #fff;
	border-left: 1px dotted #fff;
	border-right: 1px solid #182C4B;
	
}
.imgmenuon {
	float: left;
	background-color: #5774A8;/*#7791BB;*/
	color: #fff;
	height:17px;
	border-top: 1px dotted #fff;
	border-left: 1px dotted #fff;
	border-right: 1px solid #182C4B;
	margin-top: -1px;
	
}
.imgmenuoff a, .imgmenuon a{
	display: block;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
}
.imgmenuoff a:link, .imgmenuoff a:visited {
	color: #DBE2EE;
	text-decoration: none;
}
.imgmenuoff a:hover, .imgmenuoff a:active {
	background-color: #405D90;/*#7791BB;*/
	color: #DBE2EE;
}
.imgmenuon a:link, .imgmenuon a:visited {
	background-color: #7791BB;
	color: #fff;
	text-decoration: none;
}
.imgmenuon a:hover, .imgmenuon a:active {
	background-color: #7791BB;
	color: #fff;
}







/*** TEXT ****/
.flowtxtblack, .flowtxtwhite, .flowtxt{
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 11px;
	color: #DBE2EE;
	line-height: 1.3em;
	padding: 9px;
	padding-left: 18px;
	padding-right: 18px;
}
.flowtxtwhite{
	color: #fff;
}
.flowtxtblack{
	color: #000;
}
 .flowtxt UL, .flowtxtblack UL, .flowtxtwhite UL {
	padding-top: 0px;
	padding-left: 15px;
	margin: 0px;
	list-style-type: square;
}
 .flowtxt UL, .flowtxtblack UL, .flowtxtwhite UL {
	padding-top: 0px;
	padding-left: 15px;
	margin: 0px;
	list-style-type: square;
}
 .flowtxt UL LI, .flowtxtblack UL LI, .flowtxtwhite UL LI {
	padding-bottom: 4px;
}
.white {
  color: #fff;
}
.txtsmall {
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 10px;
	color: #2B3C57;
}
.txtsmallwhite {
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 10px;
	color: white;
}
.txtsmallblack {
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 10px;
	color: black;
}
.txtsmallblue {
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 10px;
	color: #182C4B;
	line-height: 12px;
}
.txtsmalllight {
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 10px;
	color: #DBE2EE;
}
.number{
	color: #fff;
}

/****** INPUT ****/
.input, .textfield, .inputon, .textfieldon {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white; 
	border: solid;
	border-width: 1px;
	border-color: white;
	background-color: #869DC2;
	width: 142px;
	padding-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.textfield, .textfieldon {
	width: 313px;
	height: 99px;
}
.inputon, .textfieldon{
	background-color: #AEBDD6;
	color: #2B3C57;
}
.formbutton, .formbuttonon {
	padding: 0;
	margin: 0;
  font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 11px;
	background-color: #34445D;
	color: #DBE2EE;
	padding-left:4px;
	padding-right:4px;
	border-top:  1px dotted #fff;
	border-left: 1px dotted #fff;
	border-bottom:  1px dotted #182C4B; 
	border-right: 1px dotted #182C4B;
	white-space: nowrap;
}
.formbuttonon {
	background-color: #A3A8CB;
	color: #fff;
}
.fehler {
	color:red;
}

/***** profil *******/
.img-left{
  float:left;
  border: 1px solid #fff;
  margin-top: 3px;
}
.txtleft{
  float: left;
}
.txtright{
  float: right;
  width: 370px;
  
}
