/* --- Datei Stand 2008_12_17 --- */

/* --- Global Reset --- */

* {
   margin:0px;
   padding:0px;
   font-family:Verdana,sans-serif;
}

body {
   font-size:0.8em;
   color:black;
}

/* --- Ausblenden der nicht benötigten Bereiche ---*/

#hauptmenue, #nebenbereich, #rechts, #nebenmenue, #center_w, #nav_wissen_w, #blogmenue {
   display: none;
}


/* --- Positionierung und Formatierung der Boxen --- */

#wrapper{
   width:auto;
   margin:auto;
   height:auto;                    /* ---- für alte IE's ??? */

}

#header {
   position: relative;
   height: 120px;
   padding: 0;
}

/* Schriftenformatierung  */

h1 {
   font-size:1.8em;   /* alt: 2.0 */
   font-weight:bold;
   color:#5A5D5A;     /* alt: #9C9E9C */
   margin-top:15px;
   margin-bottom:15px;
}

h2 {
   font-size:1.3em;   /* alt:1.5 */
   font-weight:bold;
   color:#5A5D5A;     /* #393C39 */
   margin-top:15px;
   margin-bottom:7px;
}

h3 {
   font-size:1.0em;
   font-weight:bold;
   color:black;
   margin-top:15px;
   margin-bottom:7px;
}

p {
   margin-top:3px;
   margin-bottom:3px;

}

ul {
   list-style-type:disc;
   padding:5px 0px 10px 20px;
}

li {
  margin-top: 3px;
  margin-bottom: 2px;
}

p.fett {
   font-weight:bold;
}

p.klein {
   font-size:0.8em;
}

p.fuss {
   font-weight:bold;
   font-size:0.8em;
   padding-left:15px;
}

a.ueberschrift {
   text-decoration:none;
   color:#5A5D5A;
}

a.link_neben {
   color:#5A5D5A;
   font-weight:bold;
   text-decoration:none;
   background: url(pfeil-i.png) no-repeat;
   padding-left: 18px;
}

a.link_neben:hover {
   color:#005D00;
   font-weight:bold;
   text-decoration:underline;
   background: url(pfeil-i-h.png) no-repeat;
   padding-left: 18px;
}

a.link_ext {
   color:#5A5D5A;
   font-weight:bold;
   text-decoration:none;
   background: url(pfeil-e.png) no-repeat;
   padding-left: 18px;
}

a.link_ext:hover {
   color:#00007B;
   font-weight:bold;
   text-decoration:underline;
   background: url(pfeil-e-h.png) no-repeat;
   padding-left: 18px;
}

#header h1#logo-text  {
	margin: 0; padding: 0;
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 55px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -3px;
	color: #00BE00;
	text-transform: none;
	text-decoration: none;
         padding-left: 8px;
/*	background: transparent;   */

	/* change the values of top and left to adjust the position of the logo*/
	top: 10px; left: -8px;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 19px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #00007B;

	/* change the values of top and left to adjust the position of the slogan*/
/*	top: 72px; left: 70px;   */
	top: 72px; left: 50px;
}

/* --- 1-Spaltiges Layout ---*/

#inhalt {
	width:auto;
         margin:auto;
}

/* --- 2-Spaltiges Layout ---*/

#hauptbereich {
	float: left;
	width:auto;
         margin:auto;
}

#links_w {
	float: left;
         margin-top: 40px;
         width: 160px;
}

#rechts_w {
	float: right;
         margin-top: 40px;
         width: 160px;
}

#center_w {
	float: right;
         margin-top: 40px;
         margin-right: -70px;
         width: 320px;
}

#fuss {
   clear:both;
   background-color:#EFEFEF;
   height:15px;
}



/*p {
   font-size:0.8em;
   color:red;
   margin-top:7px;
   margin-bottom:7px;
}
*/

.function_button_list {
	font-size: 8pt;
	background-color: #ECEBE4;
	color: #626262;
	margin: 0 0 5px 0;
	border-left: 7px solid #00007B;
	padding: 3px 6px 3px 6px;
	width: auto;
	text-align: left;
}


/* Formatierung der Eingabetabellen */

p.fueberschr {
   color:#000000;
   font-weight: bold;
   background-color:#ADAEAD;
   border-bottom:1px solid #6B6D6B;
   border-left:3px solid #6B6D6B;
   padding: 3px;
   margin: 11px 0px 11px 0px;
}

.formular {
   border-top:1px solid #ADAEAD;
   border-right:1px solid #ADAEAD;
   border-bottom:1px solid #6B6D6B;
   border-left:3px solid #6B6D6B;
   background-color:#EFEFEF;
   padding:3px;
   margin:3px;
   font-size:100%;
}

.fornular {
   border-top:1px solid #ADAEAD;
   border-right:1px solid #ADAEAD;
   border-bottom:1px solid #6B6D6B;
   border-left:3px solid #6B6D6B;
   background-color:#EFEFEF;
   padding:3px;
   margin:3px;
   font-size:100%;
   display:none;
}

.formular2 {
   padding-bottom:7px;
}

#subm {
   width: 220px;
   font-weight:bold;
   padding:3px;
   float:right;
}

em.fehler {
   font-weight: bold;
   font-style: normal;
   color:red;
}

a.link {
   color:black;
   font-weight:bold;
   font-size:1.0em;                /*neu*/
   width: 140px;
   text-decoration:none;
   border-left: 6px solid #9C9E9C;
   padding:2px 4px 2px 4px;
   margin-right:20px;
   background-color:#EFEFEF;
}