/* 
    Document   : structure.css
    Created on : 01.04.2009, 21:07:51
    Author     : Gerold Hinzen, Open New Media GmbH
    Description: HTML Grid Format
*/

#header-banner {
	width: 997px;
	text-align: center;
	background: #0099FF;
	margin: 0 auto;
	border:0;
}


#container {
    width: 998px;
    margin: 0 auto;
	background: #000000;
}

/* Header - Top */

#header {
    height: 25px;
    width: 998px;
    border-bottom: 0;
}

ul#header-languages {
    height: 25px;
    list-style: none;
}

ul#header-languages li {
    float: left;
}

ul#header-languages li img {
    margin: 1px;
}

ul#header-languages li.selected img {
    border: 1px solid #FC0 ;
    margin: 0;
}

ul#header-accountmanage {
    height: 25px;
    list-style: none;
    position: relative;
	padding-top: 5px;
}

ul#header-accountmanage li {
    float: left;
}

ul#header-languages li a,
ul#header-accountmanage li a {
    padding: 0 2px;
}




/* Header - Center */

#header-event {
    height: 90px;
    background: #000000;
    position: relative;
	margin-top: 0px; 
	border-left: 20px solid #000000;
	border-right: 20px solid #000000;
}

#header-event h1.header-details {
    width: 260px;
    /* position: absolute;*/
    bottom: 0px;
    left: 10px;
    color: #FFF;
} 

#header-logo {
	position: absolute;
	left: 0;
	width: 244px;
}

#header-search {
    position: absolute;
    right: 0px;
    /*width: 200px;*/
    bottom: 10px;
    z-index: 2;
}

/* Top Navigation */

#navigation-top {
    height: 51px;
    background: #000000 url(../img/bg_navi-top.jpg) center 0 no-repeat;
    clear: both;
    list-style: none;
	margin-top: 0px;
	border-left: 20px solid #000000;
	border-right: 20px solid #000000;
}

#navigation-top li {
    float: left;
	background: transparent url(../img/bg_navi-top_trenner.gif) center right no-repeat;
	padding-right: 7px;	
}

#navigation-top li.last {
	background: none;
}



#navigation-top li a {
    display: block;
    padding: 18px 10px 0 10px;
    height: 23px;
	font-size: 12px;
	font-weight: 860;
	color: #ffffff;
}

#navigation-top li a:visited {
	text-decoration: none;
}

#navigation-top li.selected  a,
#navigation-top li.selected a:hover,
#navigation-top li a:hover {
	background: transparent url(../img/bg_navi-top_aktiv.gif) 0 0 repeat-x;
	text-decoration:none;
	color: #DF4917;
}



/* Content - Holder */

#content-holder {
    width: 958px;
	padding: 0 0 10px 0;
    background: #ffffff;
	border-left: 20px solid #000000;
	border-right: 20px solid #000000;
	border-bottom: 10px solid #000000;
}

/* Content - Left Navigation*/

#navigation-left {
    width: 164px;
    height: 500px;
	background: #ECEAEA;
    float: left;
    margin: 10px 0px 0 0px;
	padding-left: 5x;
}

#navigation-left ul {
    list-style: none;
	padding: 0 0px 0 5px;
}
#navigation-left ul li {
	padding: 5px;
	border-bottom: 1px dotted #999999;
}
#navigation-left ul li a {
	color: #0099FF;
	font-size: 11px;
	font-weight: bold;
}

#navigation-left ul li a:visited{
	color: #0099FF;
	text-decoration: none;
}
#navigation-left ul li a:hover {
	color: #DF4917;
	text-decoration: none;
	font-weight: bold;
}

#navigation-left ul li.selected {
	background: #ffffff url(../img/bg_navi_left_aktiv.gif) 0 0 repeat-x;
	color: #0099FF;
	padding: 5px;	
}

#navigation-left ul li.selected  a {
	color: #DF4917;
	font-weight: bold;
}

#navigation-left ul li.selected a:hover{
	color: #DF4917;
}


#navigation-left ul li ul li{
    padding: 0 0 0 10px;
}

#navigation-left ul.submenu2   {
	margin-top: 2px;
}

#navigation-left ul.submenu2  li {
	padding: 3px 3px 3px 5px;
	border: none;
}


#navigation-left ul.submenu2  li a {
	font-size: 10px;
	color: #0099FF;
	font-weight: bold;
}

#navigation-left ul.submenu2  li a:hover,
#navigation-left ul.submenu2  li.selected a:hover {
	color: #DF4917;
	font-weight: bold;
}

#navigation-left ul.submenu2  li.selected  {
	border: none;
	background:  none;
	font-weight: bold;
}

#navigation-left ul.submenu2  li.selected  a {
	color: #DF4917;
	font-weight: bold;
}

#nav-logos {
	margin: 40px 0 0 10px;
}

/* Content - Maincontent Area */

#content {
    width: 536px;
    float: left;
    margin: 10px 10px 0 0;
	/* border-right: 1px dotted #999999;
	border-left: 1px dotted #999999;  */
	padding: 0 10px 0 10px;
}

/* Content - Sidebar/Supplementary Links & Ads */

#sidebar {
    width: 214px;
    float: left;
    margin-top: 10px;
	padding: 0px 5px 10px 0px;
}

#sidebar h1 {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
	margin: 30px 0 5px 0px;
}

.sbbox {
	line-height: 160%;
}



/* FOOTER */

#footer {
    height: 90px;
    width: 958px;
    position: relative;
    clear: both;
	margin-top: 0;
	border-left: 20px solid #000000;
	border-right: 20px solid #000000;
	background: #000000;
}

#footer ul.footer-logos {
    width: 500px;
    margin: 0 auto;
}

#footer ul.footer-logos li {
    float: left;
}

#footer ul.footer-logos li a {
    width: 100px;
    height: 30px;
    display: block;
}

#footer ul.footer-logos li a img {
    border: 0;
}

#footer ul.footer-logos li a:hover {
    background-position: bottom !important;
}

/* FOOTER: LOGOS */

#footer ul.footer-logos li a.logo_reedexhibition {
    background: url(../img/footer/logo_reed_exhibition.gif) top left no-repeat;
}

#footer ul.footer-logos li a.logo_reedgoinggreen {
    background: url(../img/footer/logo_reed_green.gif) top left no-repeat;
}

#footer ul.footer-logos li a.logo_reed_fair {
    background: url(../img/footer/logo_reed_fair.gif) top left no-repeat;
}

#footer ul.footer-logos li a.logo_justadrop {
    background: url(../img/footer/logo_just_a_drop.gif) top left no-repeat;
}

#footer ul.footer-logos li a.logo_fkm {
    background: url(../img/footer/logo_fkm.gif) top left no-repeat;
}

#footer p.footer-navigation {
    text-align: center;
	color: #666666;
	padding-top: 10px;
	
}

#footer .footer-navigation a,
#footer .footer-navigation a.active {
    color: #666666;
	text-decoration: none;
}

#footer .footer-navigation a:hover {
    color: #0099FF;
	text-decoration: none;
}

/* Microsite Starseite */

#microsite-start {
    width: 998px;
    background: #000000;
}

