style.css
body
{
background-color: #FFFFFF;
margin: 0px;
padding:0px;
font-family: arial;
font-size: 13px;
Color: #333333;
}
header
{
position: absolute;
width : 100%;
background-image: url(top_mitte.jpg);
height: 130px;
margin:0px;
}
top-links
{
width: 169px;
height: 130px;
left: 0px;
float: left;
}
top-rechts
{
float: right;
right: 0px;
width: 114px;
height: 130px;
text-align: right;
}
hund
{
position: absolute;
margin-left: 0px;
margin-top: 130px;
width : 169px;
height: 30px;
}
navigation
{
position: absolute;
margin-left: 0px;
margin-top: 170px;
width : 169px;
}
content
{
position: absolute;
margin-top: 150px;
margin-left: 190px;
width: 560px;
}
div.navipunkt
{
background-image: url(navigation.jpg);
width: 169px;
height: 41px;
margin-top: 8px;
}
/* Überschriften und Texte */
h1
{
font-family: arial;
font-size: 18px;
font-weight: bold;
Color: #333333;
}
h2
{
font-family: arial;
font-size: 13px;
font-weight: bold;
Color: #333333;
}
/* Links */
A.navi:ACTIVE, A.navi:LINK, A.navi:VISITED
{
Color: #333333;
Text-Decoration: none;
}
A.navi:Hover
{
Color: #333333;
Text-Decoration: underline;
}
A.text:ACTIVE, A.text:LINK, A.text:VISITED
{
Color: #333333;
Text-Decoration: underline;
}
A.text:Hover
{
Color: #333333;
Text-Decoration: none;
}
/* Tabellen */
table.tabelle1
{
border-collapse: collapse;
background-color: #FFE4CA;
border: solid 1px #FFB366;
line-height: 18px;
margin-top: 10px;
}
table.tabelle2
{
border-collapse: collapse;
background-color: #DDE6EE;
border: solid 1px #5A84AD;
line-height: 18px;
margin-top: 10px;
}
table.anmelden
{
border-collapse: collapse;
background-color: #EFF7E8;
border: solid 1px #D8EBC7;
line-height: 18px;
margin-top: 10px;
}
/* Navigation */
a.navigation
{
display:block;
padding: 0.2em;
text-decoration: none; font-weight: bold;
color: #000000;
}
a.navigation:hover
{
border-color: white;
border-left-color: black; border-top-color: black;
color: black;
text-decoration: underline;
}