/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for LFH 

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	background: #dfc898 url(/static/img/body_bg.gif) left top repeat-y;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;			
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

iframe.myiframe {
	width:605px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}




/* general site containers 
--------------------------------------------------------------------- */

#site {
	width: 1000px;
	overflow: hidden;
	position: relative;
	
	min-height: 700px;
}


/* generall elements
--------------------------------------------------------------- */


#metanav {
	background: url(/static/img/meta_bg.gif) left top no-repeat;
	width: 965px;
	height: 40px;
	padding: 0 35px 0 0;
	overflow: hidden;
}

#metanav .language {
	/*width: 400px;*/
	height: 14px;
	overflow: hidden;
	padding: 13px 17px 13px 0;
	float: right;
}

#metanav .language a {
	color: #ad8f6b;
	text-decoration: none;
	float: right;
}

#metanav .language a:hover {
	color: #000;
	text-decoration: none;
}

#metanav .language .separator {
	background: url(/static/img/separator_language.gif) left top no-repeat;
	width: 23px;
	height: 14px;
	overflow: hidden;
	float: right;
}


#middle {
	background: url(/static/img/shadow_right.gif) right top no-repeat;
	width: 1000px;
	overflow: hidden;
	position: relative;
}

#middle #shadow_right_end {
	background: url(/static/img/shadow_right_end.gif) left top no-repeat;
	width: 35px;
	height: 67px;
	overflow: hidden;
	position: absolute;
	left: 965px;
	bottom: 0;
	z-index: 1000;
}

/* Logo und Navigation
----------------------------------------------------------------------------*/
#middle #sidebar {
	width: 205px;
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
	left: 25px;
	top: 0;
	z-index: 1000;
}

#sidebar .logo {
	background: url(/static/img/logo_dots.gif) 26px bottom no-repeat;
	width: 125px;
	height: 136px;
	padding: 0 40px;
	overflow: hidden;
}

#sidebar .logo  img {
	behavior: url(/static/js/iepngfix.htc);
}

/* Navigation */
#sidebar #navigation {
	width: 153px;
	overflow: hidden;
	padding: 20px 26px 0 26px;
}

#navigation ul {
	list-style: none;
	width: 153px;
	overflow: hidden;
	padding: 0;
}

#navigation ul li {
	width: 153px;
	overflow: hidden;
	padding: 0;
}

#navigation ul li a {
	text-decoration: none;
	cursor: pointer;
	display: block;
	width: 153px;
}


#navigation ul li em {
	display: block;
	width: 153px;
	font-style:normal;
	text-transform: uppercase;
	color: #a47d2d;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding: 7px 0;
	
}

#navigation ul li.active em {
	color: #ac2b61;
}

#navigation ul li span.em {
	overflow: hidden;
}

#navigation ul li span.em img {
	padding: 7px 0;
	display: block;
}


*html #navigation ul li span.em {
	overflow: hidden;
	padding: 7px 0;
	display: block;
}


/* Ebene 2*/
#navigation ul li.active ul {
	list-style: none;
	width: 153px;
	overflow: hidden;
	padding: 0 0 5px 0;
}

#navigation ul li.active ul li {
	background: none;
	width: 153px;
	overflow: hidden;
	padding: 0;
}

#navigation ul li.active ul li a {
	width: 153px;
	overflow: hidden;
	padding: 3px 0;
	text-decoration: none;
	color: #967650;
	display: block;
}

#navigation ul li.active ul li a:hover, #navigation ul li.active ul li.active a.active  {
	width: 153px;
	overflow: hidden;
	padding: 3px 0;
	text-decoration: none;
	color: #ac2b61;
	display: block;
}

/* Ebene 3*/
/*#navigation ul li.active ul li.active ul {
	list-style: none;
	width: 153px;
	overflow: hidden;
	padding: 5px 0 5px 17px;
}

#navigation ul li.active ul li.active ul li {
	background: none;
	width: 153px;
	overflow: hidden;
	padding: 0;
}

#navigation ul li.active ul li.active ul li a {
	background: none;
	width: 141px;
	overflow: hidden;
	padding: 3px 0 3px 12px;
	text-decoration: none;
	color: #8e7700;
	display: block;
}

#navigation ul li.active ul li.active ul li a:hover, #navigation ul li.active ul li.active ul li.active a.active  {
	background: url(/static/img/nav_active.gif) left 6px no-repeat;
	width: 141px;
	overflow: hidden;
	padding: 3px 0 3px 12px;
	text-decoration: none;
	color: #1b1a17;
	display: block;
}*/



/* Footer
--------------------------------------------------------------- */
#footer {
	background: url(/static/img/footer_bg.gif) left top no-repeat;
	width: 965px;
	height: 90px;
	overflow: hidden;
	padding: 0 35px 0 0;
}

#footer .f_links {
	width: 703px;
	height: 14px;
	overflow: hidden;
	padding: 14px 17px 5px 0;
	float: right;
}

#footer .f_links a {
	color: #967650;
	text-decoration: none;
	float: right;
}

#footer .f_links a:hover {
	color: #000;
	text-decoration: none;
}

#footer .f_links .separator {
	background: url(/static/img/separator_footer.gif) left top no-repeat;
	width: 23px;
	height: 14px;
	overflow: hidden;
	float: right;
}

#footer .f_links .copyright {
	height: 14px;
	overflow: hidden;
	padding: 0;
	color: #967650;
	float: right;
}

#footer .f_logo {
	width: 173px;
	height: 78px;
	overflow: hidden;
	padding: 12px 0 0 72px;
	float: left;
}

#footer .f_logo label {
	display: block;
	width: 140px;
	height: 14px;
	overflow: hidden;
	padding: 0 0 7px 0;
	color: #967650;
	font-size: 10px;
	text-align: center;
}


/*#footer .elements {
	width:185px;
	height: 53px;
	overflow: hidden;
	padding: 0 15px 0 0;
	float: left;
}

#footer .elements a  {
	background: url(/static/img/elements.gif) right 4px no-repeat;
	height: 14px;
	padding: 12px 30px 7px 0;
	color: #7d97aa;
	text-decoration:none;
	overflow: hidden;
	display: block;
	width: 72px;
	
	float: right;
	
}

#footer .elements a:hover {
	background: url(/static/img/elements_hover.gif) right 4px no-repeat;
}*/


