p            { font-family: arial, sans-serif; font-size: 10pt; text-decoration: none; 
               color: #000000; word-spacing: 0; line-height: 1.2em; 
               margin-top: 0; margin-bottom: 0 }
body         { font-family: arial, sans-serif; font-size: 10pt; color: #000000; line-height: 
               1.2em; margin: 0 }
     
img          {
border       opx;
}
/*################################################################*/
/* Tabellen */
/*################################################################*/

td            { valign="top"; font-family: arial, sans-serif; font-size: 10pt; text-decoration: none; 
               color: #000000; word-spacing: 0; line-height: 1.2em; 
               margin-top: 0; margin-bottom: 0 }



/*################################################################*/
/*Bloecke */
/*################################################################*/

.blockMain           {width:768px} /*Gesamter Bereich*/
.blockTop            {width:768px;vertical-align:top;background-color:#a0a0a0;}/*Bereich oben*/
.blockLeft           {width:160px;height:480px;vertical-align:top;background-color:#e0e0e0;}/*Bereich links*/
.blockContent        {bgcolor:#C0C0C0; width:446px;vertical-align:top;}/*Inhaltsbereich*/
.blockRight          {width:160px;height:480px;vertical-align:top;background-color:#e0e0e0;}/*Bereich rechts*/
.blockBottom         {height:20px;vertical-align:top;background-color:#a0a0a0;}/*Bereich unten*/


               
/*################################################################*/
/* Navigation */
/*################################################################*/

a            { font-family: arial, sans-serif; font-size: 10pt; text-decoration: none; color: #000000; }
a:link       { font-family: Arial; font-size: 10pt; text-decoration: none; color: #000000; }
a:visited    { font-family: arial, sans-serif; font-size:10pt; text-decoration: none; color: #000000; }
a:active     { font-family: arial, sans-serif; font-size: 10pt; text-decoration: none; color: #FF0000; }
a:hover      { font-family: arial, sans-serif; font-size: 10pt; color: #FF0000; text-decoration: none; }


/*################################################################*/
/* Aufzaehlungen */
/*################################################################*/

ul           { font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; 
               font-family: Verdana, Arial, sans-serif; list-style-type: 
               square; list-style-image: url('/wLayout/design/img/icons/auszaehlung.gif'); line-height: 150%; margin-left: 0; margin-right: 0; 
               margin-top: 1; margin-bottom: 1; padding-left: 1.5em }
ol           { font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; 
               font-family: Verdana, Arial, sans-serif; line-height: 150%; 
               text-indent: 7; list-style-type: decimal; margin-left: 0; 
               margin-right: 0; margin-top: 1; margin-bottom: 1; 
               padding-left: 2.1em }
/*################################################################*/
/* Linie */
/*################################################################*/

hr			{ /*margin:0 1em 0 1em;*/ padding:0; text-align:center; margin: auto; width:100%; border:0; color:#FF0000; height:1px; background:#FF0000; }

/*################################################################*/
/* Eingabefelder */
/*################################################################*/

--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  border-bottom:      1px solid #999999;
  border-right:       1px solid #999999;
  background-color:   #fff;
  font-family:        Arial, Sans-serif;
  font-size:          10pt;
  padding:            0.2em 0.2em 0.2em 2px;
  } 

.select {
  border              1px solid #999999;
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  border-bottom:      1px solid #999999;
  border-right:       1px solid #999999;
  
  background-color:   #fff;
  font-family:        Arial, Sans-serif;
  font-size:          10pt;
  font-weight:        normal;
  color:              #000;
  padding:            0.2em 0.2em 0.2em 2px;
  } 

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  border-bottom:      1px solid #999999;
  border-right:       1px solid #999999;
  background-color:   #fff;
  font-family:        Arial, Sans-serif;
  font-size:          10pt;
  padding:            0.2em 0.2em 0.2em 2px;
 }

/*--  Submit button formatting. --*/

.button {
  border              1px solid #999999;
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  border-bottom:      1px solid #999999;
  border-right:       1px solid #999999;
  

  background-color:   #C0C0C0;
  font-family:        Arial, Sans-serif;
  font-size:          10pt;
  font-weight:        normal;
  color:              #000;
}

/*--  Pull-down menus. --*/

.pulldown {
  border              1px solid #999999;
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  border-bottom:      1px solid #999999;
  border-right:       1px solid #999999;
  
  background-color:   #fff;
  font-family:        Arial, Sans-serif;
  font-size:          10pt;
  font-weight:        normal;
  color:              #000;
  padding:            0.2em 0.2em 0.2em 2px;
}

.checkbox {
  background-color:   #fff;
  font-family:        Arial, Sans-serif;
  font-size:          10pt;
  font-weight:        normal;
}





/*################################################################*/
/* Ueberschriften */
/*################################################################*/

h1           { font-family: verdana, Arial, sans-serif; font-size: 8pt; color: #000000; line-height: 
               1.2em; font-weight: bold; word-spacing: 0; text-indent: 0; 
               margin: 0 }

h2           { font-family: Arial, sans-serif; font-size: 8pt; color: #000000; font-style: italic; font-weight: bold; word-spacing: 0; line-height: 100%; margin-top: 0; margin-bottom: 0 }



