@media all
{

/* ---------------------------------------------------------
   toolbar
--------------------------------------------------------- */

#toolbar {
    min-height: 3em;
    background: #dd001b url(../../../img/basics/bg_toolbar.gif) repeat-x bottom left;
    color: #fff;
}
#toolbar strong { float: left; margin-right: .5em; }
#toolbar a { color: #fff; }
#toolbar a:hover, #toolbar a:focus, #toolbar a:active { text-decoration: none; color: #333; background-color: #fff; }
#toolbar div { margin: .6em .7em 0 1.2em; }
#toolbar a { margin: 0 .1em; }
#toolbar ul, #toolbar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;  
}
#toolbar li {
	padding-left: .5em;
	padding-right: .5em;
	border-left: 1px solid;
    float: left;
}
#toolbar li:first-child, #toolbar li.first {
	padding-left: 0;
	border-left: 0;
}



/* ---------------------------------------------------------
   header (logo/loginbox)
--------------------------------------------------------- */

#header {
    position: relative;
    height: 7.5em;
    min-height: 82px;
    background: #fff url(../../../img/basics/bg_header.gif) repeat-x top left;
}
#header div {
    width: 404px;
    height: 82px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(../../../img/basics/bg_header_swing.gif) no-repeat top left;
    z-index: 1;
}
#header h1 {
    width: 259px;
    height: 52px;
	overflow: hidden;
    position: relative;
    left: 10px;
    top: 11px;
    z-index: 10;
	background: transparent url(../../../img/basics/logo_am-foerderung.gif) no-repeat top left;
}
#header h1 em {
    width: 259px;
    height: 52px;
    display: block;
}
#loginbox {
   position: absolute;
   right: 1.2em;
   top: 30px;
   line-height: 1.4em;
   text-align: right !important;
}
#loginbox a {
	padding-bottom: 2px;
	padding-left: 18px;
	background-image: url(../../../img/basics/icon_abmelden.gif);
	background-position:  0 0;
	background-repeat: no-repeat;
}
#loginbox a:hover,
#loginbox a:focus,
#loginbox a:active {
	background-image: url(../../../img/basics/icon_abmelden_hover.gif);
}
#loginbox a.skip {
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	background-image: none !important;
}

#logoutlink {
	display: block;position: absolute; top: -27px; right: 0;
}

}
