@charset "UTF-8";
/* CSS Document für Header, Navigation und Footer*/

body {
        margin: 0px;
        font-family: Arial, sans-serif;
        }
		

/* Header */


#header {
        width: 1024px;
        height: 87px;
        background-image: url(img/header/header_back.jpg);
        background-repeat: repeat;
        }
/*
#header_logo {
        height: 87px;
        width: 302px;
        top: 7px;
        left: 8px;
        position: absolute;
        }

*/

#header_logo {
  margin-top: 7px;
  height: 80px;
  width: 302px;
  float: left;
}

/*
#header_banner {
        height: 87px;
        width: 500px;
        left: 302px;
        position: absolute;
        }
*/

#header_banner {
  margin-top: 7px;
  height: 80px;
  width: 500px;
  float: left;
}
		
/*
#header_login {
        height: 87px;
        width: 222px;
        position: absolute;
        margin-top: 15px;
        margin-left: 14px;
        font-size: 10px;
        font-weight: bold;
        color: #FF6600;
        left: 802px;
        }
*/

#header_login {
  margin-top: 7px;
  height: 80px;
  width: 222px;
  float: left;
  font-size: 10px;
  font-weight: bold;
  color: #FF6600;
}

#header_login a:link { 
		color: #FF6600; 
		text-decoration: none;
		}
		
#header_login a:visited { 
		color: #FF6600; 
		text-decoration: none;
		}
		
#header_login a:hover, a:active { 
		color: #FF6600; 
		text-decoration: underline; 
		}
		
#Header_login_form {
		margin-bottom: 5px;
		}
		
.header_login_name {
        width: 155px;
        height: 15px;
        border: 1px solid #FF6600;
        font-size: 10px;
        color: #FF6600;
        padding-left: 2px;
        padding-top: 2px;
        }

.header_login_password {
        width: 127px;
        height: 15px;
        border: 1px solid #FF6600;
        font-size: 12px;
        color: #FF6600;
        padding-left: 2px;
        padding-top: 2px;
        }

.header_login_gobutton {
        width: 25px;
        height: 21px;
        margin-top: 2px;
        background-color: #FFFFFF;
		border: 0px;
        background-image: url(img/buttons/button_go.png);
        background-repeat: no-repeat;
        }



/* Navigation */

#navi {
        width: 1024px;
        height: 86px;
        background-color: #FFFFFF;
        position: absolute;
        }


#navi_menu {
        width: 1024px;
        height: 34px;
        }

#navi_submenu {
        width: 760px;
        height: 32px;
        background-image: url(img/header/header_menu_1_back.jpg);
        background-repeat: repeat;
        }


#navi_language_search {
        width: 264px;
        height: 32px;
        background-image: url(img/header/header_menu_2_back.jpg);
        background-repeat: repeat;
        top: 34px;
    	left: 760px;
        position: absolute;
        }
		
		
#navi_searchfield {
        width: 123px;
        border: 1px solid #D6D6D6;
        font-size: 10px;
        color: #000000;
        padding-left: 2px;
        padding-top: 2px;
        }

#navi_searchbutton {
        width: 52px;
        height: 22px;
        background-color: #FFFFFF;
		border: 0px;
        background-image: url(img/buttons/button_suchen.png);
        background-repeat: no-repeat;
        }
		

#navi_rootline {
        width: 1018px;
		height: 20px;
        background-image: url(img/header/header_breadcrumb_back.jpg);
        background-repeat: repeat;
        padding-top: 5px;
        padding-left: 6px;
        font-size: 8px;
        font-weight: bold;
        color: #FF6600;
        }

#navi_rootline a:link { 
		color: #FF6600; 
		text-decoration: none; 
		}
		
#navi_rootline a:visited { 
		color: #FF6600; 
		text-decoration: none; 
		}

#navi_rootline a:hover { 
		color: #FF6600; 
		text-decoration: underline; 
		}
		
#navi_rootline a:active { 
		color: #FF6600; 
		text-decoration: underline; 
		}



/* Footer */

#footer {
        width: 1024px;
        height: 132px;
        }

#footer a:link {
        color: #FFFFFF;
        text-decoration: none;
        }
		
#footer a:visited {
        color: #FFFFFF;
        text-decoration: none;
        }

#footer a:hover {
        color: #FF6600;
        text-decoration: underline;
        }
		
#footer a:active {
        color: #FF6600;
        text-decoration: underline;
        }

.footer_top {
        width: 1024px;
        height: 8px;
        background-image: url(img/footer/footer_top_back.png);
        background-repeat: no-repeat;
        }

.footer_bg {
        width: 1024px;
        height: 124px;
        background-image: url(img/footer/footer_back.png);
        background-repeat: repeat;
        }

.footer_cell_head {
        height: 15px;
        text-align: right;
        vertical-align: top;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        padding-right: 5px;
        }

.footer_cell {
        height: 109px;
        text-align: right;
        vertical-align: top;
        color: #FFFFFF;
        font-size: 11px;
        padding-right: 5px;
        }

.footer_seperator {
        width: 8px;
        height: 124px;
        background-image: url(img/footer/footer_seperator.png);
        background-repeat: no-repeat;
        }



