@charset "UTF-8";
.kursiv { font-style:italic; }
.klein { font-style:italic; font-size:80%; }
.grosskursiv { font-style:italic; font-size:200%; }
.fettsmall { font-weight:bold; font-size:90%; }
.fett { font-weight:bold; font-size:110%; }
.fetter { font-weight:bold; font-size:140%; }
.fettred { font-weight:bold; font-size:110%; color:#FF0000 }
.unterstrichen {text-decoration: underline;}

/* Global settings */

* { margin:0; padding:0;}
body {
padding:0;
margin:0;
text-align: center;
font-family: arial;
style="font-family:Arial,'Times New Roman',Times,serif"
}

p {
align: justify;
}

ul, li {
list-style-type: none;
padding:0;
margin:10px;
text-align: left;
}

div#page {

background-image:url(../Bilder/rect2246.png); background-repeat:repeat-y;
margin: 10px auto;
width: 800px;
}

img#logo {
float:left;
width:241px;
height:149px;
border: 1px;
}
h1#title {
text-align:center;
height: 149px;
border: 3px;
}
div#header {border: 5px;}

div#main {
margin: 20px 10px;
}

div#navi {
clear:left;
float:left;
background: #FFFFFF;
border:0px;
width: 221px;

}

div#content {
/*float:right;*/

background-color:##FFFFFF;
}
div#test {
background-color: #00FFFF;
border: 2px dashed;
float:right;
height:20px;
}

div#footer {
clear:left;
}
