/* ----------------------------------------------------------------
	CSS: himmel ah-jah
	Version: 1.0
	Date: 23.3.2009
         www.florian-diederich.de
---------------------------------------------------------------- */

/*  Global definitions */

* { margin:0px; padding:0px; }
html { margin:0px; padding:0px; }
html * { font-size: 100.01% }

body {
	margin:0px; padding:0px;
	text-align:left;	
	color:#333333;
	font-size:101%;
	font-family: verdana, Arial, Helvetica, sans-serif;
	background: #005287  url("../images/bg_site.jpg") repeat-y -126px 0px;
}

/* global */

a {color:#b56618;text-decoration:none}
a:hover {text-decoration:underline}

p  {padding-bottom:1.0em; }


#ejw-logo {
	position:absolute;
	left:900px;
	top:550px;
	z-index:3;
}

#ejw-logo img {border:0px;}

/* positioning-layers */

#overall {
	position:absolute;
    	top: 0;
/*    	left: 176px; */
left:50px;
	margin-top:0px;
	width: 892px;
	height:821px;
   	min-width:inherit;
	max-width:none;
	background:transparent;
	border:0px solid green;
}


#header {
	width: 892px;
	float:left;
	height:125px;	
	background: url("images/header-bg.gif") no-repeat bottom left;
}

#logo {
	float:left;
	width:217px;
}

#logo img {border:0px}

#topnav {
	width:555px;
	float:left;
	margin-left:23px;
	border:0px solid green;
}

#main {
	width:892px;
	float:left;
	margin-top:20px;
	border:0px solid green;
}


#left {
	float:left;
	width:217px;
	border:0px solid green;
}


#center {
	float:left;
	background: #fcfefe url("../images/content-bg.jpg") no-repeat bottom left;
	width:645px;
	height:auto;
	border:1px dotted #999999;
	padding-bottom:20px;
}

#content {
	margin-left:11px;
	margin-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	font-size:70%;
	line-height:150%;
	width:380px;
	height:90%;
	border:1px dotted #999999;
	background:#e2e9ee;
	float:left;
}

#content h1 {
	color:#005287;
	font-family:trebuchet ms, arial;
	text-transform:uppercase;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold
}

#content ul li {margin-left:17px;}

#news {
	float:left;
	width:200px;
	height:auto;
	margin-top:20px;
	margin-left:20px;
	border:0px solid green;
	font-size:70%;
	line-height:110%;
}

#news b, strong {
	color: #333333;
}

#news a {color:#ff540b;text-decoration:none}
#news a:hover {color:#ff540b;text-decoration:underline}

#news h1 {
	background: transparent url("../images/pfeil.gif") no-repeat top left;
	font-size: 14px;
	line-height:14px;
	margin:0px;
	margin-bottom:10px;
	padding-left:15px;
	color:#999999
}


#new img {border:0px;}
#image-news {
	position:absolute;
	left:800px;
	top:105px;
}

#footer {

	padding-top:5px;
}

/*navigation */


#menu_top {
	margin-top:85px;
}
.point_passive {
	border:0px solid green;
	padding-right:20px;
	float:left;
}


.point_active {
	padding-right:20px;
	float:left;
}


a.menuoben_active {
	color:#ff540b;
	text-transform:uppercase;
}
 
a.menuoben {
	color:#005287;
	text-transform:uppercase;
}


/* submenu */
#nav {
	margin-top:20px;
	margin-left:45px;
	border:0px solid green;
	width:152px; 
	font-size:16px;
}


.menu_second_left_passive {
	float:left;
	width:152px; 
	color:#005287;
	line-height:22px;

}

.menu_second_left_passive a {
	color:#005287;
}

.menu_second_left_passive a:hover {
	color:#ff540b;
	text-decoration:none
}

/* aktiv */
.menu_second_left_active {
	float:left;
	width:152px; 
	color:#ff540b;
	line-height:22px;
}

.menu_second_left_active a {
	color:#ff540b;
}


.menu_second_left_active a:hover {
	color:#ff540b;
}

