/* CSS fuer HP Steyregg */

html {
	background:#ccc;
	font-family:"Lucida Sans Unicode", 
	"Lucida Grande", sans-serif;
	color: #49ffff;
}

h1 {
	font-weight:bold;
	font-size:30px;
}

h2 {
	font-weight:bold;
	font-size:22px;
}

/* Formatierung eines normalen Links */
#content a {
	color: #F09;
	text-decoration:none;
}

/* Wechselfarbe des Links*/
#content a:hover {
	color:#F09;
}

/*Formatierung eines Links in einer Tabelle*/
#content table a {
	color: #F09;
}
	
#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:#black;
	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;\	
	color:black !important;
	background:black;
}

#navigation li:last-child {
	margin-right:0px;
}

#navigation li:hover {
	background-color:black;
}

#navigation a {
	text-decoration:none;
	color:black;
	
}
#navigation ul li:hover  {
color:#FF0;	
}
#navigation ul li
{
	color:#F09;
}

#navigation a:visited {
	color:#F09;
}

#navigation a:hover {
	color:#red;
}

#navigation ul ul {
	visibility:hidden; 
	margin-top:3px;
}

#navigation li:hover ul {
	visibility:visible;
}

#navigation li:hover ul li a:hover {
	background:	#F09 !important;
	color:black;
}

#navigation ul ul a {
	display:block;
	text-decoration:none;
	background:black;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	color:#F09;
}

#line {
	background-repeat:repeat-x;
	width: 960px;
	height: 50px;
	clear:both;
}

#content {
	background-color: #000000;
	padding: 20px;			/* innerer Rahmen für Text */
	min-height: 400px;
}

#content li {
	list-style:disc;
}

#content ul {
	margin-left:20px;
}

#content table { /* ev */
	width:920px;
	font-size: 14px	
}

#content table, tr, td {
	border:#679748 solid 1px;
	color:#49ffff;
	padding: 5px;
}

#content th {
	background:#49ffff;
	border-right:white solid 1px;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	color: black;
}

#content th:last-child {
	border-right:#679748 solid 1px;
}

#footer {
	background-repeat:repeat-x;
	width: 960px;
	height: 82px;
	background:black !important;
}

#footer a {
	color: #FF0;
	text-decoration: none;
}

#footer a:hover {
	color: #F09;
}

.table_white {
	background: #000000;
}

.table_grey {
	background:#000000;
}

.active {
	background:#49ffff;
}

.center {
	text-align:center;
}

