h6 { width: auto; }
/*Portal Standards*/
body {
	margin: 0px;
	font-family: arial, helvetica, times, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #747474;
}
h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0 0 12px 0;
	clear: both;
}
/* title maincontent*/
h2 {
	font-size: 18px;
	padding: 0px;
	margin: 0 0 6px 0;
	clear: both;
	color: #174593;
	line-height: 20px;
}
/* title */
h3 {
	font-size: 12px;
	padding: 0px;
	margin: 0 0 12px 0;
	clear: both;
	color: #121212;
	font-weight: normal;
}
/* subtitle */
h4 {
	font-size: 12px;
	padding: 0px;
	margin: 0 0 12px 0;
	clear: both; 
	width: 99%;
	color: #121212;
}
/* summary */
h5 {
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0 0 18px 0;
	color: #757577;
	clear: both;
	font-weight: normal;
}
/* headline */
h6 {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	clear: both;
}
img {
	border-style: none;
}
table {
	border: 0px;
}
a {
	text-decoration: none;
	color: #d79c1c;
}
a:hover {
	color: #ffcc33;
}
form {
	margin:0px;
}
p {
	padding: 0px;
	margin: 0px;
}
ul {
	list-style: none; 
	background: none;
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none; 
	background: none;
}
fieldset {
	 padding: 0px;
	 margin: 0px; 
	 border: none; 
}
input,
select,
textarea {
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	border: 1px solid #6e6d69;
	margin: 0px;
	line-height: 16px;
	height: 19px;
}
input {
	height: 19px;
}
br.clear { 
	clear: both;
	visibility: hidden;
	}
.hidden { display: none; }

/* 20090306 Countdown */

#beventcounter {
	clear: both;
	width: 220px;
	height: 41px;
	float: left;
	margin: 0 0 5px 0;
	margin: 0px;
	background: url(/pages/img/steiermark/bg_countdown.gif) left top no-repeat;
	display: none;
}
#beventcounter.show {
	background: url(/pages/img/steiermark/bg_countdown.gif) left top no-repeat;
	display: block;
}
#beventcounter li {
	width: 53px;
	height: 41px;
	float: left !important;
	margin: 0 2px 0 0;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	text-align: center;
}
#beventcounter .counter1, 
#beventcounter .counter4 {
	width: 53px;
}
#beventcounter .counter2, 
#beventcounter .counter3 {
	width: 54px;
}
#beventcounter .counter4 {
	margin: 0px;
}
#beventcounter small {
	position: absolute;
	top: -99999px;
	left: -99999px;
}