body {
font-size: 85%;
font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
text-align: center;
}

#wrap{
width: 760px;
margin: 0 auto;
text-align: left;
}

#title{
float:left;
width: 758px;
background-color:#1e6ea9;
}

#eingabe{
background-color:#c4ced4;
float:left;
width: 760px;
}

#eingabelinks{
float:left;
width: 370px;
}


#eingaberechts{
float:left;
width: 370px;
}

#ausgabe {
float:left;
width: 760px;
background-color:#8c9faa;
}

#debug{
display:none;
}


h1, h2, h3, h4, h5, h6 {
margin: 20px;
}

p {
margin: 15px 20px;
}

q {
font-style: italic;
}

a {
color:#4c3453;
text-decoration: underline;
}

a:hover{
color:#8c9faa;
}

img{
background-color:black;
padding:5px;
}

table{
text-align:center;
}

label{
display:block;
}