/* Farben #1E3C82;   blau
          #FF6633;  orange 
           #FFB487   hellbraun
   padding          Vier Werte
    Der erste Wert für den Abstand oben, der Zweite rechts, der Dritte unten und der Vierte links
    Layout: 
    http://www.boutell.com/newfaq/creating/threecolumnlayout.html

*/     
body {
    font-family: helvetica;
    background-color: #EEEEEE;
    background: url(images/Schatten.gif) repeat-y center #EEE;
}
#site {
    margin: 0 auto;    /* Zentriert */
    text-align:center;   /* für IE 5, wird in den unteren Containern mit text-align:left aufgehoben */
    width: 900px;
}
#wobinich {
    margin: auto;
    width: 880px;
    padding-bottom:2px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 10px;
    color: #1E3C82;  /* #555555; */
}
#header {
    height: 110px; 
    background: url(images/header.jpg)  no-repeat  left #FFFFFF;
} 
#layermenu {
    text-align:left;
    margin-top: 6px;
    padding:5px 0;
    font-size: 12px;
    background: url(images/leiste_bg900.gif) repeat-y left #1E3C82;
 }
#layermenu span {
    font-family: helvetica;
    font-weight: bold; 
}
#layermenu span a {
    padding: 5px 10px;
    border-right: 1px solid white;
} 
#layermenu span.layermenu-no a {
    color: #FFFFFF;
}
#layermenu span.layermenu-act a {
    background: #FFFFFF;  
    color: #1E3C82;     /*blau, früher: #454545 */   
}
#layermenu span a:hover {
    color:#1E3C82;
    background:   #FFB487;       /* hellbraun */
    text-decoration: none;
}
/*Suchfeld Anfang*/
#suche {
/*  display:inline;*/
     margin-top:5px;
	text-align:left;
}
#cse {
	display:block;
	width:100% !important;
}
.gsc-control-cse {
	border-width:0px !important;
	background-color:transparent !important;
	padding-top:0 !important;
}
.gsc-search-box{
	width:260px !important;
	float:right;
	margin-top:-27px;
	margin-right:-13px;
}
/*Suchfeld Ende */
#main {                  /* eventuell überflüssig */
    margin: 0 auto;    /* Zentriert */
    text-align:center;   /* für IE 5, wird in den unteren Containern mit text-align:left aufgehoben */
    width: 880px;
    padding:0 10px;
}
/*    background: url(images/Schatten.gif) repeat-y left #FFF; */
#mitte {
    margin-left:210px;
    width: 480px;
    text-align:left;
    color: #000;
}
#content {
    font-family: helvetica;
    line-height: 1.5em;
    font-size: 77%;
    color: #000;
    padding: 5px 20px 0px 0px;
}

#links {
	float:left;
	width: 190px;
        text-align:left;
        background-color: white;
}
 /* #linkerrand {
     position: absolute;
	margin-left: -32px; 
	top: 0px;
	bottom:0px; 
	width:30px;
	float: left;
	height:auto;
	height:100%;              für IE 
        background: url(images/ziegel.jpg) repeat-y;
 } */
h1 {
    font-size: 18px;
/*    font-style: italic; */
    font-family: helvetica;  /* garamond */
}
h2, h3 {
	margin:0;
}
a   {
    font-weight: bold;
    text-decoration: none;
    color: #5C5C5C;  /* blau, vorher: #1e3c82;*/ 
}
a.extern {
	/* background:url(images/external_link_new_window.gif) no-repeat;
	padding-left:15px; */
}
a:hover {
    text-decoration: underline;
}
 
#menu_1 {
    color: #FFFFFF;
    /* border: 3px solid  #FFB487; */
    margin-left: -10px;
    font-size: 12px;
    background: url(images/leiste_bg900.gif) repeat-y left;    /* blau */
}
#menu_1 li {
    border-bottom: 1px solid white; 
    list-style-type:none; 
}
#menu_1 li a { 
    display: block;
    text-decoration: none;
    padding:5px 10px;
}
#menu_1 li.menu_1-level-2-no a {
    text-decoration: none;
    color: #FFFFFF;
}
#menu_1 li.menu_1-level-2-act {
    border-bottom: 1px solid #1E3C82;
}
#menu_1 li.menu_1-level-2-act a {
    text-decoration: none;
    color: #1e3c82;
    background-color: #FFFFFF;
}
#menu_1 li.menu_1-level-3-no a {
    padding: 2px 0 2px 30px;
    font-size:11px;
    color: #FFFFFF;
} 
#menu_1 li.menu_1-level-3-act a {
    padding: 2px 0 2px 30px;
    font-size: 11px;
    background-color: #FFFFFF;         
    color: #1E3C82;
}
#menu_1 li a:hover {
    color:#1E3C82;
    background-color:  #FFB487;    /* orange  */
    text-decoration:none;
}
 #tagesspruch {
    background: #ffffff;  /* vorher #dddfde; */
    text-align: left;
    margin-top:10px;
    color:  #000; /* #992200; */
    font-size: 12px;
    padding-left: 10px;
    padding-top:5px;
    padding-bottom:7px;
    border:1px solid transparent;
}
#right_col {
    font-family: helvetica;
    margin-left: -10px;
    float:right;
    width: 190px;
    text-align:left;
    color: #1E3C72;    /* blau, vorher #444; */
    background-color:  white ; /* #FFA673;    hell orange, vorher grau #f5f5f5; */
}
#rechts_inhalt {
      padding: 0px 2px 5px 8px;
}
#right_col li {
	list-style-image:url(images/external_link_new_window.gif);
	padding-left:4px;
	padding-bottom:4px;
	font-size:10pt;
}
#right_col h3 {
 font-size:4mm;
 padding-left:2mm;
 font-weight:bold;
}


#shortcut {
/*     width:825px; */
    font-size: 70%;
/*    background: #EEE; */
   text-align: center;
   margin-top:30px;
}

#shortcut a.start {
    background: url(images/start.gif) no-repeat left;
    padding-left: 28px;
    padding-right: 18px;
}	
#shortcut a.print {
    background: url(images/print.gif) no-repeat left;
    padding-left: 18px;
    padding-right: 18px;
}	

#shortcut a.sitemap {
    background: url(images/sitemap.gif) no-repeat left;
    padding: 0 18px 0 18px;
}	

#shortcut a.impressum {
    background: url(images/impressum.gif) no-repeat left;
    padding: 0 18px 0 18px;
}	

#footer {
/*    width: 800px; */
   width:100%;
   border-top:1px solid #AAA;
 /*   border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; */
    font-size: 10px;
    color: #555;
    margin: 15px 0 15px 0px;
    text-align: center;
}

