body {
 
 margin:0px;
 padding:0px;
 font-family: arial, tahoma,verdana,  sans-serif;
  font-size: x-small;
  /* IE5 Win */
  font-size: small;
  background-color:#ffeaa0;

 }

#container { 
	margin: 0px auto 0px auto;
	width:980px;
	
	background-color:#f29f29;
	padding:5px;

}


#head {
 background-color:#fff3c7;
 height:119px;	
	
}
#container-nav {
width:	550px;
margin-top:20px;
float:right;
}


#main {
	background-color:#fff3c7;
	height:600px;	
		background-image:url(back.JPG);	´



	
}

#content {
filter:alpha(opacity=80); /* IE */
opacity:0.8; /* allgemein */
-moz-opacity:0.8; /* Mozilla */
-khtml-opacity:0.8; /* KTHML */
-opera-opacity:0.8; /* Opera */
background-color:#fff3c7;

margin:30px;
height:550px;


}

.content-home {

}


#content-text {

position:absolute;
margin:-580px 0px 0px 30px;
padding:5px;
overflow:auto;	

height:540px;
width:910px;
}

.content-text-home {

}


#footer {
	
	background-color:#fff3c7;
}

#footer-content {
font-size:8pt;
font-weight:bold;
text-align:center;	
	
}




 ul#navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
  }

  ul#navigation li {
    list-style: none;
	    display: inline;

  }



  ul#navigation a, ul#navigation span {
  	padding:3px;
    text-decoration: none; font-weight: bold;
    border: 1px solid #933;
    
    color: #000; background-color: #C63;
  }

  * html ul#navigation a, * html ul#navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }

  ul#navigation a:hover, ul#navigation span {

  
    color: white; background-color: #F90;
  }






 ul#navigation_sub {
    margin: 0; padding: 0.4em;
    text-align: center;
  }

  ul#navigation_sub li {
    list-style: none;
	    display: inline;
    margin: 0.4em; padding: 0;
  }



  ul#navigation_sub a, ul#navigation span {
  	padding:3px;
    text-decoration: none; font-weight: bold;
    border: 1px solid #933;
    
    color: #000; background-color: #f29f29;
  }

  * html ul#navigation_sub a, * html ul#navigation_sub span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }

  ul#navigation_sub a:hover, ul#navigation_sub span {
    color: white; background-color: #F90;
  }



.msg {text-align:center;margin:0px;padding:0px; font-weight:bold }
.msg p {padding:1px; margin:1px; text-align:left}
.msg.error { 
	 color:#8B0000 ; 
	 background-color:#FFE4E1;
	 border:  1px solid #e77776;
	 
	 }
.msg.info {
	 background-color:#FFFF80;
	 border: 1px solid #FFFF00;	
	color:green
	}

.page_title {
	color:#888888;
	font-weight:bold;
	font-size:20px;

}

.page_title_home {
	text-align:center;

}


#imgPreviewWithStyles {
    background: #222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 99999;
    border: none;
    position:static;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    z-index: 100000;
    padding: 10px 0 3px 0;
}

