/** Generated by FG **/
/*@font-face {
    font-family: 'Conv_gotham-light';
    src: url('../inc/fonts/gotham-light.eot');
    src: local('☺'), url('../inc/fonts/gotham-light.woff') format('woff'), url('../inc/fonts/gotham-light.ttf') format('truetype'), url('../inc/fonts/gotham-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Conv_gotham-medium';
    src: url('../inc/fonts/gotham-medium.eot');
    src: local('☺'), url('../inc/fonts/gotham-medium.woff') format('woff'), url('../inc/fonts/gotham-medium.ttf') format('truetype'), url('../inc/fonts/gotham-medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
/*@font-face {
    font-family: 'Conv_gotham-bold';
    src: url('../inc/fonts/gotham-bold.eot');
    src: local('☺'), url('../inc/fonts/gotham-bold.woff') format('woff'), url('../inc/fonts/gotham-bold.ttf') format('truetype'), url('../inc/fonts/gotham-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/



html{height:100%}

html, body
{
    width:100%;
    margin:0px;
    padding:0px;
    font-size:15px;
    font-family:'Conv_gotham-light',Sans-Serif;
    color:#082500;
}

body
{
    background:url('../images/bg_body.gif') center repeat-y #fff;
    position:relative;
    height:100%;
}

#container
{
    min-height:100%;
    width:890px;
    margin-right:auto;
    margin-left:auto;

    position:relative;
}

#top
{
    height:234px;
    background:url('../images/header_top.jpg');
}

#logo
{

    margin-top:40px;
    margin-left:40px;
    float:left;
}


#content
{
    margin-top:10px;
    margin-left:40px;
    margin-right:40px;
    padding-bottom:385px;
}



#footer
{
    position:absolute;
    bottom:0px;
    width:890px;
    height:360px;
    margin-left:auto;
    margin-right:auto;
    background:url('../images/bg_footer.png');
}

#copyright
{
    font-family:'Conv_gotham-light',sans-serif;
    position:absolute;
    text-align:center;
    width:890px;
    color:#fff;
    bottom: 30px;
    font-size:15px;
}
#blatt
{
    margin-top:-44px;
    margin-left:-30px;
    float:left;
}


#usermenuslider a, #adminmenuslider a
{
    color:darkblue;
    font-style:italic;
}
#adminmenuslider
{
    position:fixed;
    width:200px;
    right:-200px;
    height:100%;
    z-index:100000;
    background:#DDD;
    border-left:1px solid #AAA;
          -webkit-box-shadow: -3px 2px 3px #ccc;
    -moz-box-shadow: -3px 2px 3px #ccc;
    box-shadow: -3px 2px 3px #ccc;

}

#adminslider_open_close
{
    display:block;
    width:20px;
    position:absolute;
    height:auto;
    background:#DDD;
    top:50%;
    margin-top:-200px;
    left:-21px;
    text-align:center;
    padding-top:10px;
    padding-bottom:15px;
    -moz-border-top-left-radius:7px; /* Firefox */
    -webkit-border-top-left-radius:7px; /* Safari, Chrome */
    -khtml-border-top-left-radius:7px; /* Konqueror */
    border-top-left-radius:7px; /* CSS3 */
    -moz-border-bottom-left-radius:7px; /* Firefox */
    -webkit-border-bottom-left-radius:7px; /* Safari, Chrome */
    -khtml-border-bottom-left-radius:7px; /* Konqueror */
    border-bottom-left-radius:7px; /* CSS3 */
    color:#000;
    text-decoration:none;
    border-left:1px solid #AAA;
    border-top:1px solid #AAA;
    border-bottom:1px solid #AAA;
    -webkit-box-shadow: -3px 2px 3px #ccc;
    -moz-box-shadow: -3px 2px 3px #ccc;
    box-shadow: -3px 2px 3px #ccc;
    color:#000;
    font-style:normal;
}


#usermenuslider
{
    position:fixed;
    width:200px;
    left:-200px;
    height:100%;
    z-index:100001;
    background:#DDD;
    border-right:1px solid #AAA;
    -webkit-box-shadow: 3px 2px 3px #ccc;
    -moz-box-shadow: 3px 2px 3px #ccc;
    box-shadow: 3px 2px 3px #ccc;
}




#userslider_open_close
{
   display:block;
   width:20px;
   position:absolute;
   height:auto;
    background:#DDD;
   top:50%;
   margin-top:-200px;
   right:-21px;
  text-align:center;
  -moz-border-top-right-radius:7px; /* Firefox */
    -webkit-border-top-right-radius:7px; /* Safari, Chrome */
    -khtml-border-top-right-radius:7px; /* Konqueror */
    border-top-right-radius:7px; /* CSS3 */
    -moz-border-bottom-right-radius:7px; /* Firefox */
    -webkit-border-bottom-right-radius:7px; /* Safari, Chrome */
    -khtml-border-bottom-right-radius:7px; /* Konqueror */
    border-bottom-right-radius:7px; /* CSS3 */
   color:#000;
   text-decoration:none;
   padding-top:10px;
    padding-bottom:15px;
    border-right:1px solid #AAA;
    border-top:1px solid #AAA;
    border-bottom:1px solid #AAA;
          -webkit-box-shadow: 3px 2px 3px #ccc;
    -moz-box-shadow: 3px 2px 3px #ccc;
    box-shadow: 3px 2px 3px #ccc;
    color:#000;
    font-style:normal;

}

