body {
background-image: url("images/kachel.gif");
background-repeat: repeat-all;
font-family: tahoma, verdana, sans-serif;
background-attachment:fixed;
font-size: 12px;
}

/* Damit auch beim IE das Logo im Vordergrund ist */
.position {
position: relative;
}

/* Logo */
.stempel {
z-index: 100;
text-align: center;
}

/* Bilder */
img {
border: 0;
}

/* links */
a {
color: black;
font-weight: bold;
text-decoration: none;
}

/* Links und Tabellenstil auf der Lösungsseite */
a.ls {
 font-weight:normal;
 text-decoration:underline;
}

a.ls:hover {
 color:gray;
}

a.ls:visited {
 color:gray;
}

table.lsg {
 padding:10px 0 10px 0;
}

table.lsg td {
 border-bottom:1px solid lightgrey;
}

table.lsg tr.last td, table.lsg tr.first td {
 border:0;
}


/* Ueberschrift Quicklinks */
h1 {
font-size: 18px;
text-align:center;
}

h2 {
font-size: 16px;
text-align:center;
}

/* Grosse Navigations-box */
.navi {
position: absolute;
float: left;
height: 600px;
}

/* einzelne Navigationsbuttons */
.nav1 {
z-index: 10;
background-image: url("images/button_off.gif");
background-repeat: no-repeat;
height: 38px;
width: 115px;
font-family: serif;
padding-top: 7px;
padding-left: 30px;
font-family: "Comic Sans MS";
font-size: 1.2em;
}

/* OnMouseOver ohne JS */
.nav1:hover {
background-image: url("images/button_on.gif");
}

/* Quicklinks-Box rechts */
.quicklinks {
position: relative;
float: right;
border-style: solid;
border-color: gold;
border-top-color: #FFF000;
border-bottom-color: #CFAF01;
width: 170px;
margin-left: 5px;
margin-right: 10px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 15px;
/* -moz-border-radius: 30px; */
background-image: url("images/1px.png");
}

/* Hover fuer Quicklinks, damit kan die einzelnen Links besser erkennen kann */
.qlhover:hover {
background-color: gold;
}

.qlhover_menu {
display: block;
border:2px transparent solid;
padding-left:2px;
}
.qlhover_menu:hover {
background-color: gold;
border:2px gold solid;
}


/* Inhalt */
.content {
/* -moz-border-radius: 30px; */
z-index: 0;
background-image: url("images/1px.png");
border-style: solid;
border-color: gold;
border-top-color: #FFF000;
border-bottom-color: #CFAF01;
margin-left: 80px;
margin-top: -30px;
padding-top: 50px;
margin-right: 220px;
padding-right: 10px;
padding-left: 50px;
padding-bottom: 20px;
}

/* IE Fix*/
.contentholder {
width:100%;
overflow:auto;
margin:0;
border:0;
padding:0;
}

/* fuer die kleine Laboricons bei Neuste Labore */
.icons {
float: left;
padding-right: 2px;
}

/* Tabelle fuer News und Labore*/
table {
border-style: solid;
border-width: 1px;
border-color: gold;
width: 100%;
}

/* damit der Inhalt nicht direkt am border klebt */
td {
padding: 3px;
font-size:14px;
}

td.lab {
padding: 3px;
font-size:14px;
border: 1px;
border-style: solid;
border-color: gold;
}


/* textausrichtung rechts; IE-Kompatibel */
.alignright {
text-align: right;
margin:0;
border:0;
padding:0;
}

/* zum besseren trennen der einzelnen bereiche */
.abdunkeln {
background-color: white;
font-weight: bold;
font-size: 14px;
}

/* border oben und unten einfaerben */
.newstext {
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: gold;
border-bottom-color: gold;
}

/* uebergroesse bei labore */
.tableholder
{
width: 100%;
overflow: scroll;
}

.center {
text-align: center;
margin: 0;
}

.error {
color: red; 
font-weight: bold
}
