body {
  color: #000;
  background:#ccdbb0;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  padding: 50px 0;
  margin: 0;
  text-align: center;   /*  842629 ccdbb0 4685a8 Zentrierung fuer alte IEs */
}

a { text-decoration: underline;
}

a:link    { color: #234D60;}
a:visited { color: #628A9F;}
a:focus, a:hover, a:active { color: #BD1823;}



/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 0px; /* 1px, wenn kleine Linie bleiben soll */
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  /* background: #FFF url(images/hintergrund.gif) repeat-y; */
  /* background: #FFF url(images/hintergrund_grau.gif) repeat-y; grau*/
  /* background: #FFF url(images/hintergrund_rotorange.gif) repeat-y; rotorange*/
  background: #FFF url(images/rahmenhg1.jpg) no-repeat;
  
  
  width: 700px;            /* der Breite des Hintergrundbilds entsprechend */
  height: 475px;
  border: 1px solid #5a7a87; /* b8783b braunorange */
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */  
}

* html #rahmen {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 702px;    /* fuer IE 5 und 5.5 */
  wid\th: 700px;   /* fuer IE 6 */
}

#kopf {
  /*background: #ffffff;*/
  width: 700px;
  height: 75px;
  float: left;
}

#kopf img {
  vertical-align: bottom;
  /* sonst Abstand in Firefox und Co. zur unteren Linie zu gross */
}

#kopf2 img {
  vertical-align: bottom;
  /* sonst Abstand in Firefox und Co. zur unteren Linie zu gross */
}


/* Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  float:left;	
  border-bottom: 0px solid #85e2f4;   /* weisse Trennlinie zw. Menue u. Inhalt */
  border-top: 0px solid #597b85;   /* #bacfb8; weisse Trennlinie zw. Inhalt u. Bild */
  border-left: 0px solid #597b85; /*wenn ich den Rahmen links haben möchte, muss der ganze Rahmen und alles andere 1px größer sein*/
  text-align: center;
 /* height: 45px;  */
  height: 53px; 
  width: 564px;
  font-size: 80%;
}

#menue li.on a {
  color: #9a5629 !important;
  text-transform:uppercase;
  font-weight: bold;
}
/* Submenueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */



/* Spalte 1   background: #ddf4fb url(images/spalte1.gif) no-repeat;
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float: left;
  /*background: #ddf4fb url(images/eisvogelrumpf_135z.jpg) no-repeat;*/
  /* background-color: #ddf4fb; */
  width: 136px;    /* #ddf4fb; Breite ohne senkrechte weisse Linie #597b85; #83a372; #c55932;*/
  height: 400px; /* height: 343px;*/
  margin-top: 0px;
}

#spalte1 ul{
  list-style: none;
  padding: 0;
  margin: 0 10px 0 20px;
}

#spalte1 li {
  margin: 0;
  font-size: 70%;
  line-height: 180%;
}

#spalte1 a:link, #spalte1 a:visited {
  color: #264F63;
  font-weight: bold;
  text-decoration: none;
}

#spalte1 a:focus, #spalte1 a:hover, #spalte1 a:active {
  text-decoration: underline;
}

/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float:left;
  width: 563px;            /* Breite ohne senkrechte Linien width: 565px;*/
 /* background: #ffffff; */
  padding: 10px 0 10px 0;
  border-right: 0px solid #85e2f4;  /* Senkrechte Linie rechts */
  border-left: 0px solid #597b85;   /* Senkrechte Linie links */
}

* html #spalte2 {  /* Box Model Hack - notwendig wegen border-Angabe */
  width: 563px;    /* Fuer IE 5 und 5.5 */
  wid\th: 562px;   /* Fuer IE 6 */
}

#spalte2 h1 {
  color: #296886;
  font-family: georgia,'times new roman',serif;
  font-size: 120%;
  line-height: 140%;
  border-bottom: 1px solid #2e5b24;
  margin: 0 20px 1em 20px;
}

#spalte2 p {
  font-size: 78%;
  line-height: 150%;
  margin: 1em 20px;
}

#spalte2 li { /* für Liste in Projektbeschreibungen */
  font-size: 75%;
  line-height: 1.5em;
  margin: 0 10px 0 0;
}

#spalte2 a:link, #spalte2 a:visited {
  color: #BD1823;
  font-weight: normal;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color: #264F63;
}

.nachoben { text-align: right; }


/*****Projekte*****/
.scroll {		
  overflow: auto;
  background: #f1f9fb;	
  width:562px;height:228px;
  margin-top: 3px;
}

