BODY {
	font-family: Arial; 
	font-size: 12px;
    background-color: #5E96C1;
    background-image: url(/design/tzz_geza/img/bg_slice.gif);
    background-repeat: repeat-x;
}
.f_left{
    float:left;
}
.clear{
    clear:both;
}
BODY,
img a,
img,
div,
ul,
li,
object,
embed{
	border: none;
	margin: 0;
	padding: 0;
}
#all{
	position: relative;
    width: 960px;
    margin: 0 auto;
}
#head{
    height: 130px;
}
#menu{
    height: 60px;
    background-color: #5B84AE;
}
#menu UL LI{
    display: inline;
    list-style-type: none;
}
#main{
    min-height: 550px;
    position:relative;
    background-color: #fff;
}

/* STARTSEITE */
#start .left_col{
    width: 480px;
}
.right_col{
    width: 429px;
    padding: 43px 28px 25px 23px;
}
#start_main_img{
    width: 480px;
    height: 330px;
}
#start_main_content{
    height: 262px; 
    width: 429px;
    padding: 43px 28px 25px 23px;
    background-color: #5E96C1;
}
#start_main_bottom{
    height: 220px;
    width: 960px;
    background-color: #fff;
}
#start_sponsor_logos{
    height: 220px;
    width: 480px;
    background-color: #fff;
}
#start_lower_content{
    width: 429px;
    padding: 43px 28px 25px 23px;
    background-color: #fff;
}
/* STARTSEITE ENDE */

/* Folgeseiten */
#col_left{
    width: 340px;
    min-height: 331px;
}
    #site_img{
        height: 331px;
        width: 340px;
        z-index: 1;
        overflow:hidden;
    }
    #submenu{
        z-index: 20;
        position: absolute;
        top: 209px;
        left: 25px;
        background-color: #5E96C1;
        color: #fff;
        padding: 45px 10px;
        width: 269px;
    }
        #submenu UL LI{
           list-style-type: none;
           margin-bottom: 10px;
        }
        #submenu A{
            text-decoration: none;
            color: #fff;
            padding-left: 30px;
            display:block;
        }
        #submenu A.xd-navi-active-1,
        #submenu A:hover{
            background-image: url(/design/tzz_geza/img/menu_active_arrow.gif);
            background-repeat: no-repeat;
            background-color: #5A81AB;
        }


        

    

#col_right{
    width: 620px;
}
    #title{
        background-color: #5E96C1;
        height: 150px;
        position: relative;
    }
        #title_text{
            font-size: 20px;
            color: #fff;
            text-transform: upper;
            position: absolute;
            bottom: 15px;
            left: 20px;
			width:400px;
        }

    #content{
        padding: 43px 28px 25px 23px;
        margin-bottom: 20px;
    }
/* Folgeseiten ENDE */

#footer{
    background-color: #5E96C1;
    clear:both;
    margin-bottom: 40px;
    padding-top: 20px;
}
#footer A{
    color: #fff;
    text-decoration:none;
    margin-left: 20px;
    font-weight: bold;
}



