/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.01.2015, 14:30:57
    Author     : Filip Pova
*/

body{
    margin: 0px;
    background-image: url(../bilder/layout/bg-gruen-header.gif);
    background-position: top center;
    background-repeat: repeat-x;
}

/*******************
***** HEADER ****
********************/

#header{
    position: relative;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    width: 1000px; 
    height: 149px;
    padding: 0; 
    left: 50%;
    margin-top: 14px;
    margin-left: -500px;
    overflow: hidden;
    z-index: 0;
    /* border: 1px yellowgreen solid; */
}

#logo{
    position: absolute;
    background-color: transparent; 
    float: left; 
    left: 0px; 
    top: 22px; 
    width: 260px; 
    height: 75px; 
    padding: 0;  
    z-index: 2;
}

#subNavi{
    position: absolute;
    background-color: transparent; 
    text-align: right;
    float: left; 
    right: 20px; 
    top: 2px; 
    width: 260px; 
    height: 30px; 
    padding: 0;  
    z-index: 2;
}
   

#language{
    position: absolute;
    background-color: transparent;
    
    float: left; 
    right: 0px; 
    top: 4px; 
    width: 80px; 
    height: 16px; 
    padding: 0;  
    z-index: 2;
}

#mainNavi{
    position: absolute;
    background-color: transparent; 
    text-align: center;
    float: left; 
    left: 0px; 
    bottom: 5px; 
    width: 1000px; 
    height: 25px; 
    padding: 0;  
    z-index: 2;
}

/*******************
***** MAIN PIC ****
********************/

#mainPic{
    position: relative;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    width: 1000px; 
    height: 300px;
    padding: 0; 
    left: 50%;
    margin-left: -500px;
    overflow: hidden;
    z-index: 0;
    /* border: 1px yellowgreen solid; */
}

/*******************
***** SLOGAN ****
********************/

#slogan{
    position: relative;
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
    width: 1000px; 
    height: 100px;
    padding: 0; 
    left: 50%;
    margin-top: 35px;
    margin-left: -500px;
    overflow: hidden;
    z-index: 0;
    /* border: 1px yellowgreen solid; */
}

/*******************
***** MAIN ****
********************/

#main{
    position: relative;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    width: 1000px;
    padding: 0; 
    left: 50%;
    margin-left: -500px;
    overflow: hidden;
    z-index: 0;
    /* border: 1px yellowgreen solid; */
}

/*******************
***** FOOTER ****
********************/

#footer{
    position: relative;
    background-image: url(../bilder/layout/bg-gruen-footer.gif);
    background-position: top center;
    background-repeat: repeat-x;
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
    width: 100%;
    height: 100px;
    margin-top: 30px;
    padding-top: 6px; 
    overflow: hidden;
    z-index: 0;
    /* border: 1px yellowgreen solid; */
}

.tdRahmen{
    border: 1px #006600 solid;
    padding: 5px;
}