

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #663366;

}
a:hover {color: #990000;}

body {
    background-color:#333333;
    background-repeat:no-repeat;
    background-position:200px 20%;
	color: #990000;
	font: normal 70% "Trebuchet MS",Verdana,courier new;

}

hr {
  margin-left: auto;
  margin-right: auto;
}


h1 {
	color: #000000;
	font: normal 1.4em courier new;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #F00;
}


h2 {font: normal 1.4em courier new;}

h3 {font: normal 0.9em courier new;}

table {
   margin-left: auto;
  margin-right: auto;
}




/* content */
#content {
    margin:auto;
    position:center;
	width: 980px;
    height: 700px;
	font: normal 1.3em courier new;
	color: #990000;
    line-height: 20px;
}

#content2 {
    margin:auto;
    position:center;
	width: 980px;
    height: 100px;
	font: normal 1.3em courier new;
	color: #990000;
    line-height: 20px;
}


#s1 {
    margin-right: 10px;
    margin-top: 30px;
}

#s2 {
    margin-right: 0px;
    margin-top: 30px;
}

#s3 {
    margin-right: 0px;
    margin-top: 70px;
}

#linkl {
    margin-left: 68px;
    margin-top: 50px;
}


#text {
     margin-top: 60px;
     width: 570px;
     height: 380px;
     background-image: url(feld3.gif);


}

#text2 {
     margin-top: 60px;
     width: 570px;
     height: 380px;
     background-image: url(feld4.gif);


}

.text {
  color: #FFFFFF;
  font-size: 12px;
}

.text:hover {
  color: #FFFFFF;
  font-size: 12px;
}

