@charset "utf-8";

/* MAIN */

<!--

body {
	background-color: #B3CB3C;
}
/*
body, table, td, th, tbody {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}
*/
#CONTAINER {
	position: absolute;
	top: 0px;
	left: 0px;
	/*background: transparent;*/
	width: 100%;
	height: auto;
	text-align: center;
  /*background-color: #657322;*/
  /* background: #ccc url(/fileadmin/templates/images/landena/Landena_hg.jpg) center top repeat-x; */
  /* background: #ccc url(/fileadmin/templates/images/landena/Landena_hg_gross.jpg) center top repeat-x; */
}

#LOGO {
	position: absolute;
	top: -50px; /* MAIN ist dafür um 50px von top herabgesetzt */
	right: 332px;
	width: 196px;
	height: 105px;
	z-index: 999;
}

#MAIN {
	position: relative;
	top: 50px; /* LOGO ist dafür um -50px top hinaufgesetzt */
	width: 1015px;
	height: 100%; /* ??? */
	text-align: right;
	margin: 0 auto;
	z-index: 10
}

#NAVIGATION {
	position: relative;
	width: 150px;
	height: auto;
	overflow: visible;
	float: left; 
	text-align: right;
	/*
	padding-right: 10px; 
	*/
	/*
	border: 1px dashed #fff;
	*/
}
#NAVIGATION>ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
  margin-top: 15px;
}
#NAVIGATION ul li {
	
}

#CONTENT {
	position: relative;
	width: 860px;
	height: auto;
	float: right; 
	overflow: visible;
	/*
	border: 1px dashed #fff;
	background-color: #CC6633;
	*/
}
#CONTENT_hg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 860px;
	height: 570px;
}
#CONTENT_inhalt {
	position: relative;
	top: 10px;
	/*
	left: -10px;																	<= [ IE6 / IE7 ]
	*/
	left: 10px;
	width: 840px;
	height: 560px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
	/*background: #B3CB3C url(/fileadmin/templates/images/landena/Beispielbilder/Header1.jpg) no-repeat;*/
}
#CONTENT_inhalt_left,
#CONTENT_inhalt_right {
  width: 420px;
  height: 560px;
}
#CONTENT_inhalt_left {
  float: left;
  background: #fff url(/fileadmin/templates/images/landena/Beispielbilder/copacking_headerImg.jpg) top center no-repeat;
	background-image: none;
}
#CONTENT_inhalt_right {
  float: right;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

#CONTENT_inhalt_right_inner {
  margin: 20px;
  text-align: left;
}

#CONTENT_inhalt_right_inner h1 {}
#CONTENT_inhalt_right_inner h2 { text-align: right; }
#CONTENT_inhalt_right_inner h3 {}


-->
