* {
   margin:0px;
   padding:0px;
}
body {
   font-size:70%;
   line-height: 1.em;
   text-align:center;
   background-color: white;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* + + + + + BEREICH DEFINITION + + + + + */
#wrap {
   width:888px;
   background-image: url(grafics/hg.gif);
   background-repeat:repeat-y;
   padding:0px 8px;
   margin: 0 auto;
   text-align:left;
}
#head {
   background-image: url(grafics/titel.jpg);
   background-repeat: no-repeat;
   width:851px;
   height:113px;
   padding: 8px 8px;
}
#language_select {
   float:right;

   
}
#main {
   background-image: url(grafics/hg_main.gif);
   background-repeat:repeat-y;
}

#navigation {
   width: 210px;
   float: left;
   padding: 3px 5px 60px 5px;
}
#content {
   width:625px;
   float: right;
   padding: 2px 5px;
   margin-right: 25px;
   padding-bottom: 20px;
   line-height:140%;
}
#footer {
   clear: both;
   padding: 2px 4px;
   width:839px;
   text-align: center;
}
#abschluss {
   border:0px;
   width:888px;
   height:20px;
   background-image: url(grafics/abschluss.gif);
   background-repeat:no-repeat;
   padding:10px 8px 0px 8px;
   margin: 0 auto;
   text-align: right;
}
/* + + + + + ELEMENT DEFINITION + + + + + */
a:link {
   color:#242424;
   text-decoration: underline;
}
a:visited {
   color: #242424;
   text-decoration: underline;
}
a:active {
   font-weight: bold;
   color: #515151;
   text-decoration:none;
}
em {
   font-style: italic;
   font-weight: normal;
}
input.standardSubmit{
   border: 1px solid silver;
   cursor: pointer;
   font-weight:bold;
   background-color: #eeeeee;
   text-align: center;
   font-size:100%;
   color:black;
   padding:1px;
   margin:1px;
}
/* - - - HEAD - - - */
#head h1 {
   margin-top: 90px;
   margin-left: 10px;
   font-size: 1.5em;
   text-align: left;
   background-image: none;
   text-decoration: none;
   color:#000;
}
#language_select li{
   display: inline;
   list-style-type: none;
   text-transform: uppercase;
   font-weight: normal;
}

/* - - - NAVIGATION - - - */
/* + + + + + LINK DEFINITION + + + + + */


#navigation ul {
   list-style-type: none;
   padding-left:0px;
   margin-top: 4px;
   margin-left:10px;
 /*   background-color: #E5E5E5; */
}
#navigation li ul {
   margin-top: 4px;
   margin-left:15px;
}
#navigation li {
   list-style: url(grafics/dreieck_on.gif);
   list-style-type: none;
   margin-bottom: 2px;
}
#navigation li.link2 {
   background-image: url(grafics/anker.gif);
   background-repeat: no-repeat;
   font-weight: normal;
   margin-top: 8px;
}
#navigation li.link3 {
   font-weight: normal;
   margin-top: 8px;
   margin-left: 0px;
}
#navigation li.anker {
   background-image: url(grafics/anker.gif);
   list-style:none ;
   background-repeat: no-repeat;
   font-weight: normal;
   padding-left: 15px;
   margin-top: 8px;
}
#navigation li.link {
   background-image: url(grafics/nav_link_sub.gif);
   background-repeat: no-repeat;
   font-weight: normal;
}
#navigation li.link1 {
   list-style: square;
   font-weight: normal;
   margin-top: 8px;
   margin-left: 27px;
}
#navigation li.headline1 {
    list-style:none ;
   margin-top: 26px;
   font-weight: bold;
}
#navigation li.headline2 {
   margin-top: 22px;
   font-weight: bold;
}
#navigation li.menu_current1 {
   font-weight: bold;
   list-style: url(grafics/dreieck_off.gif);
}
#navigation li.menu_current2 {
   font-weight: bold;
   list-style: url(grafics/dreieck_off.gif);
}
#navigation li.menu_current3 {
   font-weight: bold;
   list-style: square;
}
#navigation li.menu_default1 {
   font-weight: normal;
  
}
#navigation li.menu_default2 {
   list-style: url(grafics/dreieck_on.gif);
   font-weight: normal;
}
#navigation li.menu_default3 {
   font-weight: normal;
   list-style: square;
}
#navigation li.current1 {
   font-weight: bold;
   background-image: url(grafics/nav_current_sub.gif);
   background-repeat: no-repeat;
}
#navigation a {
   text-decoration:none;
}
#navigation a:hover {
   font-weight: bold;
   color: #FF1442;
   text-decoration:none;
}
#navigation a:active {
   font-weight: bold;
   color: #515151;
   text-decoration:none;
}
/* - - - FOOTER - - - */
#footer li {
   list-style: square;
   list-style-position: inside;
}
#footer a {
   color: #515151;
   text-decoration:none;
   padding: 2px 10px;
}
