/* CSS Document */
h1 {
margin-left: 30px;
margin-bottom: 20px;
color: white;
}
h2 {
margin-left: 20px;
margin-top: 10px;
}
h3 {
margin-top: 3px;
font-size: 0.8em;
}

#hauptinhalt {
padding: 10px;
}
.kasten {
background: url('../img/kasten_uebersicht.png') no-repeat;
text-align: center;
width: 140px;
height: 140px;
margin: 10px;
float:left;
padding-top: 3px;
}
.kasten p {
font-size: 0.7em;
margin-top: -5px;
text-decoration: none;
}
.kasten img {
margin: 5px;
width: 71px;
height: 71px;
}
.archivkasten {
background: url('../img/archivkasten_uebersicht.png') no-repeat;
text-align: center;
width: 140px;
height: 560px;
margin: 10px;
float:left;
padding-top: 3px;
}
.archivkasten p {
font-size: 0.7em;
margin: 0;
}
.leerkasten {
background: url('../img/leerkasten_uebersicht.png') no-repeat;
text-align: center;
width: 140px;
height: 140px;
margin: 10px;
float:left;
padding-top: 3px;
}
.ftkasten {
background: url('../img/ftkasten_uebersicht.png') no-repeat;
text-align: center;
width: 140px;
height: 140px;
margin: 10px;
float:left;
padding-top: 3px;
}
.ftkasten p {
font-size: 0.7em;
margin-top: -5px;
text-decoration: none;
}
.ftkasten img {
margin: 5px;
width: 71px;
height: 71px;
}
.wgkasten {
background: url('../img/wgkasten_uebersicht.png') no-repeat;
text-align: center;
width: 140px;
height: 140px;
margin: 10px;
float:left;
padding-top: 3px;
}
.wgkasten p {
font-size: 0.7em;
margin-top: -5px;
text-decoration: none;
}
.wgkasten img {
margin: 5px;
width: 71px;
height: 71px;
}
a:link {
color: #000;
text-decoration: none;
}
a:visited {
color: #333;
}
a:hover, a:active {
color: #fff;
}
p {
margin: 20px;
}
hr {
color: #fff;
width: 100%;
margin: 0 auto;
}
