/* 
    Document   : style
    Created on : 05.04.2013, 09:29:18
    Author     : thomas
    Description:
        Purpose of the stylesheet follows.
*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: initial;
    font-size: 90%;;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    min-width: 1000px;
    min-height: 768px;
    color: #303030;
    text-align: justify;
}

ul {
    margin-left: 25px;
}

li {
    list-style: circle;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}
/* Links */
a:link, a:active, a:visited {
    text-decoration: none;
    color: #112F75;
}

a:hover {
    text-decoration: underline;
}

a.rg:link, a.rg:active, a.rg:visited {
    text-decoration: none;
    color: #7E7E7E;
}

a.rg:hover {
    text-decoration: underline;
}
/*
a#fb:link, a#fb:active, a#fb:visited {
    background-image: url(../img/facebook.png);
    width: 36px;
    height: 36px;
}

a#fb:hover {
background-image: url(../img/facebook_hover.png);
}*/


h1 {
    font-size: 150%;
    font-weight: bold;
    color: #112F75;
    border-bottom: 1px solid #7E7E7E;
    line-height: 25px;
}

.overview {
    font-weight: bold;
    text-align: center;
    font-size: 110%;
    border: 1px solid #d1d1d1;
    padding: 10px 0px;
    margin: 5px 0px;
    width: 180px;
}

.overview:hover {
    color: #ffffff;
    background-color:  #112F75;
}

.rg_left {
	width: 200px;
	float: left;
}

.rg_right {
	float: right;
	width: 700px;
}

.fb {
    background-image: url(../img/facebook.png);
    width: 24px;
    height: 24px;
    float: right;
/*    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: 420px;*/
}

.fb:hover {
    background-image: url(../img/facebook_hover.png);
}

#footer-content-left {
    height: 30px;
    width: 420px;
    text-align: left;
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: -460px;
}

#footer-content-right {
    height: 30px;
    width: 420px;
    text-align: right;
    position: fixed;
    bottom: 0px;
    left: 52%;
}

#bg-menu {
    background-image: url(../img/bg-menu.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 921px;
    height: 35px;
    position: fixed;
    top: 250px;
    left: 50%;
    margin-left: -460px;
    float: left;
    z-index: 2;
}

.content {
	/*background-image: url(../img/bg-content.gif);
    background-position: bottom left;
    background-repeat: no-repeat;*/
    width: 900px;
    position: relative;
    padding-top: 300px;
/*    border-top: 300px solid #ffffff;*/
    border-bottom: 60px solid #ffffff;
    left: 50%;
    margin: 0px;
    margin-left: -460px;
    z-index: 1;
}
.rg_content {
	vertical-align: top;
}

#header {
    background-image: url(../img/header.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 921px;
    height: 250px;
    position: fixed;
    left: 50%;
    margin-left: -460px;
    float: left;
    z-index: 2;
}

#header-spacer {
    background-image: url(../img/spacer-header.gif);
    background-position: top left;
    background-repeat:  repeat-x;
    width: 100%;
    height: 270px;
    position: fixed;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

#footer-spacer {
    background-color: #EAEFF2;
    border-top: 4px solid #112F75;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #7E7E7E;
    z-index: 2;
}

#footer-content {
    height: 36px;
    width: 921px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: 460px;
}

#m_o {
    padding-top: 8px;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 90px;
    height: 35px;
}

#m_o:hover {
    background-image: url(../img/bg-mo.gif);
    background-position: top left;
    background-repeat: no-repeat;
    color: #EAEFF2;
}
#m_o_l {
    width: 500px;
    height: 50px;
    float: left;
    margin-top: -1px;
}

#m_o_r {
    width: 300px;
    height: 30px;
    text-align: right;
    float: right
}

#up {
    float: right;
}