html {
	text-align: left;
	height:100%;
}
body { 
	margin: 40px 0 0 0; 
  	padding: 0pt; 
	height:100%;
  	background-color: white; 
  	font-family:Arial,Helvetica,Geneva,Swiss;
  	font-size: 12px;
	color:black;
  	text-align: left; 
}
h1 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 13px 0;
	line-height:13px;
}



/* CONTENT */

#wrapper {
	width:785px;
	margin: 0 auto;
	position:relative;
}

#logo {
	width:205px;
	height:145px;
	float:left;
	padding-top:70px; 
}

#textbox {
	width:580px;
	height:145px;
	float:left;
	line-height:18px;
	padding-top:70px; 
}

/* content > navigation */

#navigation {
	width:184px;
	float:left;
	padding-top:28px;
}

#navigation a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	border:0;
}

#navigation a:hover {
	color:#ff0000 !important;
	text-decoration:none;
}

#navigation a:active {
	color:#333;
}

#navigation li.active a {
	color:#333;
}

#navigation ul {
	margin-left:-12px;
	padding-left:0;
	list-style:none;
}

#navigation ul ul{
	margin-left:2px;
	padding-left:0;
	list-style:none;
}

#navigation ul li {
	line-height:25px;
	color:#666;
}

#navigation ul li a {
	margin-left:0;
} 

#navigation ul.level1 {
	font-weight:bold;
}

#navigation ul.level1 li {
	background:url(../gif/red_dot.gif) no-repeat left center;
	padding-left:12px;
	margin-left:12px !important;
}

#navigation ul.level1 li.active {
	color:#333;
	font-weight:bold;
	background:url(../gif/grey_dot.gif) left top no-repeat;
	background-position:0 7px !important;
	display:block;
	line-height:22px;
}

#navigation ul.level2 {
	padding-left:4px;
}

#navigation ul.level2 li {
	background:url(../gif/red_arrow.gif) no-repeat left center;
	padding-left:8px;
	line-height:20px;
}


/* navigation Ende */


/* MAP BEREICH */
#map {
	width:600px;
	height:376px;
	float:left;
	background:url(../gif/eplan_countries.gif) no-repeat;
}

#map .countries-active {
	position:absolute;
	top:173;
	left:185;
}

#map .image-map {
	z-index:10;
	position:absolute;
	top:173;
	left:185;
}


/* MAP ENDE */

#clearer {
	clear:both;
} 

#copyright {
	clear:both;
	width:785px;
	text-align:center;
	font-size:11px;
	margin-top:5px;
}

#frame-content{
  padding-bottom:0px;
}

#frame_footer{
  background-color:white;
}

#frame_content{
  background-color:white;
}
