BODY {
background-color:#D0D9E1;
color:#00324E;
margin:0px;
font-family:verdana, arial, ms sans serif;
font-size:12px;
}

h2 {
font-family:georgia;
font-size:18px;
font-weight:bold;
margin:0px;
}

hr {
background-color:#00417C;
height:2px;
margin-top:10px;
border:solid #00417C 1px;
}

/* Stichwörter */
div#schach {
display:none;
position:absolute;
left:-2000px;
top:-2000px;
}

/* Header */
#header {
width:100%;
height:250px;
background-color:#FFFFFF;
background-image: url(/layout/header_hintergrund.jpg);
}

/* Linie (Tabelle) unter dem Header */
#headerlinie {
width:100%;
height:25px;
background-color:#00324E;
}

/* Inhaltstabelle */
div#inhalt {
margin:25px;
}

/* Textbereich */
div#text {
border:dashed #29516B 1px;
padding:20px;
background-color:#DEDEDE;
}

/* Linie */
div#linie {
border:solid #00417C 1px;
background-color:#00417C;
height:1px;
margin-top:8px;
margin-bottom:8px;
}

/* Linie zwischen News */
div#linie_news {
border:solid #999999 1px;
background-color:#CCCCCC;
height:1px;
margin-top:8px;
margin-bottom:8px;
}

a:link {text-decoration:none; color:#00324E;}
a:visited {text-decoration:none; color:#00324E;}
a:hover {text-decoration:none; color:#345A91;}
