@charset "utf-8";

/* MAIN */

<!--



@import "kontaktform.css";


body {
	background-color: #B3CB3C;
}


body, table, td, th, tbody {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  color: #555;
	margin: 0px 0px 0px 0px;
}

#CONTAINER {
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	width: 100%;
	height: auto;
	text-align: center;
  background-image: url(../../images/landena/bg_landena_2.jpg); no-repeat top 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; */
}

#altPrintLogo {
	display: none;
}

#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;
	*/
  font-family: Georgia, "Times New Roman", Tahoma, Verdana, Geneva;
  font-size: 14px;
  text-transform: lowercase;
}

/* ====== NAVIGATION / SUBNAVIGATION ========== */

/* === Navi ========== */
#NAVIGATION ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#NAVIGATION ul li {
  margin-top: 10px;
}
/* ================== */

/* === Sub-Navi ===== */
#NAVIGATION ul li ul li {
  margin-top: 5px;
}
#NAVIGATION ul li ul,
#NAVIGATION ul ul {
  margin-bottom: 10px;
}
#NAVIGATION ul li ul li,
#NAVIGATION ul ul li {
  line-height: 1.2;
  margin-right: 5px;
}
/* =================== */

/* === Sub-Sub-Navi == */
#NAVIGATION ul li ul li ul,
#NAVIGATION ul ul ul {
  margin-bottom: 10px;
}
/* =================== */

#NAVIGATION li.subnavi, #NAVIGATION li.subnavi_act,
#NAVIGATION li.subsubnavi, #NAVIGATION li.subsubnavi_act {
  margin-bottom: 10px;
}

#NAVIGATION li.subnavi a, 
#NAVIGATION li.subsubnavi a {
  color: #ccc;
  font-weight: normal;
  text-decoration: none;
}

#NAVIGATION li.subsubnavi a,
#NAVIGATION li.subsubnavi_act a {
  font-size: 11px;
  padding-right: 5px;
}

#NAVIGATION li.subnavi_act a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#NAVIGATION li.subsubnavi_act a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}


#NAVIGATION li.subnavi a:link, #NAVIGATION li.subsubnavi a:link {
  color: #ccc;
  text-decoration: none;
}
#NAVIGATION li.subnavi a:visited, #NAVIGATION li.subsubnavi a:visited {
  color: #ccc;
  text-decoration: none;
}
#NAVIGATION li.subnavi a:hover, #NAVIGATION li.subsubnavi a:hover {
  color: #fff;
  text-decoration: none;
}

/* ===================================== */

#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: 430px;
	overflow: hidden;
}
#CONTENT_inhalt {
	position: relative;
	top: 10px;
	/*
	left: -10px;																	<= [ IE6 / IE7 ]
	*/
	left: 10px;
	width: 840px;
	height: 420px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
	/*background: #B3CB3C url(/fileadmin/templates/images/landena/Beispielbilder/Header1.jpg) no-repeat;*/
	background-color: #B3CB3C;
}
#PRODUKTE {
	position: relative;
	height: 47px;
}
#PRODUKTE_QUICKMENU {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 840px;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	background-color: #ccc;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
#PRODUKTE_QUICKMENU .csc-textpic,
#PRODUKTE_QUICKMENU .csc-textpic-imagewrap, 
#PRODUKTE_QUICKMENU .csc-textpic-image {
  position: relative;
  top: 0px;
  left: 0px;
  display: inline;
}
#PRODUKTE_QUICKMENU div.csc-textpic,
#PRODUKTE_QUICKMENU div.csc-textpic-left, 
#PRODUKTE_QUICKMENU div.csc-textpic-right,
#PRODUKTE_QUICKMENU div.csc-textpic-center,
#PRODUKTE_QUICKMENU div.csc-textpic-above {
  float: left;
}
#PRODUKTE_QUICKMENU .csc-textpic-clear { clear: none; }

#PRODUKTE_QUICKMENU dd.csc-textpic-caption {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
#toggle_tab {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 860px;
	height: 47px;
	z-index: 3;
	background: transparent url(/fileadmin/templates/images/landena/toogle_tab_hg.png) no-repeat 0 0;
}

