*
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

body
{
    margin: 0px;
    padding: 0px;
    background-color: #CEE2EE;
    width: 100.0%
}

img
{
   border: 0px;
}

p
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

h1
{
    font-size: 11.5pt;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    color: #356F93;
}

h2
{
    font-size: 10pt;
    margin: 0px;
    padding: 7px 0px 7px 0px;
    color: #356F93;
}

h3
{
    font-size: 9pt;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    color: #356F93;
}

h4
{
    font-size: 8pt;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #356F93;
}

h5
{
    font-size: 8pt;
    margin: 0px;
    padding: 0px 0px 3px 0px;
    color: #356F93;
}

h6
{
    font-size: 7pt;
    margin: 0px;
    padding: 0px 0px 3px 0px;
    color: #356F93;
}

hr
{
    height: 1px;
    border-top: 1px solid #C6C7FE;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.biggerFonts
{
    font-size: 12px;
}

.reportText
{
    line-height: 1.4em;
}

/* LAYOUT 
   ================================================================== */

#printHeader
{
    display: none;
}

.clear
{
    clear: both;
}

html, body
{
    
}

body
{
    background-repeat: repeat-x;
    background-image: url(http://www.mein-fang.de/images/bgGradient.png);
}

/*
body.defaultContent #content
{
    background-image: url(http://www.mein-fang.de/images/bgBody.png);
    background-repeat: repeat-y;
}

body.twoColsContent #content
{
    background-image: url(http://www.mein-fang.de/images/bgBodyTwoCols.png);
    background-repeat: repeat-y;
}

body.threeColsContent #content
{
    background-image: url(http://www.mein-fang.de/images/bgBodyThreeCols.png);
    background-repeat: repeat-y;
}

body.threeColsDarkContent #content
{
    background-image: url(http://www.mein-fang.de/images/bgBodyThreeColsDark.png);
    background-repeat: repeat-y;
}

body.twoColsCenteredContent #content
{
    background-image: url(http://www.mein-fang.de/images/bgBodyTwoColsCentered.png);
    background-repeat: repeat-y;
}
*/
#container
{
    
}

html>body #container
{
    
}

#randTopBanner
{
    width: 900px;
    margin: 0px auto 0px auto;
    text-align: center;
}

#headerContainer
{
    height: 68px;
}

    #header
    {
        height: 68px;
        width: 900px;
        margin: 0px auto auto auto;
        background-color: #3B759D;
        background-image: url(http://www.mein-fang.de/images/bgHeader.jpg);
        background-repeat: no-repeat;
        border-top: 1px solid #CEE2EE;
        border-right: 1px solid #CEE2EE;
        border-left: 1px solid #CEE2EE;
    }
    
        #headerLogo
        {
            width: 306px;
            height: 68px;
            float: left;
        }
        
        #headerImage
        {
            width: 900px;
            height: 68px;
        }
            
            #headerSearch
            {
                width: 200px;
                margin: 10px 0px 0px 350px;
                float: left;
            }
                
                #headerSearch a
                {
                    color: white;
                }
            
            #headerLogin
            {
                float: left;
                margin: 10px 0px 0px 100px;
                width: 230px;
            }
            
                #headerLoginStatus
                {
                    margin-top: 5px;
                    color: white;
                    font-weight: bold;
                }
                
                    #headerLoginStatus a
                    {
                        color: white;
                        font-weight: bold;
                    }
                
                #headerLoginUser
                {
                    
                }
                
                    #headerLoginUser input
                    {
                        width: 100px;
                        font-size: 7pt;
                    }
                
                #headerLoginPass
                {
                    margin-top: 2px;
                }
                
                    #headerLoginPass input
                    {
                        width: 100px;
                        font-size: 7pt;
                    }
                    
                    #headerLoginPass button
                    {
                        width: 38px;
                        font-size: 7pt;
                    }
                
                #headerRegister
                {
                    width: 150px;
                    font-size: 7pt;
                    margin-top: 5px;
                }
                
                    #headerRegister a
                    {
                        font-size: 7pt;
                        color: white;
                        font-weight: normal;
                    }

#menuContainer
{
    clear: left;
    height: 30px;
}

    #menu
    {
        z-index: 9999999;
        height: 30px;
        width: 900px;
        margin: 0px auto 0px auto;
        background-color: #3B759D;
        padding: 0px 0px 0px 0px;
        border-right: 1px solid #CEE2EE;
        border-left: 1px solid #CEE2EE;
    }
    
        ul.mainMenu
        {
            z-index: 9999999;
            padding: 0px;
            margin: 0px;
            list-style: none;
        }
        
            ul.mainMenu li
            {
                z-index: 9999999;
                float: left;
                position: relative;
            }
            
                ul.mainMenu li ul
                {
                    margin: 0px;
                    padding: 2px 0px 10px 3px;
                    display: none;
                    position: absolute; 
                    top: 30px;
                    left: 0px;
                    background: #EAEAEA;
                    list-style: none;
                    z-index: 9999999;
                }
                
                ul.mainMenu li > ul
                {
                    top: 30px;
                    left: 0px;
                }
                
                ul.mainMenu li:hover ul, ul.mainMenu li.over ul
                {
                    display: block;
                }
                
                    ul.mainMenu li ul li a
                    {
                        font-size: 7.5pt;
                        color: black;
                        display: block;
                        padding: 2px 5px 2px 5px;
                        text-decoration: none;
                        font-weight: normal;
                        
                        background: #C6C6C6;
                        border-width: 1px;
                        border-style: solid;
                        border-color: #EAEAEA;
                    }

                    ul.mainMenu li ul li a.strong, ul.mainMenu li ul li a.strongLast
                    {
                        font-size: 10pt;
                        font-weight: bold;
                        color: black;
                        display: block;
                        padding: 2px 5px 2px 5px;
                        text-decoration: none;
                        background: #C6C6C6;
                        border-width: 2px;
                        border-style: solid;
                        border-color: #EAEAEA;
                    }
                    
                    ul.mainMenu li ul li a.strongLast
                    {
                        
                    }
                    
                    ul.mainMenu li ul li a:hover
                    {
                        background-color: #A9D457;
                        border-color: #99CC00;
                        color: black;
                        text-decoration: none;
                    }
    
#contentContainer
{
    
}

    #content
    {
        width: 900px;
        margin: 0px auto auto auto;
        border-right: 1px solid #CEE2EE;
        border-left: 1px solid #CEE2EE;
        padding: 5px 0px 0px 0px;
        background-color: white;
    }
    
    body.defaultContent #content
    {
        width: 880px;
        padding: 5px 10px 0px 10px;
    }

    #potwContent
    {
        width: 880px;
        margin: 0px auto auto auto;
        border-top: 1px solid #3F78A5;
        border-left: 1px solid white;
        border-right: 1px solid white;
        padding: 0px 10px 0px 10px;
        background: #3F78A5;
    }
    
    div.threeCols
    {
        
    }
    
        div.threeCols div.col1
        {
            width: 210px;
            float: left;
            padding: 10px 10px 0px 10px;
            margin-right: 9px;
            border-top: 1px solid #C6C7FE;
            border-bottom: 1px solid #C6C7FE;
            border-right: 1px solid #C6C7FE;
            overflow: hidden;
        }
        
        div.threeCols div.col2
        {
            width: 420px;
            float: left;
        }
        
        div.threeCols div.col3
        {
            width: 210px;
            float: left;
            padding: 0px 10px 10px 10px;
            margin-left: 9px;
            border-top: 1px solid #C6C7FE;
            border-bottom: 1px solid #C6C7FE;
            border-left: 1px solid #C6C7FE;
            overflow: hidden;
        }
    
    div.twoCols
    {
        
    }
        
        div.twoCols div.col1
        {
            width: 640px;
            float: left;
            margin-right: 10px;
            padding-left: 10px;
        }
        
        div.twoCols div.col2
        {
            width: 210px;
            float: left;
            padding: 0px 10px 10px 10px;
            margin-left: 9px;
            border-top: 1px solid #C6C7FE;
            border-bottom: 1px solid #C6C7FE;
            border-left: 1px solid #C6C7FE;
            overflow: hidden;
        }
    
    div.twoColsCentered
    {
        
    }
        
        div.twoColsCentered div.col1
        {
            width: 430px;
            float: left;
            margin-right: 10px;
            padding-left: 10px;
        }
        
        div.twoColsCentered div.col2
        {
            width: 430px;
            float: left;
            margin-left: 10px;
        }

#footerContainer
{
    padding-bottom: 50px;
}

    #footer
    {
        width: 880px;
        line-height: 25px;
        margin: 0px auto auto auto;
        border-top: 1px solid white;
        border-right: 1px solid #CEE2EE;
        border-left: 1px solid #CEE2EE;
        border-bottom: 1px solid #CEE2EE;
        background-color: #3F78A5;
        padding: 0px 10px 0px 10px;
        
        text-decoration: none;
        color: white;
    }
    
        #footer a
        {
            font-weight: bold;
            text-decoration: none;
            color: white;
        }
        
        #footer a:hover
        {
            text-decoration: underline;
        }

/* LINKS 
   ================================================================== */

a
{
    color: #356F93;
}

/* TABLES 
   ================================================================== */

table.default
{
    
}

table.default thead
{
    
}

.even
{
    
}

.odd
{
    background-color: #f2f2f2;
}

table.default
{
    
}

table.default tr
{
    border-left: 1px solid #8E9498;
    border-right: 1px solid #8E9498;
}

table.default th
{
    background-color: #356F93;
    color: white;
    font-weight: bold;
    text-align: left;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #8E9498;
}

table.default th a
{
    color: white;
}

table.default th.sortASC
{
    background-image: url(http://www.mein-fang.de/images/sortAsc.png);
    background-repeat: no-repeat;
    background-position: right center;
}

table.default th.sortDESC
{
    background-image: url(http://www.mein-fang.de/images/sortDesc.png);
    background-repeat: no-repeat;
    background-position: right center;
}

table.default td
{
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #8E9498;
}

table.default td.top
{
    vertical-align: top;
}

/* FORMATS 
   ================================================================== */

.ranking
{
    font-size: 7pt;
    padding-left: 5px;
}

.tiny
{
    font-size: 7pt;
}

.bold
{
    font-weight: bold;
}

.bright
{
    color: white;
}

a.h1
{

    font-size: 11.5pt;
    text-decoration: none;
}

a.bright
{
    color: white;
    text-decoration: underline;
}

strong
{
    color: #3F78A5;
}

.invalid
{
    color: #DF0000;
}

/* FORMS 
   ================================================================== */

form
{
    display: inline;
}

form *
{
    z-index: 0;
    position: relative;
}

input
{

}

select
{

}

button
{
    background-color: #EAEAEA;
    border-style: solid;
    border-width: 1px;
    border-color: #687962 #687962 #A8B6A8;
}

.formItem
{
    clear: left;
}

.formItem label
{
    width: 165px;
    float: left;
    display: block;
    padding: 3px 5px 0px 0px;
    margin: 0px 0px 5px 0px;
}

label.invalid
{
    color: #DF0000;
}

label.required
{
    font-weight: bold;
}

.formItem input, .formItem select, .formItem textarea
{
    width: 200px;
    float: left;
}

.formDescription
{
    font-size: 7pt;
}





form.listCriteria
{

}

form.listCriteria input
{
    width: 75px;
}

form.listCriteria select
{
    width: 150px;
}

form.listCriteria button
{
    margin-left: 5px;
    margin-right: 15px;
}

/* RATING 
   ================================================================== */

.ratingContainer
{
    width: 203px;
    border: 1px solid white;
    padding: 5px;
}

.ratingContainer *
{
    color: black;
}

.ratingImage
{
    width: 86px;
    height: 11px;
    border: 1px solid #B0D939;
    background-color: white;
}

.ratingImageRating
{
    height: 11px;
    background-image: url(http://www.mein-fang.de/images/bgRating.png);
}

.ratingText
{
    text-align: center;
    font-weight: bold;
    font-size: 7pt;
    color: black;
}

/* WAIT INDICATOR 
   ================================================================== */

#waitIndicator
{
    position: absolute;
    z-index: 999;
    padding: 5px;
    margin-left: -10px;
    background-color: white;
}

/* POPUP 
   ================================================================== */

#popup
{
    position: absolute;
    z-index: 999;
    margin-top: 10px;
    margin-left: 177px;
    width: 520px;
    border: 2px solid #3F78A5;
}

.popupTitle
{
    background-color: #3F78A5;
    font-weight: bold;
    color: white;
    padding: 0px 10px 0px 10px;
    line-height: 1.6em;
}

.popupTitle a
{
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.popupContent
{
    padding: 10px;
    background-color: white;
}

.popupFooter
{
    background-color: #3F78A5;
    font-weight: bold;
    color: white;
    padding: 0px 10px 0px 10px;
    line-height: 1.3em;
}


div.potwContainer
{
    background-image: url(http://www.mein-fang.de/images/bgContentThreeColsDark.png);
    background-repeat: repeat-y;
    background-position: center;
}

    div.potwContainer div.col1
    {
        width: 210px;
        float: left;
        margin-right: 10px;
    }
    
    div.potwContainer div.col2
    {
        width: 440px;
        float: left;
    }
    
    div.potwContainer div.col3
    {
        width: 210px;
        float: left;
        margin-left: 10px;
    }

    .potwContainer *
    {
        color: white;
    }
    
#potw-home
{
    
}

    #potw-home-text
    {
        text-align: right;
        color: black;
        font-weight: bold;
        line-height: 30px;
    }
    
    #potw-home-text .bright
    {
        color: #3C769E;
    }

#ranking-home-header
{
    padding: 0px 0px 0px 0px;
}

#ranking-home-tableContainer
{
    
}

    #ranking-home-table
    {
        width: 420px;
    }

#ranking-home-info
{
     padding: 10px;
}
    


        #slogan
        {
            margin: 10px 0px 10px 0px;
            border-style: solid;
            border-width: 1px 0px 1px 0px;
            border-color: white;
            height: 28px;
            font-weight: bold;
            font-size: 10px;
            color: #3F78A5;
            line-height: 28px;
            padding-right: 30px;
            background-repeat: no-repeat;
            background-position: right center;
        }
