@import url(dynamiccss.css);

  * { margin: 0pt;
    padding: 0pt;
    }

  body { margin: 0pt auto;
    padding: 30px 0pt 0pt;
    background: rgb(255, 255, 255) url(../images/bgrd.png) repeat-x scroll left top;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    }

  div#wrap { margin: 0pt auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 750px; 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width:730px;
    border: 0px solid black; 
}

  div.header { margin: 0pt auto;
               margin-top: 0px;
               border: 0px solid black;
               height: 150px;
               border: 0px solid blue;
}

  div.title { float: left;
   width: 750;
   height: 150px;
   border: 0px solid orange;    
}


div.pagewrapper { margin: 0pt auto;
    background-image: url(../images/wrap-bg-right.png);
    background-repeat: repeat-y;
    background-position: right top;
    margin-top: 0px;
    border: 0px solid red;
    }

  div.innerpagewrapper { background-image: url(../images/wrap-bg-left.png);
    background-repeat: repeat-y;
    background-position: left top;
    border: 0px solid magenta;
    }

  div.page { margin: 0pt 10px;  
    padding: 10px;
    margin-top: 20px;
    background-color: rgb(255, 255, 255);
    border: 0px solid black;
    }

  div.content { width: 68%;
    float: left;
    margin-top: 5px;
    border: 0 px solid black;
    background-color: transparent;
    }

  div.sidebar { width: 30%;
    float: right;
    margin-top: 5px;
    border: 1px solid blue;
    }


###############################################################################
### Navigation
###############################################################################

 div.nav-container { margin: 0pt;
    padding: 0px 0pt 0pt;
    width: 100%;
    height: 30px;
    float: right;
    border: 2px solid orange;
    }

ul.menu, ul.menu ul {
    list-style-type: none;
    font-size: 0.9em;
    
    
}

ul.menu a {
    display: block;
    padding: 3px 30px 3px 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

ul.menu a:hover {
    display: block;
    padding: 3px 30px 3px 10px;
    font-weight: normal;
    text-decoration: none;
    color: blue;
    background-color: silver;
}

ul.menu li {
    list-style-type: none;
    padding: 0;
    margin-right: 1em;
    float: right;
    background-color: blue;
    height: 20px;
}



/* Für Unterpunkte keine Float-Eigenschaft */

ul.menu ul li {
    float:none;
    background-color: white;
}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */

ul.menu ul li.hover, ul.menu ul li:hover {
    background-color: blue;
}



/* Zweite Ebene */
        ul.menu ul {
              margin:0;
                 padding: 0;
                 position: absolute;
                 background-color: silver;
                 border: 2px solid blue;
                 display: none;
                 width: 100px;
     }


   /* Zweite Ebene anzeigen */
       ul.menu li.hover ul, ul.menu li:hover ul  {
                 display: block;
                 background-color: silver;
     }


/* Dritte Ebene */
   ul.menu li.hover ul ul, ul.menu li:hover ul ul {
                  display: none;
                  margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
                  margin-top: -20px; /* Höhe eines Listenelements */
        }

   /* Dritte Ebene anzeigen */
       ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
                display: block;
        }


/* Vierte Ebene */
     ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {
                  display: none;
        }

/* Vierte Ebene anzeigen */
       ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul {
                  display: block;  
        }

