

/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */


body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #666;
	background-color: white;
	line-height: 125%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer, #wrapper-nav {
	width:846px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top, #wrapper-nav {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
	background: transparent url('images/bg.png') top center repeat-x;
}

#header {
	background: #eee url('/media/img/banner_de/18.jpg') no-repeat center top;
}
#wrapper-header2 {
	background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}

#header_rahmen {
	margin: 0 14px 0 13px;
        height:192px;
}

#headline {
       position:absolute; 
       top:40px;
       margin-left:13px;
}

#header h1 {
	margin: 0 ;
	padding: 0 15px;
	line-height: 1.6em;
	color: #fff;
	font-size: 130%;
}

.trans {
        opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #97ABBF;
        height: 32px;
}

#logo {
       position:absolute; 
       top:88px;
       margin-left:28px;
       width:70px;
       height:126px;
       background: url(images/ebm_logo_70_126.jpg) no-repeat left top;
}

#logo-print {
      display:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#navContainer {
width: auto;
display:block;
clear:both;
border:0;
margin:0 0 0 13px;
background: transparent url('images/bg02-white-right.png') no-repeat right top;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 15px; background:#477DAC;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.84em;s
        background:#5A8EBD;
	border-top: 0;
        border-bottom: 1px solid #5A8EBD;
	padding:0;
        margin-right:14px;
}
#nav ul {
	list-style-type: none; 
	margin: 6; 
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #5A8EBD; padding: 5px 10px; padding-bottom: 4px; border-left: 0px solid #33689C; border-right: 1px solid #33689C; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #9BC1E6; border-color: #fff; color: #477DAC;}
#nav li a:active, #nav ul li a.active {background: #9BC1E6; border-color: #fff; color: #477DAC;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #33689C; color: #fff; border-bottom: 1px solid #ccc;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #33689C; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #477DAC; color: #fff; border: 0; border-top: 1px solid #F2F2F2;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #477DAC; background: #5A8EBD; border: 0; color:#fff;border-top: 1px solid #F2F2F2;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #477DAC; color: #fff; font-weight:normal;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#wrapper-content {min-height: 200px;
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {min-height: 200px;
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 245px 5px 40px;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 75%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #666; }
#menu-page a:hover { color: #5b8fbe; }
#menu-page li.menu-current a		{font-weight: bold;} 
#menu-page ul li a:hover, #menu-page li a:focus {background: #9BC1E6; color: #477DAC;}
#menu-page li a:active, #menu-page ul li a.active {background: #9BC1E6; color: #477DAC;}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
        font-size: 80%;
	clear: both;
}

#content h1 {
	margin: 16px 0 16px 0;
	padding: 0 15px;
	line-height: 1.6em;
	color: #5b8fbe;
	font-size: 115%;
}

h2 { font-size: 110%; }
h3 { font-size: 105%; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
.highlight {background-color:#F3CF05;}

/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

#news1 		{ width:240px; margin-left:468px; border:1px solid #33689C;}
#news1 p 	{ font-size:80%; }
#news1 strong 	{ color:brown; }
#news1 h2 	{ background: #33689C; color:#fff; text-align:center; margin:0; padding-bottom:3px; font-size:96%; }
#news1 ul	{ list-style-type:none; margin: 0 0 0 -40px;}
* html #news1 ul	{ margin: 0;}
#news1 li	                 { font-size:80%; padding: 4px; border-top: 1px solid #808080; line-height:110%;}

#news2 		 { width:240px; margin-left:468px; margin-top:6px; border:1px solid #33689C;}
#news2 p 	 { font-size:80%; }
#news2 strong 	 { color:brown; }
#news2 h2 	 { background: #BE140C; color:#fff; text-align:center; margin:0; padding-bottom:3px; font-size:96%; }
#news2 ul	 { list-style-type:none; margin: 0 0 0 -40px;}
* html #news2 ul { margin: 0;}
#news2 li	 { font-size:80%; padding: 4px; border-top: 1px solid #808080; line-height:110%;}
#news2 .link	 { font-size:100%; font-weight:bold; text-align:center;}