/*
	\\ SCREEN.CSS (for Front End Styles) //
*/

body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d1cac4;
	background-color: #624932;
	margin: 0;
	background-image: url(images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
	font-weight: normal;
}
a:link, a:visited, a:active {
	color: #d1cac4;
	text-decoration: underline;
}
a:hover {
	color: #2a1d13;
	text-decoration: none;
}
a.nolinie:link, a.nolinie:visited, a.nolinie:active {
	color: #d1cac4;
	text-decoration: none;
}
a.nolinie:hover {
	color: #2a1d13;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #d1cac4;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
}
h1 {
	color: #d1cac4;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	padding: 0px 0px 12px 0px;
}
h2 {
	font-size: 16px;
	text-transform: none;
	padding: 0px 0px 4px 0px;
}

h3 {
	font-size: 14px;
}

form {
	margin: 0;
}
p {
	padding: 0px 0px 18px 0px;
	margin: 0;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.erste_zeile {
	background-color: #2a1d13;
}
.zweite_zeile {
	background-color: #6b5c48;	
}
.dritte_zeile {
	background-image: url(images/schatten_linie.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.linie_footer  {
	background-color: #ada094;	
}
.text_footer  {
	font-size: 10px;
}
a.text_footer:link, a.text_footer:visited, a.text_footer:active {
	color: #d1cac4;
	text-decoration: none;
}
a.text_footer:hover {
	color: #2a1d13;
	text-decoration: none;
}
#marqueecontainer {
	position: relative;
	width: 270px;
	height: 240px;
	overflow: hidden;
}
.news_text  {
	font-size: 11px;
	color: #d1cac4;
	line-height: 14px;
}
a.news_text:link, a.news_text:visited, a.news_text:active {
	color: #d1cac4;
	text-decoration: none;
}
a.news_text:hover {
	color: #2a1d13;
	text-decoration: none;
}
#animation {
	height: 194px;
	width: 870px;
	position: absolute;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################
	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: auto;
	display: block;
	clear: both;
}

/* Remove List Formattings */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {
	position: absolute;
}
#header_menu li {
	line-height: normal;
}
ul#header_menu {
	z-index: 10;
	clear: both;
}
#nav {
	height: 30px;
	padding: 0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 12px; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
#nav ul li a {
	display: block;
	padding: 5px 35px 5px 0px;
	color: #fff;
	text-decoration: none;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {
	color: #000;
}
#nav a.menu-parent {
	color: #000;
}

/* Current page Customisations*/
#nav li.menu-current a {
	color: #fff;
}

/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 180px;
	margin: 0;
	display: none;
	text-transform: none;
	font-size: 10px; 
	text-transform: uppercase;
}
#nav .menu li ul li {
	width: 180px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#nav .menu li ul a {
	width: 180px;
	padding: 0;
	background-image: url(images/spacer.gif); /* muss stehen bleiben sonst Probleme mit IE6 */
	color: #fff;
	border: 0;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current {
	color: #000;
	border: 0;
}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {
	display: block;
}
#nav .menu li ul ul {
	display: none;
}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {
	display: none;
}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {
	display: block;
}

/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html #clearfix {
	height: 1%;
}





/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