#toggle_tab_link {
	position: absolute;
	bottom: 0px;
	left: 440px;
	width: 420px;
	height: 37px;
	text-align: left;
	z-index: 4;
}
#toggle_tab_link a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 30px 10px 10px; /*  = | right | = | =  */
}
#ProdToggleSym {
  padding-top: 3px;
  padding-right: 30px;
  float: right;
}

/* =============== FOOTER ================================================ */

#FOOTER {
  margin-top: 50px;
  margin-left: 20px;
	color: #fff;
  width: 95%;
	height: 180px;	
	/*background-color: #B3CB3C;*/
	z-index: 4;
}
#FOOTER_left, #FOOTER_right {
  width: 350px; 
}
#FOOTER_left {
  float: left;
  text-align: left;
}
#FOOTER_right {
  float: right;
  text-align: right;
}

#FOOTER_HR {
	width: 300px;
	height: 3px;
	margin-bottom: 3px;
	background: transparent;
	border-bottom: 1px solid #fff;
	clear: both;
  float: right;
}

#FOOTER_left_title {
	width: 400px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
	float: none;
	display: compact;
}
#FOOTER_left_content {
  padding-top: 7px;
	width: 400px;
	clear: both;
  line-height: 1.5;
}
#FOOTER_left_content a {
  color: #fff;
  text-decoration: none;
}
#FOOTER_left_content a:link {
  text-decoration: none;
}
#FOOTER_left_content a:visited {
  text-decoration: none;
}
#FOOTER_left_content a:hover {
  text-decoration: underline;
}

#FOOTER_tools, #FOOTER_right_title, #FOOTER_servicemenu, #FOOTER_suche {
	width: 150px;
	float: right;
	padding: 2px;
}
#FOOTER_suche {
	width: 158px;
	padding: 5px;
}

#FOOTER_right_title, #FOOTER_servicemenu {
  width: 120px;
  text-align: left;
}

#FOOTER_right_title {
  height: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  padding-left: 10px;
}
#FOOTER_tools {
  height: auto;
  padding-top: 10px;
  padding-bottom: 5px;
}
#FOOTER_servicemenu {
  margin: 0px;
  padding: 0px;
}

#unendlicher_FOOTER_Streifen { 
	position: absolute;
	left: 0px;
  bottom: -50px;
  /*
  bottom: 0px;                                             <= [ IE 8 ]
  */
  margin-bottom: 0px;
	width: 100%; 
	height: 180px; 
	background-color: #B3CB3C; 
	z-index: 1;
}
/* === SUCHE ================================== */
#suche {
  padding: 2px;
  margin: 0px;
  background-color: #fff;
  text-align: left;
  width: 146px;
}
#suche input {
  border: 1px solid #fff;
  font-family: Georgia, Tahoma, Verdana, Geneva sans-serif;
  font-size: 11px;
  margin: 0px;
  color: #B3CB3C;
}
#suche_btn {
  margin: 0px;
  padding: 0px;
  width: 25px;
  background: #fff url(/fileadmin/templates/images/landena/lupe.gif) center right no-repeat;
  cursor: pointer;
}


/* === CREATED BY GO.WEST === */
#createdByGoWest {
  /*
  position: absolute;
  bottom: 18px;
  right: 148px;
  */
  position: relative;
  top: 10px;
  right: 10px;
}


/* ========================================================================= */
#FOOTER_servicemenu ul, #FOOTER_servicemenu ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#FOOTER_servicemenu ul {
  padding-left: 5px;
}
#FOOTER_servicemenu li a {
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  padding-left: 15px;
  background: transparent url(/fileadmin/templates/images/landena/arrow_servicemenu.gif)left no-repeat;
}
#FOOTER_servicemenu li a:link {
  text-decoration: none;
}
#FOOTER_servicemenu li a:visited {
  text-decoration: none;
}
#FOOTER_servicemenu li a:hover {
  text-decoration: underline;
}


#createdByGoWest a {
  color: #fff;
  padding: 0px;
  text-decoration: none;
}
#createdByGoWest a:hover {
  color: #fff;
  text-decoration: underline;
}


-->