body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-size: 100.01%;
font-family: Verdana, Arial, Helvetica, sans-serif;
} 
* {
margin: 0;
padding: 0;
}
#top {
width: 400px;
height: 60px;
margin: 10px auto;
background-image: url(../grafiken/seitenaufbau/projekte.png);
}
p {
margin-top:10px;
margin-bottom: 10px;
}
td {
vertical-align: top;
padding-left: 3px;
}
.projekt {
width: 650px;
height: 230px;
padding: 10px 20px;
font-size: 0.7em;
margin: 0px auto 20px;
background-image: url(../grafiken/seitenaufbau/projekt_bg.png);
}
.true {
font-weight:bold;
color:#1CA91C;
margin-top: 10px;
margin-bottom: 10px;
}
.false {
font-weight:bold;
color:#FF0000;
text-align:center;
margin-top: 10px;
margin-bottom: 10px;
}
h1 {
font-size: 2.0em;
font-weight: bold;
margin: 0;
padding: 0;
}
a:link {
color: #000;
text-decoration: none;
}
a:visited {
color: #000;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
a:active {
color: #000;
text-decoration: none;
}
.textlink {
text-decoration: underline;
}
.textlink:hover {
color:#666;
text-decoration: underline;
}

