/* CSS Document */

body
{
font-family:verdana, times, arial;
font-size:80%;
padding:0;
margin:0;
text-align:center;
background-image:url(bilder/ach3_hintergrund.jpg);
}

* html, * html body /*Workaround für Footer in IE*/
{
margin:0;
padding:0;
height:100%;
overflow:hidden;
}


.seite
{
text-align: left;    /* Seiteninhalt wieder links ausrichten */
margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
width: 900px;
height: 700px;
background-image:url(bilder/ach3_seite.png);
background-repeat:no-repeat;
background-position:center;
}

hr
{
width: 300px;
color:#9eda44;
}

.navi
{
color:#6AB32D;
margin-left:141px;
padding-top:325px;
font-size:85%;
}

.navi a:link
{
color:#6AB32D;
text-decoration:none;
}

.navi a:visited
 {
color:#696969;
text-decoration:none;
 }
 
a:link
{
color:#6AB32D;
}

a:visited
{
color:#696969;
}

.bild
{
width: 363px;
height: 252px;
margin-left: 90px;
margin-top: 50px;
float:left;
}

.text
{
width: 310px;
height: 260px;
margin-left: 40px;
margin-top: 50px;
overflow:hidden;
float:left;
}

.scroll
{
text-align:right;
margin-right: 50px;
margin-top: 300px;
}

.imp
{
float:right;
margin-top:130px;
margin-right:10px;
}

h1
{
font-size:100%;
}

.eing
{
font-family:verdana, times, arial;
background:#dadadc;
border: none;
font-size:90%;
padding-left:3pt;
}

.but
{
font-family:verdana, times, arial;
color:#000000;
background:#dadadc;
font-size:90%;
text-align:center;
}

/********************** Footer */
.footer-container
{
	position:fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size:11px;
}

.footer
{
    color: #696969;
    margin:0 auto;
    padding: 2px 0;
    background-color:#9eda44;
}

.footer a
{
	color:#696969;
  text-decoration:none;
}

.footer a:hover
{
	color:#ffffff;
}
