

/* basic elements */
body {  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFF;
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
  	margin: 0px;
	padding: 0px;
	}

	#mitte4320 {
	   position: absolute;
	   left: 50%;
	   top: 50%;
	   width: 320px; /* Breite des Elements */
	   height: 320px; /* H�he des Elements */
	   margin-left: -160px; /* Breite des Elements geteilt durch zwei! */
	   margin-top: -160px; /* H�he des Elements geteilt durch zwei! */
	  }
	  #mitte4440 {
	     position: absolute;
	     left: 50%;
	     top: 50%;
	     width: 320px; /* Breite des Elements */
	     height: 320px; /* H�he des Elements */
	     margin-left: -160px; /* Breite des Elements geteilt durch zwei! */
	     margin-top: -160px; /* H�he des Elements geteilt durch zwei! */
		  layer: 9;
	    }

p.soft {    color: #336;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size : 7pt;
            font-weight : normal;
            text-align : center;
	         margin: 22px 0px 0px 0px ;
}


/* #######  Der Hintergrund der ganzen Seite  ##############   */
#container {
	width: 800px;
	height: 500px;
	position: absolute;
	margin: -250px 0px 0px -400px;
	padding: 0px 0px 0px 0px;
  	top: 50%;
  	left: 50%;
	background-color: #FFFFFF ;
	}

/* Seitenkopf = div Seitenheader */
#seitenheader, #impressumheader {
 	width: 798px;
 	height: 398px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF;
	border-top: 0px dotted #FF0000;
	border-right: 0px dotted #FF0000;
	border-bottom: 0px dotted #FF0000;
	border-left: 0px dotted #FF0000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #6666FF;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	}
#seitenheader { background-image: url(./styles/logowes.gif); }
#impressumheader { background-image: url(./styles/logosoft.gif); }


#footer {
	width: 798px;
	height: 28px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 	text-align: center;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	}




/* div f�r obere LinkLeiste */
#rechtsdatum  {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 11px;
        left: 800px;
	position: absolute;
	top: 49px;
	}

#logo  {
        position: absolute;
        top: 10px;
        left: 16px;
	}


#inhalt { width: 800px;
	background-color: #FFFFFF;
	height: 404px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF ;
	font-weight: bold;
	font-size: 11px;
	}

/* #############    Bilder / Bilderseite ############### */
img   { border: 0px ;
        margin: 0px ;
        padding: 0px ;
      }

img.linkerrand   {
      float: left;
      margin: 10px 10px 10px 0px;
      }

img.rechterrand   {
      float: right;
      margin: 10px 0px 10px 10px;
      }


/* ################ Formate ################# */

table.mitte {
	text-align: left;
        width: 600px;
        margin: 10px 0px 0px 0px ;
	/* background-color: #FFFFEE; ...wird �bernommen! */
	}


p.mittig { text-align: center;
	 margin: 0px 80px 0px 80px ;
}

a.mini:hover {  color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size : 7pt;
            font-weight : normal;
            text-align : center;
            text-decoration: underline overline ;
            }


a.mini:link, a.mini:visited, a.mini:active, a.mini:hover      {
  	    color: #BBBBFF;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size : 7pt;
            font-weight : normal;
            text-align : center;
	    margin: 10px 80px 10px 80px ;
            }
a.mini:link {
            text-decoration: none;
            }

a.mini:visited {
            text-decoration: none;
            }

a.mini:active {
            text-decoration: none;
            }

a.mini:hover {
  	    color: #6666FF;
            text-decoration: underline overline;
            }


a:link{     color: #9999FF;
            text-decoration:none;
            }

a:visited{  color: #9999FF;
            text-decoration:none;
            }

a:hover{    color: #0000FF;
            text-decoration: underline overline ;
            }
