/* orange = #d56400
 dunkel Blau = #1B2E68
 hell blau = #747FA2   */

* {
    margin: 0px;
    padding: 0px;
}

body {
	/* height:auto !important;   für moderne Browser */
	min-height:300px;
	height:auto !important;  	/* für moderne Browser */
	height:300px;  		/*für den IE */
	background-color: #ffffff;
}


#BildL{
	width:  61px;
	height: 79px;
	
	display: inline;
	border: 0;
	margin-right: -7px;
	padding: 0px;
}
* html #BildL{
	hei\ght: 79px;
}

#Bild0{
	width: 350px;
	height: 78px;
	display: inline;
	border:0;
	margin-right: -7px;
	padding: 0px;
}

#BildPunkt{
	width:  0.5em;
	height: 0.5em;
	display: inline;
	border: 0;
	margin-right: 0.5em;
	padding: 0px;
}
#Logo1{
	width: 411px;
	display: inline;
 	background-color: #1B2E68;
}

#Balken1{
	width: 100%;
	background-color: #1B2E68;
}

#Logo2{
	position: absolute;
	top: 0;
	right: 0;
	width: 275px;
 	background-color: #1B2E68;
}

#Balken2{
	width: 20%;
	height: 100px;
	float: right;
	background-color: #1B2E68;
}

#Bild1{
	width: 88px; 
	height: 102px;
	display: inline;
	border:0;
	margin-right: -7px;
	padding: 0px;
}

#Bild2{
	width: 95px;
	height: 101px;
	display: inline;
	border:0;
	margin-right: -7px;
	padding: 0px;
}

#Bild3{
	width: 92px;
	height: 101px;
	display: inline;
	border: 0;
	margin-right: -7px;
	padding: 0px;
}
	
#block1{
	width: 200px;
	height: 100px;
	background-color: #1B2E68;
}

#Menue{
	background-color: #1B2E68;
	height: 25px;
}

#content {
    	clear: both;
    	width: 760px;
  	min-height:300px;
	height:auto !important;  	/* für moderne Browser */
    	background-color: #ffffff;
    	margin-left: 7em;
    	margin-top: 2em;
}

#inhalt{
	width: 500px;
}



#Parameter{
	background-color: silver;
	margin-left: 1em;
	width: 600px;
	border:0;
	padding: 1em;

}

#Parameter fieldset{
	padding: 1em;
}

