/* 

* Theme Name: 		Sup Template 
* Theme URI:            http:///www.madebyjingz.de
* Description:         	Sup Template 
* Author:              	Jing Zhou & Norman Helbig
* Version:             	1.0

*/ 

html  {
height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%
    min-width: 1000px;
    background: url(images/header_bg.png) no-repeat top center fixed transparent;
    font-family: "trebuchet ms", calibri, verdana, arial, sans-serif;
    color: #808080; /* Textfarbe vom Haupttext */
}

img{
    border: 0;
}

div#page {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    
}

div#innerframe {
    width: 1000px;
    margin: 0 auto;
}

div#header {
    width: 1000px;
    margin: 0;
    position: fixed;
    top: 0;

    font-size: 14px;
    text-transform: uppercase; 
    z-index: 5;
    background: url(images/header_bg2.png) repeat-x top center fixed transparent;
}

div#header ul li {
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    
}

div#header ul li:first-child {
    margin-left: -8px;
}

div#header ul {
    width: 960px;
    border: 0px solid #000;
    margin: 0;
    padding: 0;
    height: 50px;
    float: right;
    background: url(images/topmenu_bg2.png) top left no-repeat;
}


div#logo {
    margin: 70px 0 0 0;
    background: transparent;
}


div#content {
    width: 100%;
    background: #fff;
    margin: 40px 0 60px 0;

}

div#content div.textcolumn { /* Text-Bereicht im Content - 580px Breit */
    width: 580px;
    margin: 0 0 60px 98px;
    float: left;
    font-size: 12px;
}

div.textcolumn h2 {
    color: #c2c2d1;
    text-transform: uppercase;
}


div.textcolumn h4 {
    font-size: 13px;
    color: #282e48;
    letter-spacing: 2px; /* Textlaufweite > Buchstabenabstand */

}

div#content div.imgcolumn { /* schmale Spalte im Content - 270px Breit; Bild-Breite sollte 250px betragen. */
    width: 270px;
    margin: 0 0 0 18px;
    float: right;
}




/* footer */

div#footerframe {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    background: url(images/footer_bg.png) left bottom no-repeat transparent;
}

div#footertext {
    width: 1000px;
    margin: 0 auto;
    background: url(images/footer-text-bg.png) -80px bottom no-repeat;
    height: 50px;
    color: #fff;
    font-size: 12px;  
}



div.footer-text {
    float: left;
    margin-top: 15px;
}

div.anmelden {
    float: right;
    margin-top: 5px;
    margin-right: -10px;
}

div.nofloat {
    clear: both;
}

div.anmeldenlink {
    margin-right: 270px;
    text-transform: uppercase;
}



span.uppercase {
    text-transform: uppercase;
    font-size: 18px;
}

/* link formatierungen */

/* Header Menü */

div#header ul li a {
    display: block;
    width: 159px;
    height: 32px;
    background: transparent;
    color: #282e48;
    padding-top: 15px;
    text-decoration: none;
    
}

div#header ul li a:hover {
    background: url(images/menulink-bg.png) 5px center no-repeat;
    color: #282e48;
}

div#header ul li.current_page_item a { /* formatierung für aktiven menüpunkt im header */
    text-decoration: none;
    background: url(images/menulink-bg.png) 5px center no-repeat;
}


/*text links im content */

div.textcolumn a:link, div.textcolumn a:visited {
    color: #282e48;
    text-decoration: underline;
}    

div.textcolumn a:hover {
    color: #282e48;
    text-decoration: none;
}    

div.textcolumn a:active {
    color: #ffdc00;
    text-decoration: none;
}

/* footer anmeldelink */

div.anmeldenlink a:link, a:visited, a:hover, a:active {
    color: #282e48;
    text-decoration: none;
}
