﻿* {
margin: 0;
}

.siteFrame
{
    
    -moz-border-radius: 9px; 
    border-radius: 9px;
    margin: 10px auto 10px;
    max-width: 980px;
    min-height: 100%;
    height: auto !important;
    display: block;
    overflow:hidden;
    background: #5f7992 url(../Images/bg_container.gif) repeat-x;
}

.logo
{
    background: url('../Images/logo.gif');
    display: block;
    width: 225px;
    height: 60px;
    text-decoration: none;
}

.sideMenuHeader
{
 background-color: #164677;
 color: #ff9933;
 font-family: arial, helvetica, sans-serif;
 font-size: 0.9em;
 font-weight: bold; 
 padding: 7px 10px; 
 width: 138px; 
 border-radius: 5px 5px 0px 0px; 
 -moz-border-radius: 5px 5px 0px 0px; 
 -webkit-border-radius: 5px 5px 0px 0px; 
 border: 1px solid #164677;   
}


body 
{
    background: #666E7B url(../Images/bg_body.gif) repeat-x;
    height: 100%;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.listbox {
font-size: 11px;
padding: 5px 10px 10px;
line-height: 18px;
margin: 0px;
background: #466176;
width: 138px;
border-radius: 0px 0px 5px 5px; 
-moz-border-radius: 0px 0px 5px 5px; 
-webkit-border-radius: 0px 0px 5px 5px; 
border: 1px solid #164677;
}
.listbox ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
background-color: inherit;
}
.listbox li {
list-style: none;
}
.listbox a {
font-weight: bold;
text-decoration: none;
color: White;
}





.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}



/* main layout
----------------------------------------------------------*/
.content-wrapper {
     margin: 0 auto;
     /* max-width: 960px; */
}

#body {
    clear: both;
    padding-bottom: 35px;
    padding-top: 10px;
    height: 100%;
}


    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }
    
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
 margin: 0 auto -4em;
 max-width: 960px;
}


   
header .content-wrapper {
    padding-top: 10px; 
    margin-left: 0px;
}





/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 13px;
    margin: 0 10px 10px;
    text-align: right;
    color: White;
    border: 1px solid #9a9a9a;
    padding: 5px 5px 5px 5px;
}

    #login a 
    {
        color: White;
        margin-left: 10px;
        margin-right: 3px;
        /*padding: 2px 3px;*/
        text-decoration: none;
        font-family: Trebuchet MS, Arial, Lucida Sans,arial, verdana, helvetica, sans-serif;
    }
    
    #login a:hover
    {
     color: #ff9933;   
    }

    #login a.username 
    {
        color: #FF9933;
        background: none;
        margin-left: 0px;
        text-decoration: none;
    }

    #login ul {
        margin: 0 0 0 -25px;
    }

    #login li {
        display: inline;
        list-style: none;
    }

.ico-register {
    background: url("../Images/header/MP3-Tag-icon.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}

.ico-logout {
    background: url("../Images/header/Windows-Log-Off-icon.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}

.ico-bieden {
    background: url("../Images/header/Blogger-icon.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}


.ico-login {
    background: url("../Images/header/Windows-Log-Off-icon.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}

