/* ---------------------------------------------

	BASIC.CSS
	Generelle Styles fr das Frontend.

	Autor:				FM
	Erstellungsdatum:	04.09.2006
	
	Index:				Generelle Frontend Styles
						Layout Elemente
						Content Elemente
						berige Klassen
						
	Changelog:			-
	
--------------------------------------------- */

/* ---------------------------------------------
	Generelle Frontend Styles
--------------------------------------------- */
	
	* {
		padding: 0;
		margin: 0;
	}
	
	html, body {
		height: 100%;
	}
		
	body {
		font: 8pt/11pt Arial, Helvetica, sans-serif;
		background: url(../images/layout/bg.gif) #3d3d3d top repeat-x;
		padding: 0;
		margin: 0;
	}	
	
	h2 {
		font-size: 1.5em;
		color: #25612e;
		padding: 0;
		margin: 0 0 14px 0;
	}
	
	form {
		padding: 0;
		margin: 0;
	}
	
	/* Scrollbar im FF immer anzeigen */
	#gecko_scrollbar { 
		 display: none; 
	} 
	
	html>body #gecko_scrollbar { 
		position: absolute; 
		z-index: 1; 
		bottom: -1px; 
		left: 0; 
		width: 1px; 
		height: 1px; 
		display: block; 
		font-size: 0; 
	}
	
/* ---------------------------------------------
	Layout Elemente
--------------------------------------------- */

	/* Style fuer das Layout des Vorschau Layers */
	div#preview {
		position:absolute;
		background:#E84224;
		padding:5px;
		color:#fff;
		top:0;
		right:0;
	}

	/* --- Main Containers ------------------ */

	table#main-container {
		width: 710px;
		height: 100%;
		border: 0;
		margin: 0 auto;
	}
	
	table#main-container tr td.shadow {
		background: url(../images/layout/shadow.gif) #333333 top no-repeat;
		width: 5px;
	}
	
	table#main-container tr td#middle-container {
		vertical-align: top;
		background: #FFF;
	}

	/* --- Header / Quicknav ---------------- */
	
	div#header {
		height: 63px;
	}
	
	div#header div#quicknavigation {
		font-size: 0.9em;
		color: #cfcfcf;
		float: left;
		padding: 20px 0 0 10px;
	}
	
	div#header div#quicknavigation a {
		color: #cfcfcf;
		text-decoration: none;
	}
	
	div#header div#quicknavigation a:hover {
		color: #999;
		text-decoration: none;
	}
	
	div#header div#quicknavigation input {
		color: #999;
		font-size: 1em;
		background: #FFF;
		border: 1px solid #cfcfcf;
	}
	
	div#header div#quicknavigation input.input-search {
		padding: 1px;
		margin: 0 1px 1px 5px;
	}
	
	div#header div#quicknavigation input.input-search-ie {
		padding: 1px;
		margin: 0 1px 0 5px;
	}
	
	div#header div#quicknavigation input.input-search-btn {
		background: url(../images/icons/arrow-search.gif) center no-repeat;
		width: 17px;
		height: 17px;
	}
	
	div#header h1 {
		cursor: pointer;
		float: right;
		background: url(../images/layout/falera_logo.jpg) bottom left no-repeat;
		width: 96px;
		height: 30px;
		padding: 17px 31px 0 0;
		margin: 0;
	}
	
	div#header h1 span {
		display: none;
	}
	
	div#flag-winter {
		position: absolute;
		top: 0px;
		left: 50%;
		background: url(../images/banner/winter-flag.gif) no-repeat;
		width: 70px;
		height: 100px;
		margin-left: 252px;
	}
	
	/* --- Banner --------------------------- */
	
	div#banner-ro-winter {
		background: url(../images/banner/winter-ro.jpg) no-repeat;
		height: 184px;
		border-top: 1px solid #3d3d3d;
		border-bottom: 1px solid #3d3d3d;
	}
	
	div#banner-de-winter {
		background: url(../images/banner/winter-de.jpg) no-repeat;
		height: 184px;
		border-top: 1px solid #3d3d3d;
		border-bottom: 1px solid #3d3d3d;
	}


	/* --- Navigation ----------------------- */
	
	div#navigation {
		color: #FFF;
		position: absolute;
		top: 280px;
		left: 50%;
		background: #32789C;
		width: 169px;
		padding: 8px;
		margin-left: -393px;
	}
	
	div#navigation ul {
		text-align: right;
		font-size: 1.1em;
		font-weight: bold;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	div#navigation ul ul {
		text-align: left;
		font-size: 0.9em;
		font-weight: normal;
		list-style: url(../images/icons/square.gif);
		padding-left: 13px;
	}
			
	div#navigation ul ul ul {
		list-style: url();
		list-style: none !important;
		font-size: 1em ;
		background: url(../images/layout/nav-dots.gif) bottom left no-repeat;
		padding: 0 0 0 0px;
	}
	
	div#navigation ul ul ul li {
		background: url(../images/layout/nav-dots-hor.gif) center left no-repeat;
		padding-left: 15px;
	}
	
	div#navigation a {
		color: #FFF;
		text-decoration: none;
	}
	
	div#navigation ul li a.nav-active-1lvl-a {
		display: block;
		border-bottom: 1px solid #FFF;
		margin-bottom: 5px;
	}
	
	div#navigation ul li.nav-active-1lvl-li {
		margin-bottom: 15px;
	}
	
	div#navigation ul li a.nav-active-2lvl-a {
		font-weight: bold;
	}
	
	div#navigation ul li a.nav-active-3lvl-a {
		text-decoration: underline;
	}
	
	ul.nav-inactive {
		display: none;
	}

/* ---------------------------------------------
	Content Elemente
--------------------------------------------- */

	div#content {
		width:498px;
		margin: 30px 30px 30px 172px;
	}
	
	div#content a {
		color: #337640;
		text-decoration: underline;
	}
	
	/* --- Breadcrumb Navigation ------------ */

	div#content div#breadcrumb, div#content div#footer, div#content div#login {
		color: #636363;
		background: #f3f3f3;
		padding: 5px;
	}
	
	div#content div#breadcrumb a, div#content div#footer a, div#content div#login {
		color: #636363;
		text-decoration: none;
	}
	
	div#content div#breadcrumb {
		border: 1px solid #e2e2e2;
		margin-bottom: 20px;
	}

	/* --- Login --------------------------- */
	
	div#content div#login {
		clear: both;
		text-align: right;
		border-top: 1px solid #e2e2e2;
		margin-top: 20px;
		height: 14px;
	}

	div#content div#login fieldset {
		display:block;
		float:left;
		margin-left:165px;
		border:none;
	}

	div#content div#login input {
		height:14px;
		line-height:11px;
		font-size:9px;
		color:#999;
	}

	div#content div#login a#submit-login {
		display:block;
		float:right;
		background: url(../images/icons/submit_winter.gif) no-repeat;
		width: 14px;
		height: 14px;
		margin-left: 5px;
	}
	
	/* --- Footer --------------------------- */
	
	div#content div#footer {
		clear: both;
		text-align: right;
		border-top: 1px solid #e2e2e2;
		margin-top: 20px;
	}
	
	div#content div#footer a#pagetop-winter {
		display: block;
		float: right;
		background: url(../images/icons/pagetop_winter.gif) no-repeat;
		width: 14px;
		height: 14px;
		margin-left: 5px;
	}
	
	
/* ---------------------------------------------
	brige Klassen
--------------------------------------------- */	
	
	.clear {
		clear: both;
	}
	
	.font-grey {
		color: #999999;
	}	


