
body {
color: #2f3191;
font-family: Arial; sans-serif;
font-size: 12pt;
font-weight: bold;
scrollbar-base-color: #2f3191;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
}

h1 {
font-size: 14pt;
font-weight: bold;
}

p {
font-size: 12pt;
}

/*navi-button für aktive Seite*/
.linkaktiv {
font-size: 12pt;
font-weight: bold;
width: 130px;
color: #ff0000;
background-color: #2f3191;
}

/*navi-button für nicht-aktive Seiten*/
.link {
font-size: 12pt;
font-weight: bold;
width: 130px;
color: #ffffff;
background-color: #2f3191;
}


A:link, A:visited, A:active {
text-decoration: none;
color: #ffffff;
}

A:hover {
text-decoration: none;
color: #ffffff;
background-color: #ff0000;
}

/*Logo und Navigation*/
#navi {
margin: 0px;
width: 760px;
height: 100px;
position absolute; top:0px; left: 20px;
}


/*Hauptteil*/
#main {
margin: 0px;
width: 760px;
position absolute; top: 100px; left: 20px;
}

.orange {
font-family: "Lucida Handwriting", "Comic Sans MS", serif;
font-size: 20pt;
font-weight: bold;
color: #ff0000;
}

.orangeklein {
font-family: "Lucida Handwriting", "Comic Sans MS", serif;
font-size: 12pt;
font-weight: bold;
color: #ff0000;
text-decoration: underline;
vertical-align: top;
}

.blue {
font-family: Arial, sans-serif;
font-size: 17pt;
font-weight: bold;
color: #2f3191;
}

.rot {
font-family: Arial, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #ff0000;
}

/*Blasenbild*/
#blasen {
position: absolute;
top: 275px;
left: 620px;
}

/*Getraenkebild*/
#getraenk {
position: absolute;
top: 337px;
left: 590px;
}


/*Betkebild*/
#betke {
position: absolute;
top: 362px;
left: 590px;
}

.punkte {
color: #ff0000;
font-weight: bold;
font-size: 16pt;
}