* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
}

body {
  font: 12px Verdana, sans-serif;
  line-height: 16px;
}

#page {
    position: absolute;
    top: 0%;
    left: 50%; 
    /*width: 964px; */     
    width: 966px;
    border-right: 1px solid #00237e;
    border-top: 1px solid #00237e;
    margin: 10px 0px 10px -482px;
    background-color: #00237e;
}

#header {
    position: relative;
    left: 0px;
    height: 50px;
    border: 0px;
    background-color: white;
    border-left: 1px solid #00237e;
}

#logo {
    position: absolute;
    left: 10px;
    top: 8px;
    display: inline;
}

#slideshow {
    width: 756px;
    height:78px;
    background-image: url(slideshow.jpg);
    background-repeat: no-repeat;
}

#meta_navigation {
    position: absolute;
    left: 779px;
    top: 25px;
    display: inline
}

#meta_navigation a {
    text-decoration: none;
    font-weight: bold;
    color: #00237e;
    font-size: 10px;
}

#meta_navigation a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
}


#meta_navigation a.navigation_active {
    color: black;
}


#left {
    position: relative;
    top: 0px;
    width: 209px;
    float: left;
    display: block;
    clear: both;
}

/* ############################
#  Navigation linke Spalte
############################# */

#navigation {
     width: 209px;
     background-color: #fda307;
}


#navigation a {
    text-decoration: none;
    font-weight: bold;
    color: #00237e;
}

#navigation a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

#navigation ul {
    width: 100%;
    list-style: none;
}

#navigation ul.level1 li {
    border-bottom: 1px solid white;
    padding-left: 0px;
    background-color: #fda307;
    line-height:26px;
  height: auto !important;
	height: 26px;
}
/*
#navigation ul.level1 li {
    border-bottom: 1px solid white;
    min-height: 26px;
    //height: 26px;
    padding-left: 0px;
    background-color: #fda307;
}*/

#navigation ul.level1 img {
    position: relative;
    top: 5px;
    left: 12px;
    margin-right: 3px;
}

#navigation ul.level1 li a {
    position: relative;
    top: 5px;
    margin-left: 15px;
}

#navigation ul.level2 {
    background-color: #fdc666;
    padding-bottom: 10px;
        width:auto;
}

#navigation ul.level2 li {
    min-height: 22px;
    /*height: 22px;*/
    padding-left: 10px;
    border-bottom: none;
    background-color: #fdc666;
}

#navigation ul.level3 {
    background-color: #fdc666;
        width:auto;
}

#navigation ul.level3 li {
    min-height: 22px;
    /*height: 22px;*/
    padding-left: 15x;
    border-bottom: none;
    background-color: #fdc666;
}

#navigation li.navigation_active a {
    color: black;
}

 

#right {
    width: 756px;
    /*width: 755px;*/     
    float: right;
    display: inline;
    background-color: white;
}

#print_link {
    position: relative;
    top: 20px;
    left: 724px;
    width: 50px;
}

#content {
    display: block;
    padding: 30px;
    background-color: white;
    height: 100%;
    min-height: 330px;    
    width: 695px;
    /*width: 100%;
    //height: 380px;*/
}

#language_selector {
    position: relative;
    background-color: #00237e;
    height: 26px;
    width: 100%;
    border-bottom: 1px solid white;
}

#flags {
    position: relative;
    left: 662px;
    top: 7px;
    width: 100px;
    display: inline;
}

#flags img {
    border: 1px solid darkgray;
}

#slideshow {
    position: relative;
    display: block;
    width: 756px   
}

#footer {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid white;
    background-color: #00237e;
    bottom: 0px !important;
    height: 10px;
}
