/* 
    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: #990033;
	margin: 0 auto;
	border:0;
}


#container {
    width: 958px;
    margin: 0 auto;
}

/* Header - Top */

#header {
    height: 25px;
    width: 958px;
    border-bottom: 1px dotted #D6D6D6;
}

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: 100px;
    background: #ffffff;
    position: relative;
	background: transparent url(../img/bg_header.gif) center 0 no-repeat; 
	margin-top: 7px; 
}

#header-event h1.header-details {
    width: 300px;
    position: absolute;
    bottom: 0px;
    left: 10px;
    color: #FFF;
}

#header-logo {
	position: absolute;
	left: 1px;
	width: 244px;
}

#header-search {
    position: absolute;
    right: 0px;
    /*width: 200px;*/
    bottom: 6px;
    z-index: 2;
}

/* Top Navigation */

#navigation-top {
    height: 33px;
    background: #fff url(../img/bg_navi-top.jpg) center 0 no-repeat;
    clear: both;
    list-style: none;
	margin-top: 10px;
}

#navigation-top li {
    float: left;
	background: transparent url(../img/bg_navi-top_trenner.gif) center right no-repeat;
	padding-right: 1px;	
}

#navigation-top li a {
    display: block;
    padding: 8px 10px 0 10px;
    height: 23px;
	font-size: 12px;
	font-weight: 900;
	color: #444444;
}

#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;
}

/* Content - Holder */

#content-holder {
    width: 956px;
    padding: 10px 0 10px 0;
    background: #ffffff;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

/* Content - Left Navigation*/

#navigation-left {
    width: 164px;
    height: 400px;
    float: left;
    margin: 0 0px 0 0px;
	padding-left: 5x;
}

#navigation-left ul {
    list-style: none;
	padding: 0 5px 0 5px;
}
#navigation-left ul li {
	padding:0 5px 5px 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #d6d6d6;
}
#navigation-left ul li a {
	color: #444444;
	font-size: 11px;
	font-weight: normal;
}

#navigation-left ul li a:visited{
	text-decoration: none;
}
#navigation-left ul li a:hover {
	text-decoration: none;
	font-weight: bold;
}

#navigation-left ul li.selected {
	background: #ffffff url(../img/bg_navi_left_aktiv.gif) 0 0 repeat-x;
	padding:  5px;	
}

#navigation-left ul li.selected  a {
	font-weight: bold;
}

#navigation-left ul li.selected a:hover{}


#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;
	font-weight: normal
}

#navigation-left ul.submenu2  li a:hover,
#navigation-left ul.submenu2  li.selected a:hover {
	font-weight: bold;
}

#navigation-left ul.submenu2  li.selected  {
	border: none;
	background:  none;
	font-weight: bold;
}

#navigation-left ul.submenu2  li.selected  a {
	font-weight: bold;
}

#nav-logos {
	margin: 40px 0 0 10px;
}

/* Content - Maincontent Area */

#content {
    width: 536px;
    float: left;
    margin: 0 10px 0 0;
	border-right: 1px dotted #d6d6d6;
	border-left: 1px dotted #d6d6d6;
	padding: 0 10px 0 10px;
}

/* Content - Sidebar/Supplementary Links & Ads */

#sidebar {
    width: 199px;
    float: left;
    margin: 0;
	padding: 0 10px 10px 10px;
}

/* FOOTER */

#footer {
    height: 45px;
    width: 958px;
    position: relative;
    clear: both;
	margin-top: 1px;
	background: url(../img/bg_footer.jpg) 0 0 repeat-x;
}

#footer ul.footer-logos {
    width: 500px;
    margin: 15px auto 20px 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.logo-partner {
    margin-right: 10px;
}

#footer ul.footer-logos li a img {
    border: 0;
}

#footer ul.footer-logos li a:hover {
    background-position: bottom !important;
}

#footer ul.partner-logos {
    width: 500px;
    margin: 15px auto 20px auto;
}

#footer ul.partner-logos li {
    float: left;
	margin-right: 29px;
	margin-left: 10px;
	height: 80px;
    display: block;
	color: #444;
}


#footer ul.partner-logos li a img {
    border: 0;
	margin-right: 10px;
	margin-top: 5px;
}



/* 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: #444;
	
}

/* Microsite Starseite */

#microsite-start {
   	/*float: left;*/
	width: 956px;
    padding: 10px 0 10px 0;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 1px;
}

