/* CSS fuer HP Steyregg */

html {
	background:#a0a0a0;
	font-family:"Lucida Sans Unicode", 
	"Lucida Grande", sans-serif;
	color:#fff;
		font-size:20px;
}

h1 {
	font-weight:700;
	font-size:36px;
}

h2 {
	font-weight:700;
	font-size:28px;
}

/* Formatierung eines normalen Links */
#content a {
	color: #f6c65d;
	text-decoration:none;
}

/* Wechselfarbe des Links*/
#content a:hover {
	color:#679748;
}

/*Formatierung eines Links in einer Tabelle*/
#content table a {
	color: #679748;
}
	
#banner {
	width: 960px;
	height: 206px;
	z-index:0; /* + position: verhindert das die Navigation unter dem Banner verschwindet*/
	position:relative;
}

#wrapper {
	width: 960px;
	margin:0 auto;
}

#search {
	width:960px;
	margin:0 auto;
}

#search input[type=text] {
	background:#aecb9b;
	background-repeat:no-repeat;
	border:0px;
	z-index:1;
	height:20px;
	width:140px;
	margin-top:9px;
	margin-left:570px;
	position:absolute;
}

#search input[type=image]  {
	float:right;
	z-index:0;
	position:absolute;
	margin-left:550px;
}
#search a {
	
	
	color:#fff;
	text-decoration:none;
	margin-left:15px;
	postition:absolute;
	z-index:0;
	float:left;
}

#city-arms {
	background-repeat:no-repeat;
	width: 300px;
	float: left;
	clear:both;
}


#navigation {
	font-size:17px;
	width:630px;
	float: right;
	z-index:1; /* + position: verhindert das die navigation unter dem banner verschwindet */
	position:relative;	
}

#navigation ul {
	margin-top:43.5px;
	list-style:none;
	text-align:center;
}

#navigation li {
	float:left;
	height:50px;
	margin-right:5px;
	padding-top:6px;
	margin-right:2px;\ /* targets ie only */
	padding-top:5px;\	
}

#navigation li:last-child {
	margin-right:0;
}

#navigation li:hover {
	background-color:#f6c65d;
}

#navigation a {
	text-decoration:none;
	color:#fff;
}

#navigation a:visited {
	color:#fff;
}

#navigation a:hover {
	color:#fff;
}

#navigation ul ul {
	visibility:hidden; 
	margin-top:3px;
}

#navigation li:hover ul {
	visibility:visible;
}

#navigation li:hover ul li a:hover {
	background:	#f6c65d;
}

#navigation ul ul a {
	display:block;
	text-decoration:none;
	background:#aecb9b;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
}

#line {
	background-repeat:repeat-x;
	width: 960px;
	height: 50px;
	clear:both;
}

#content {
	background-color: #969696;
	padding: 20px;			/* innerer Rahmen für Text */
	min-height: 400px;
}

#content li {
	list-style:disc;
}

#content ul {
	margin-left:20px;
}

#content table { 
	width:920px;
	font-size: 18px	
}

#content table, tr, td {
	border:#679748 solid 1px;
	color:#000;
	padding: 5px;
}

#content th {
	background:#679748;
	border-right:#fff solid 1px;
	font-size: 24px;
	font-weight: 700;
	padding: 5px;
	text-align: center;
	color: #fff;
}

#content th:last-child {
	border-right:#679748 solid 1px;
}

#footer {
	background-repeat:repeat-x;
	width: 960px;
	height: 82px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #679748;
}

.table_white {
	background:#fff;
}

.table_grey {
	background:#aecb9b;
}

.active {
	background:#aecb9b;
}

.center {
	text-align:center;
}

