/*
Author: Janosch Neuweiler
*/

/* ---------- general settings ---------- */
body {
    background-color: #99CCFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

h1,h2,h3,h4,h5,h6 { color: #006760; margin: 0.4em 0em 0.2em 0em; padding: 0px; }
h1 {
    display: block;
    width: 80%;
    margin: 1em auto 1em auto;
    border-bottom: 1px solid #006760;
    text-align: center;
}

a { text-decoration: none; color: #0000CC; }
a:visited { color: #000099; }
a:hover { color: #6666FF; }

img { border: none; }

.center { text-align: center; }
img.center { display: block; margin: 10px auto; }

/* ---------- site layout ---------- */
#main {
    width: 927px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: white;
    -moz-border-radius-bottomright: 5px; /* forward compatibility */
    -khtml-border-bottom-right-radius: 5px; /* forward compatibility */
    -webkit-border-bottom-right-radius: 5px; /* forward compatibility */
    border-bottom-right-radius: 5px;
}

/* ---------- header layout ---------- */
#header {
    width: 927px;
    height: 154px;
    background: url(images/banner_927x154.jpg) no-repeat;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

/* ---------- navigation bar layout ---------- */
#navbar {
    width: 927px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    background-color: #EECC33;
    border-bottom: 1px solid black;
    line-height: 25px;
    vertical-align: middle;
}
#nav_location {
    float: left;
    width: 148px;
    height: 25px;
    overflow: hidden;
    margin: 0px;
    padding: 0px 5px;
    line-height: 25px;
    vertical-align: middle;
}
#nav_center {
    float: left;
    height: 25px;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    line-height: 25px;
}
#nav_center ul {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#nav_center li {
    float:left;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#nav_center li a {
    display: block;
    height: 17px;
    margin: 3px 2px 1px 2px;
    padding: 2px 4px;
    color: #006760;
    border: 1px solid #999999;
    border-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    vertical-align: middle;
    -moz-border-radius-topleft: 5px; /* forward compatibility */
    -moz-border-radius-topright: 5px; /* forward compatibility */
    -khtml-border-top-left-radius: 5px; /* forward compatibility */
    -khtml-border-top-right-radius: 5px; /* forward compatibility */
    -webkit-border-top-left-radius: 5px; /* forward compatibility */
    -webkit-border-top-right-radius: 5px; /* forward compatibility */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#nav_center li a:hover, #nav_center li a:focus {
    margin: 2px 1px 1px 1px;
    border: 2px solid black;
    border-bottom: 0px;
    color: black;
}
#nav_center a.sec1 { background-color: #b2bcff; }
#nav_center a.sec2 { background-color: #a1d5f5; }
#nav_center a.sec3 { background-color: #a1e6e1; }
#nav_center a.sec4 { background-color: #b4ffc9; }
#nav_center a.sec5 { background-color: #cfffb4; }
#nav_center a.active {
    height: 18px;
    margin: 2px 1px 0px 1px;
    border: 2px solid black;
    border-bottom: 0px;
    color: black;
}
#nav_center a.active:hover, #nav_center a.active:focus { margin: 2px 1px 0px 1px; }
#nav_search {
    float: right;
    height: 25px;
    overflow: hidden;
    margin: 0px;
    padding: 0px 5px;
    line-height: 25px;
    vertical-align: middle;
}

/* ---------- centerbox layout ---------- */
#centerbox {
    width: 927px;
    margin: 0px;
    padding: 0px;
    padding-top: 8px;
    background-color: #b2bcff;
}
#centerbox.sec1 { background-color: #b2bcff; }
#centerbox.sec2 { background-color: #a1d5f5; }
#centerbox.sec3 { background-color: #a1e6e1; }
#centerbox.sec4 { background-color: #b4ffc9; }
#centerbox.sec5 { background-color: #cfffb4; }

/* ---------- sidebar layout ---------- */
#sidebar {
    float: left;
    width: 160px;
    margin: 0px;
    padding: 10px 0px;
    overflow: hidden;
    font-size: 16px;
    background-color: #b2bcff;
}
#sidebar.sec1 { background-color: #b2bcff; }
#sidebar.sec2 { background-color: #a1d5f5; }
#sidebar.sec3 { background-color: #a1e6e1; }
#sidebar.sec4 { background-color: #b4ffc9; }
#sidebar.sec5 { background-color: #cfffb4; }
#sidebar ul {
    list-style: none;
    margin: 0px 0px 4px 0px;
    padding: 0px;
}
#sidebar ul ul { margin-left: 10px; font-size: 12px; }
#sidebar a {
    display: block;
    margin: 1px 2px 0px 5px;
    padding: 0px 0px 0px 5px;
    font-weight: bold;
    color: black;
}
#sidebar ul ul a { font-weight: normal; color: #444444; }
#sidebar a.active {
    margin-left: 0px;
    border-left: 5px solid #CCCCCC;
    background-color: #EEEEFF;
}
#sidebar.sec1 a.active { border-left: 5px solid #7180e5; }
#sidebar.sec2 a.active { border-left: 5px solid #5681d8; }
#sidebar.sec3 a.active { border-left: 5px solid #35b4ab; }
#sidebar.sec4 a.active { border-left: 5px solid #47b265; }
#sidebar.sec5 a.active { border-left: 5px solid #7adc63; }
#sidebar a:hover {
    margin-left: 0px;
    border-left: 5px solid #CCCCCC;
    background-color: #EEEEFF;
}

/* ---------- contentbox layout ---------- */
#contentbox {
    margin: 0px;
    margin-left: 160px;
    padding: 5px 15px 15px 15px;
    width: 737px;
    overflow: hidden;
    background-color: white;
    -moz-border-radius-topleft: 5px; /* forward compatibility */
    -khtml-border-top-left-radius: 5px; /* forward compatibility */
    -webkit-border-top-left-radius: 5px; /* forward compatibility */
    border-top-left-radius: 5px;
}

/* ---------- footer layout ---------- */
#footer {
    clear: both;
    margin: 0px;
    padding: 0px;
    background-color: #EECC33;
    -moz-border-radius-bottomright: 5px; /* forward compatibility */
    -khtml-border-bottom-right-radius: 5px; /* forward compatibility */
    -webkit-border-bottom-right-radius: 5px; /* forward compatibility */
    border-bottom-right-radius: 5px;
}
