﻿/*---------------------------------------------*/
/* POSITIONIERUNG                              */
/*---------------------------------------------*/
#left {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 100%;
    background-color: #00007F;
    }
#menu {
    position: fixed;
    top: 0;
    left: 30px;
    }
#content {
    position: absolute;
    top: 0px;
    left: 170px;
    width: 60%;
    margin-right: 40px;
    }
.right {
    position: fixed;
    top: 0px;
    left: 80%;
    width: 20%;
    height: 100%;
    background-color: #00007F;
    }


/*---------------------------------------------*/
/* Newsbox                                     */
/*---------------------------------------------*/
div {
    margin:0;
    }
.newsbox {
    background-image: url(gifs/backgr2.gif);
    margin-left: 7%;
    width: 75%;
    }
.ro {
    background-image: url(gifs/box_ro.jpg);
    background-position: top right; 
    background-repeat: no-repeat;
    }
.lo {
    background-image: url(gifs/box_lo.jpg);
    background-position: top left; 
    background-repeat: no-repeat;
    }
.ru {
    background-image: url(gifs/box_ru.jpg);
    background-position: bottom right; 
    background-repeat: no-repeat;
    }
.lu {
    background-image: url(gifs/box_lu.jpg);
    background-position: bottom left; 
    background-repeat: no-repeat;
    }
.newscontent {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    }

/*---------------------------------------------*/
/* Link im Menü Level 1                        */
/*---------------------------------------------*/
a.level1 {
    margin-top:0;
    margin-left:0;
    padding-left: 10px;
    font-weight: bold;
    font-size: 15pt;
    text-decoration:none;
    font-family: Comic Sans MS;
    background-image: url(gifs/bg_menu.gif);   
    width: 115px;
    height: 30px;
    display:block;
    }
a.level1:link {
    color: 101010;
    }
a.level1:visited {
    color:black; 
    }
a.level1:hover {
    color:white; 
    }
a.level1:active {
    color:white; 
    }


/*---------------------------------------------*/
/* Link im Menü Level 2                        */
/*---------------------------------------------*/
a.level2 {
    margin-top:0;
    margin-left:0;
    padding-left: 20px;
    font-size: 11pt;
    font-weight: bold;
    text-decoration:none;
    font-family: Comic Sans MS;
    background-image: url(gifs/bg_menu.gif);   
    width: 105px;
    height: 20px;
    display:block;
    }
a.level2:link {
    color: black;
    }
a.level2:visited {
    color:black; 
    }
a.level2:hover {
    color:white; 
    }
a.level2:active {
    color:white; 
    }


/*---------------------------------------------*/
/* Überschriften                               */
/*---------------------------------------------*/
h1 {
    font-family: Comic Sans MS;
    font-weight: bold;
    color: #00007F;
    margin-left: 24px;
   }
h2 {
    font-family: Comic Sans MS;
    font-weight: bold;
    color: #00007F;
    margin-left: 20px;
   }
h3 {
   font-family: Comic Sans MS;
   font-weight: bold;
    color: #00007F;
    margin-left: 15px;
   }


/*---------------------------------------------*/
/* Listen                                      */
/*---------------------------------------------*/
ul {
   list-style-position: outside;
   list-style-type: none;
   list-style-image: url(none); 
   }


/*---------------------------------------------*/
/* Ausrichtungen                               */
/*---------------------------------------------*/
#bottom {
    position:absolute; 
    bottom: -50px;
    left: 0px;
   }