###############################################################################
  h1 { font-size: 2em;
    padding-left: 10px;
    color: rgb (0, 0, 0)
    }

  h2 { font-size: 1,5em;
    padding-left: 10px;
    color: rgb (0, 0, 0)
    }


  h1 a, h1 a:hover, h1 a:visited { text-decoration: none;
    color: rgb(0, 0, 0);
    }


  h3 { font-size: 1.3em;
    font-family: 'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
    font-weight: normal;
    color: rgb(51, 51, 51);
    }

  h4 { border-bottom: 1px solid rgb(204, 204, 204);
    padding: 5px;
    color: rgb(127, 0, 0);
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.2em;
    font-weight: normal;
    background-color: rgb(230, 230, 230);
    }

  p { margin-bottom: 20px;
    line-height: 1.7em;
    font-size: 0.95em;
    color: rgb(51, 51, 51);
    }


  code { border-style: solid;
    border-color: rgb(125, 0, 0);
    border-width: 1px 1px 1px 10px;
    margin: 10px 0pt;
    padding: 10px;
    display: block;
    }

  form {  }

  form input, form textarea { border: 2px solid rgb(221, 221, 221);
    padding: 5px;
    color: rgb(102, 102, 102);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    }

  form input.formbutton { border: 1px solid rgb(94, 0, 0);
    background: rgb(141, 0, 0) url(../images/button.png) repeat-x scroll left top;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    }

  table { width: 600px;
    margin-bottom: 10px;
    }

  table tr th, table tr td { padding: 5px 10px;
    }

  table tr th { background: rgb(141, 0, 0) url(../images/button.png) repeat-x scroll left top;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    color: rgb(255, 255, 255);
    }

  table tr td { border-bottom: 1px solid rgb(221, 221, 221);
    }

  a { color: rgb(112, 0, 0);
    }

  a:visited { color: rgb(174, 0, 0);
    }

  a:hover { color: rgb(135, 0, 0);
    }

  
  div.sidebar ul { padding: 10px 10px 25px;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    }

  div.sidebar ul li { padding: 7px 0pt;
    }

  div.sidebar ul li a { font-family: Georgia,"Times New Roman",Times,serif;
    text-decoration: none;
    font-size: 1.1em;
    }

  div.footer { border-top: 1px solid rgb(221, 221, 221);
    clear: both;
    margin-top: 10px;
    }

  div.footer p { text-align: center;
    color: black;
    font-size: 1.0em;
    font-family: "Trebuchet MS",Verdana,Arial;
    }

  div.footer p a { color: rgb(153, 153, 153);
    }

  form.searchform { padding-top: 10px;
    }

  *:focus {  }

  .clear { clear: both;
    }
  .indent {padding-left:15px;}
  
  /* Formatierung von Forms */ 


legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:100%;
color: blue;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
border: 1px solid #C0C0C0;
background: silver url(#) no-repeat;
}

.mf-radio {
border:0px;
}

.mf-text {
color: blue;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}


/*---------- Sprachmenue sr_language_menu------------- */

.language {
	width: 730px;
	height: 20px;
	border: 0px solid black;
}

.tx-srlanguagemenu-pi1 p {
	font-family : Verdana, sans-serif;
	font-size : 0.8em;
	line-height : 100%;
	color : #35006d;
	margin-top : 8px;
	padding : 0;
	text-indent : 0;
}

.tx-srlanguagemenu-pi1 img {
	margin : 0 5px;
	padding : 0;
	border-style : none;
}

.tx-srlanguagemenu-pi1 .CUR {
	float : left;
	font-size : 0.8em;
}

.tx-srlanguagemenu-pi1 .CUR a {
	background-color : transparent;
	color : #35006d;
	text-decoration : none;
	font-weight : bold;
}

.tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active {
	color : #333333;
}

.tx-srlanguagemenu-pi1 .NO {
	float : left;
	font-size : 0.8em;
}

.tx-srlanguagemenu-pi1 .NO a {
	background-color : transparent;
	color : #35006d;
	text-decoration : none;
	font-weight : bold;
}

.tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active {
	color : #333333;
}

.tx-srlanguagemenu-pi1 .INACT {
	float : left;
	font-size : 0.8em;
}

.tx-srlanguagemenu-pi1 .INACT a {
	background-color : transparent;
	color : #35006d;
	text-decoration : none;
	font-weight : normal;
}

.tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active {
	color : #333333;
}

.tx-srlanguagemenu-pi1 .SPC {
	float : left;
	font-family : Verdana, sans-serif;
	font-size : 0.8em;
	line-height : 100%;
	color : #35006d;
}

.tx-srlanguagemenu-pi1 fieldset label {
	display : none;
}

.tx-srlanguagemenu-pi1 fieldset select {
	font-size : 0.8em;
	font-family : Verdana, sans-serif;
	background-color : #35006d;
	color : white;
	font-weight : bold;
}

