#header {
    height: 13.3em;
    /*background-image: url(background_head_blue.gif);*/
	background-repeat: repeat-x;
}
#content3 a img {
   /* width: 980px; */
}
#wrapper {
   /* background-color: #FFFFFF;
    border: 1px solid #919090;
    margin: 0 auto 10px; */ /* Abstand der Seite */
}
body {
    color: #404040; /* Basis Schriftfarbe */
   /* background-color: #E8E8E8;
    background-image: url("background_gradient.jpg") !important; 
    background-repeat: repeat-x;*/
}

#main {
    border-top: 1px solid #919090;
}

/* Link Farben */
a:link {color:#404040; }
a:visited {color:#404040; }
a:hover {/*color:#871d33;*/color:#004080; }

/* Stil in +/- Dialog*/
.dialogFont {
	color: #000;
	font-weight: bold;	
}
.dijitDialogTitle{
	color: #000;
}
.titel, .titel a {
    color: #404040;
}

body h1 {
	color:#004080; /* Beispielhaft ! PArndt, 13.11.2013 */
	}
	
	
body h2 {
	color:#004080; /* Beispielhaft ! PArndt, 13.11.2013 */
	}
h1 {
    color: #004080;
    font-size: 16px;
}
/*Anfang Menuaenderung Koehler   */


/* Menü-Ebene 1 aktiver Punkt */ 
#menue li.main_menu_1_active  { 

       background-image: url(menue_active_back.gif); 
       background-repeat: repeat-x; 
} 

#menue li.main_menu_1_active a { 

        color: #FFFFFF; 
} 

/*
#menue .main_menu_1 li { 
         background-image: url(grad_blue_min.gif);
} */

#menue .main_menu_1 li a { 

        color:#fff; 
        text-decoration: none; 
} 

#menue .main_menu_1 ul { 

        border-right: solid #ccc 1px; 
        
} 


#menue li.main_menu_1_active a { 

        color: #fff; 
} 

#menue .main_menu_2 li { 

        background-image: none; 
        background-color: #ddd; 
}

#menue li.main_menu_2_active {
    background-image: none;
    background-color: #ebebeb;
}

#menue .main_menu_2 li a { 

        color:#004080; 
        text-decoration: none; 
}

#menue li.main_menu_2_active a { 

        color: #000040; 
} 

#menue .main_menu_3 li {
    background-color: #ebebeb;
}

/*
.blue {
    background-image: url(grad_blue_min.gif);
}*/
/*Ende Menuaenderung Koehler   */
/*   original SIT        */

/* Bitte nachfolgendes stehen lassen */
 /* Hilfreiche Styles aus YAML */
  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  .clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
  }

  /* (en) essential for Safari browser !! */
  /* (de) Diese Angabe benÃ¶tigt der Safari-Browser zwingend !! */
  .clearfix { display:block; }

  /* (en) alternative solution to contain floats */
  /* (de) Alternative Methode zum EinschlieÃŸen von Float-Umgebungen */
  .floatbox { display:table; width:100%; }

  /* (en) IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing:BenÃ¶tigt nur der Internet Explorer und Ã¼ber iehacks.css zugeschaltet */
  #ie_clearing { display:none; }