/* 
    Document   : main
    Created on : 25.08.2010, 21:20:50
    Author     : felixbastian
    Description:
        main stylesheet
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
    margin: 0;
    padding: 0;
    border: none;
}

html, body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}


body { background: #fff url(../images/start/bg_body.gif) top center no-repeat; }

h2 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 26px;
    padding: 0;
    width: 100%;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #e42077;
    margin: 0 0 18px 0;
}

a {
    color: #e42077;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.morelink {
    color: #e42077;
    padding: 0 12px 0 0;
    background: url(../images/bg_morelink.gif) center right no-repeat;
}

p {
    margin: 0 0 10px 0;
}

.clear { clear: both; }

.pink { color: #e42077; }

ul {
    margin: 0 0 20px 12px;
}

table {

}

table tr td {
    padding: 1px 20px 1px 0;
}

.right { float: right; }

#container {
    width: 996px;
    margin: 0 auto;
}

    #header {
        width: 100%;
        height: 110px;
    }

    #contentholder {
        width: 996px;
        min-height: 600px;
        position: relative;
        background: url(../images/start/bg_content.png) top left no-repeat;
    }

        #content {
            position: absolute;
            left: 23px;
            top: 39px;
            width: 950px;
            height: 383px;
            overflow: hidden;
        }

            #contentslider {
                position: absolute;
                top: 0;
                left: 0;
                height: 383px;
                width: 3800px;
            }

                #contentslider div.contentitem {
                    position: relative;
                    float: left;
                    width: 950px;
                    height: 383px;
                }

                #contentslider div.contentitem .contentarea_center,
                #contentslider div.contentitem .contentarea_right,
                #contentslider div.contentitem .contentarea_rightsmall,
                #contentslider div.contentitem .contentarea_left {
                    position: absolute;
                    top: 0;
                    left: 60px;
                    background: url(../images/start/bg_contentarea.png) top left repeat;
                    width: 350px;
                    height: 351px;
                    padding: 22px 32px 10px 32px;
                    cursor: pointer;
                }

                #contentslider div.contentitem .contentarea_center { left: 268px; }

                #contentslider div.contentitem .contentarea_rightsmall { left: 476px; }

                #contentslider div.contentitem .contentarea_right { left: 267px; width: 560px; }

        #mainmenuholder {
            position: absolute;
            left: 23px;
            top: 422px;
            width: 950px;
            height: 82px;
            clear: both;
        }

            #leftarrow {
                width: 60px;
                height: 56px;
                float: left;
                padding: 26px 0 0 0;
            }

                #leftarrow div {
                    background: url(../images/start/arrow_left.png) bottom left no-repeat;
                    height: 28px;
                    width: 31px;
                    cursor: pointer;
                }

                    #leftarrow div:hover {
                        background: url(../images/start/arrow_left.png) top left no-repeat;
                    }

            #menu {
                width: 830px;
                height: 78px;
                padding: 4px 0 0 0;
                float: left;
            }

                #menu ul {
                    list-style-type: none;
                    margin: 0;
                }

                    #menu ul li {
                        float: left;
                        padding: 6px 0 0 12px;
                        width: 194px;
                        height: 67px;
                        margin: 0 2px 0 0;
                        cursor: pointer;
                        border-top: 5px solid #302f2f;
                        color: #eaeaea;
                        font-size: 16px;
                    }

                    #menu ul li.selected{
                        border-top: 5px solid #e42077;
                    }

                    #menu ul li:hover {
                        border-top: 5px solid #fff;
                    }

                    #menu ul li#last { margin: 0; }

                        #menu ul li span {
                            display: block;
                            color: #e42077;
                            font-size: 12px;
                        }

            #rightarrow {
                width: 60px;
                height: 56px;
                float: left;
                padding: 26px 0 0 0;
            }

                #rightarrow div {
                    float: right;
                    background: url(../images/start/arrow_right.png) bottom left no-repeat;
                    height: 28px;
                    width: 31px;
                    cursor: pointer;
                }

                    #rightarrow div:hover {
                        background: url(../images/start/arrow_right.png) top left no-repeat;
                    }

        #footer {
            width: 980px;
            height: 32px;
            border-top: 1px solid #cccccc;
            padding: 0 8px;
            line-height: 30px;
            color: #888;
        }

