* {
padding: 0;
margin: 0;
}

body {
background-image: url(bilder/backgr.jpg);
background-repeat: repeat-x;
background-position: 5px 0;
}


#box {
margin: 65px 0 0 125px;
position: absolute;
width: 980px;
height: 535px;
background-color: #c6d4e0; 
}


#header {
margin: 10px 0 0 70px;
position: absolute;
background-color: #FFCC00;
color: #262626;
width: 686px;
height: 65px;
/*background-image: url(bilder/header.jpg);*/
padding: 10px 0 0 160px;
font-family: Comic Sans MS, Century Gothic, Arial sans-serif;
font-size: 26pt;
}


#menu a:link{
color: #262626;
text-decoration: none;
}

#menu a:visited {
color: #262626;
text-decoration: none;
}

#menu a:hover {
text-decoration: none;
color: #262626;
}

#menu a:active {
color: #262626;
text-decoration: none;
}


#menu {
margin: 87px 0 0 70px;
position: absolute;
width: 126px;
height: 500px;
color: #262626;
background-color: #CAE1FF;
font-family: Arial, serif;
font-size: 14pt;
font-weight: bold;
text-align: left;
padding: 25px 10px 0 15px;
}


#main a:link{
color: #262626;
text-decoration: none;
}

#main a:visited {
color: #262626;
text-decoration: none;
}

#main a:hover {
text-decoration: underline;
color: #262626;
}

#main a:active {
color: #262626;
text-decoration: none;
}



#main {
margin: 87px 0 0 221px;
position: absolute;
width: 665px;
height: 500px;
padding: 25px 15px 0 15px;
font-family: Arial, serif;
font-size: 13pt;
font-weight: bold;
text-align: justify;
background-color: #CAE1FF; 
}



#mainpic {
margin: 5px 0 0 540px;
position: absolute;
height: 280px;
width: 122px; 
background-image: url(birne.jpg);
}



#maintext {
margin: 0;
position: absolute;
height: 400px;
width: 540px;
font-size: 13pt;
text-align: justify;
background-color: #transparent;
}


#main_tab {
margin: 87px 0 0 221px;
position: absolute;
width: 695px;
height: 460px;
font-family: Arial, serif;
background-color: #CAE1FF; /* */
}


#footer {
margin: 616px 0 0 70px;
position: absolute;
font-size: 7pt;
font-family: Arial, serif;
height: 17px;
width: 145px;
color: #262626;
background-color: #transparent;
}

