body {
    background-color:#C0C0C0;
    margin:0 auto;
    padding:20px;
    font-family:Arial;
    font-size:12px;
    color:#444;
}
h1 {
    color:#666;
    font-size:19px;
}
a {
    color:orange;
}
a:visited {
    color:orange;
}
a:hover {
    color:#666;
}
.main {
    background-color:white;
    margin:0px auto;
    width:1000px;
    height:700px;
    position:relative;

}
.form {
    position:absolute;
    margin-right:auto;
    top:370px;
 
}
.links {   
    position:absolute;
    left:8px;
    top:8px;
}
.rechts {
    text-align:left;
    position:absolute;
    left:545px;
    background:url("images/verlauf.jpg") repeat-x;
    top:8px;
    width:447px;
    height:684px;
    float:left;
}
.linkslinks {
    position:absolute;
    width:246px;
    top:358px;
    left:0px;
    text-align:left;
    padding:16px;
}
.linksrechts {
    position:absolute;
    left:280px;
    width:246px;
    top:358px;
    padding:16px;
    text-align:left;
}
li {
    list-style-image:url(images/pfeil.jpg);
    list-style-position:outside;
    color: #000;
}
.rechtsinnen {
    padding:60px;
    padding-top:15px;
}
td {
    font-size:12px;
}


