/* Edited with EditCSS */
/**** LINK-tag style sheet stylesheet.css ****/

body {
background-color:#000;
font-family:Arial;
color:#fff;
margin:10px;
}

a {
color: #fff;
text-decoration:underline;
}

img {
border:0px;
}

#NAVI {
width:200px;
text-align:left;
margin-top:80px;
float:left;
}


#NAVI img{
margin-bottom:20px;
}

#HEADER {
height:174px;
}

#STREIFEN {
position:absolute;
left:302px;
top:184px;
}


#CONTENT {
margin-left:350px;
margin-top:20px;
width:640px;
text-align:justify;

}


#CONTENT table {
        /*border:1px solid #7A7A7A;*/
        width:100%;
}
#CONTENT table td {
        border:1px solid #333;
        padding:0.3em;
        vertical-align:top;
}
#CONTENT table td.left {
        width:300px;
}

input[type=text] {
width:200px;
font-size:10pt;

}
textarea {
width:400px;
height:140px;
font-family:Arial;
font-size:10pt;
}