#einzug_normal {/*projekt2 und projekt3*/			
  margin-left: 20px;
}

#einzug_normal_1 {/*projekt1 und projekt2*/			
  margin-left: 12px;
}


th, td {
  padding-left: 5px;	
  font-size: 75%;
  vertical-align: top;
  line-height: 150%;	
}


.einzug_bold_a {
  font-size: 75%;			
  padding-left: 9px;
  font-weight: bold;
}

.einzug_bold_b {			
  padding-left: 25px;
  font-weight: bold;
}


#menue2 li {
  line-height: 1.5em;	
  font-size: 75%;
}

#menue2 a {text-decoration: underline;
}

#menue2 a:link    { color: #234D60; font-weight: lighter;}
#menue2 a:visited { color: #3d42a5; font-weight: lighter;}
#menue2 a:focus, #menue2 a:hover, #menue2 a:active {color: #264F63; font-weight: lighter;}

/*****Ende Projekte*****/


/*****Profil*****/
#menue3 ul {
  padding: 0 0 3px 0;
  margin: 0 0 0 20px;
  list-style: none;
}

#menue3 li {
  display: inline;   /* Listenpunkte nebeneinander stellen */
  margin-right: 15px;
  line-height: 1.5em;	
  font-size: 75%;
}

* html #menue3 li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}


#menue3 a {text-decoration: underline;
}

#menue3 a:link    { color: #234D60; font-weight: lighter;}
#menue3 a:visited { color: #3d42a5; font-weight: lighter;}
#menue3 a:focus, #menue3 a:hover, #menue3 a:active {color: #264F63; font-weight: lighter;}

.scroll3 {		
  overflow: auto;
  background: #f1f9fb;	
  width:542px;height:240px;
  margin: 3px 0 0 0;
  padding-left: 20px;
}

.scroll3 h3 {
  text-align: left;
  color: #e63737;
  font-size: 1.0em;
  font-weight: bold;
  padding: 0;
  margin: 4px 0;
  letter-spacing: 2px;
}

#einzug {/*projekte*/			
  margin-left: 12px;
}

#einzug_1 { /*projekt luftfahrt*/			
  margin-left: 36px;
}


#einzug_zahl {/*projekt2 und projekt3*/			
  margin-left: 22px;
}

#einzug_phase {/*projekt2 und projekt3*/			
  margin-left: 70px;
}

/*****Profil Login*****/
.login {
  width: 460px;				
  font-size: 150%;	
  font-weight: bold;
  letter-spacing: 2px;
  color: #990033;	
}
/***Ende Profil Login***/
/*****Ende Profil*****/



/*****Kontakt*****/

h2 {
  width: 40em;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0 0 10px 0px;
  letter-spacing: 1px;
}

form {
  width: 460px;	
  margin: 0 0 0 20px;
  padding-left: 20px;
}




a:link { color: #c65f63 }
a:visited { color: #4c74a7; }
/*a:hover,*/
/* a:focus, a:active {
  background: #ffffff; 
}
*/

/* Inhalte Formular */

.beschriftung {
  float: left;
  width: 9em;
  text-align: right;
  color: #296886;
}

.eingabefeld {
  float: left;
  width: 20em;
  max-width: 350px; /* maximale Breite, geht nicht im IE */
}

.submit
{	
	height: 20px;
	width: 100px;	
	font-size: .8em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	outline: none;
	padding: 0 0 1px 0;
	margin: 0 0 0 148px;
}

.reset
{
	height: 20px;
	width: 100px;
	font-size: .8em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	outline: none;
	padding: 0 0 1px 0;
	margin: 0 0 0 0px;
}

label {
  display: block; /* damit auch die alten IEs das padding anwenden */
  font-size: .7em;
  font-weight: bold;
  margin-right: 10px;
}

/* nicht alle Browser stellen border von Eingabefeldern dar */
input,
textarea {
  width: 100%;
  background: #F7F7F7;
  font-family: verdana, arial, sans-serif;
  font-size: .9em;
  border: 1px solid #CCC;
}

/* schoene Effekte beim Ausfuellen in standardkonformen Browsern, die IEs koennen
damit aber nix anfangen */
input:hover,
textarea:hover {
  background: #FCFCFC;
  border: 1px solid #999;
}

input:focus,
textarea:focus {
  background: #FFF;
  border: 1px solid #8c6a6b;
}

.fehler {	
  text-align: center;
}

.danke {
  color: #296886;	
  text-align: center;
  font-weight: bold;
}

#adr {	
margin: 5px 0 0 162px;

}
/*****ENDE Kontakt*****/


