*{
	padding:0;
	margin:0;
	border:0;
}

html {
	height:100%;
}

body {
	height:100%;
	font: 78%/1.5 arial, helvetica, serif;
	background: url('../img/back.png');
	text-align: center;
	padding: 0;
	border:0;
	margin:0;

}

#head {
	background: url('../img/head.png');
	height:120px;
	color:#FF9C21;
}

#logo {
	position:absolute;
	left:26px;
	top:20px;
}

#container {
	background: url('../img/main_back.png') repeat-y;
	color: #70695A;
	width:780px;
	text-align: left;
	margin: 0 auto;
  	position: relative;
  	min-height: 100%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
}

#main {
	width:766px;
	margin-left:7px;	
}

#nav, #nav ul {
	width:100%;
	height:20px;
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #AAA;
	text-decoration: none;
	padding: 4px 20px;
}

.mainnav {
	background: url('../img/menu.png');
}

#nav a:hover {
	color:#fff;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
	background:#222;
	
}

#nav li li {
	padding-right: 1em;
	width: 12.9em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.jshover ul ul, #nav li.jshover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.jshover ul, #nav li li.jshover ul, #nav li li li.jshover ul {
	left: auto;
}

#nav li:hover, #nav li.jshover {
	background: url('../img/orange_menu.png');
}

#content {
	clear: left;
	padding:20px 25px 30px 25px;
	color:#ccc;
}

#content a {
	color: #ccc;
	padding-left:13px;
	background: url('../img/arrow.png') no-repeat left center;
}

#content a:hover {
	color: #FF9C21;
	padding-left:13px;
	background: url('../img/orange_arrow.png') no-repeat left center;
	text-decoration:none;
}

#content h1 {
	font-size:18px;
	color:#FF9C21;
	padding-bottom:10px;
	font-weight:normal;
}


#footer{
	position: absolute;
  	bottom: 0;
	background:url('../img/footer.png');
	width:766px;
	margin-left:7px;
	color:#ccc;
	text-align:center;
	font-size:10px;
	line-height:20px;
	height:20px;
	color:#999;
}

#footer a {
	color:#999;
}

#footer a:hover {
	color:#FF9C21;
}

.center_text {
	text-align:center;
}



