/* www.gea.at
Stile fuer die Startnavigation
Subhash 8.6.2005 */

body {
	margin: 3% 0 0;
	padding: 0;
	text-align: center;
	background-color: #9cdd6b;
	/*background-image:url('../img/bg_linie2.jpg');
	background-position:center top;
	background-repeat:no-repeat;*/
	font-size: 80%;
}
#preload {
	position: absolute;
	left: 0;
	top: -10px;
}

a {
	color: #5EB74C;
	text-decoration: none;
}

/* HAUPTNAVIGATION: */
#hauptnavig {
  	margin: 20px auto;
	padding-left:0px;
	width: 750px;
}
#hauptnavig span {
	display: none;
}
#hn1, #hn2, #hn3, #hn4, #hn5 {
	float: left;
	height: 146px;
}
#hn1, #hn4, #hn5 {
	width: 150px;
}
#hn2, #hn3 {
	width: 150px;
}

#hn1:link, #hn1:visited, #hn1:active  {
	background: url(../gifs/ho_g1.gif) center no-repeat;
}
#hn1:hover  {
	background: url(../gifs/ho_g2.gif) center no-repeat;
}
#hn2:link, #hn2:visited, #hn2:active  {
	background: url(../gifs/ho_s1.gif) center no-repeat;
}
#hn2:hover  {
	background: url(../gifs/ho_s2.gif) center no-repeat;
}
#hn3:link, #hn3:visited, #hn3:active  {
	background: url(../gifs/ho_l1.gif) center no-repeat;
}
#hn3:hover  {
	background: url(../gifs/ho_l2.gif) center no-repeat;
}
#hn4:link, #hn4:visited, #hn4:active  {
	background: url(../gifs/ho_c1.gif) center no-repeat;
}
#hn4:hover  {
	background: url(../gifs/ho_c2.gif) center no-repeat;
}

#hn5:link, #hn5:visited, #hn5:active  {
	background: url(../gifs/ho_n.gif) center no-repeat;
}
#hn5:hover  {
	background: url(../gifs/ho_n1.gif) center no-repeat;
}

/* UNTERNAVIGATION: */

#unternavig {
  margin: 0 auto;
  margin-bottom:40px;
  width: 540px;
  padding: 0;
  text-align: center;
}
#fekter img#cover { /* das GEA-Logo (und das Brennstoff-Cover) */
	display: inline; /* gegen Float/Margin-Bug in ie6win */
}
#fekter img#cover2 { /* das Brennstoff-Cover */
	margin-top: 10px;
	margin-left: 10px;
	margin-right:10px;
	padding: 0;
	border: 1px solid #5eb74c;
}
#unternavig div#links {
	float: left;
	display: inline; /* gegen Float/Margin-Bug in ie6win */
 	margin: 25px 0 10px 0;
  	padding: 10px 0;
  	width: 600px;
  	text-align: left;
  	font: bold 11px/13px Verdana, Arial, sans-serif;
}
#unternavig #links a, #unternavig #links p { /* Links */
	float: left;
	margin: 0 10px 0 0;
	border: 0;
	width: 105px;
	padding: 1px;
	text-align: center;
}
#unternavig a:hover img#cover, #unternavig a:hover img#cover2 { /* Brennstoff-Cover */
  border: 1px solid #fff;
}
#unternavig #links a:link, #unternavig #links a:visited, #unternavig #links a:active {
  background-color:  transparent; /* die Farbangabe braucht ie7 */
  color: #5EB74C;
}
#unternavig #links a:hover {
  background-color: #FFF !important;
  color: #5EB74C;
  border: 0;
}
#unternavig #links br {
	clear: left;
}

#floh {
	margin: 3em auto 0 auto;
	text-align: center;
}
#floh p {
  font-size: 1em;
  color: #5EB74C;
}
#bannerbox{
	font: bold 11px/13px Verdana, Arial, sans-serif;
	background-color: #9cdd6b;
	padding: 0px 300px 0 300px;
	text-align: center;
}

#bannerbox a:link, a:visited, a:active {
  background-color:  #9cdd6b; /* die Farbangabe braucht ie7 */
  color: #5EB74C;
}
#bannerbox a:hover {
  background-color: #FFF !important;
  color: #5EB74C;
  border: 0;
}
#banner {
	font: bold 11px/13px Verdana, Arial, sans-serif;
	background-color: #d9ddc2;
	text-align: left;
	color: #77804b;
	height: 180px;
	border: 1px solid #8e9762;
	position: relative;
	padding: 20px;
	margin-top: 50px;
	margin-left: 70px;
	margin-right: 70px;	
}
#banner h1 {	
	font-size: 150%;
	margin-bottom: 2em;
	font-weight: bolder;
	color: #5a6233;
}
#banner h2 {	
	font-size: 120%;
	margin-bottom: 1em;
}
#banner a {	
	color: #5a6233;
	background-color: transparent;
	text-decoration: underline;
}
#banner a:hover {	
	background-color: #FFF;
	text-decoration: none;
}
#titelhaeppchen {	
	color: #5EB74C;
	font-size: 160%;
	font-weight: bolder;
	padding: 0px 10px 10px 10px;
}
#banner img { 
	float: right;
	display: inline;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	border: 1px solid #8e9762;
}

/* FEKTER */
#fekter{
clear:both;
margin:10px auto;
width:565px;
font-family:arial,helvetica,"sans serif";
color:#666;
text-align:center;
}
#fekter p{
text-align:left;
padding-top:6px;
margin-bottom:7px;
margin-top:0px;
}
#fekter p a{
font-weight:bold;
color:#5EB74C;
text-decoration:none;
z-index:10;
}
#fekter p a:visited{
color:#5EB74C;
}
#fekter a img{
margin:3px;
border:0px;
vertical-align:middle;
z-index:100;
}
#fekter a img.flohmarkt{
border:1px solid #fff;
}
#fekter img.hinweis{
margin:0px 0px 0px 80px;
}
#fekter img.hinweis2{
margin:0px 0px -13px 194px;
}
#fekter #logo{
margin-top:20px;
}
.italic{
font-style:italic;
font-size:50%;
}
.bold{
font-style:bold;
}
#overall{
margin:0px auto;
width:800px;
text-align:left;
font-family:arial,helvetica,"sans serif";
font-size:1em;
}
#overall h1{
font-family:Arial,helvetica,"sans serif";
font-size:2.5em;
color:#fff;
}
#overall h2{
font-family:arial,helvetica,"sans serif";
font-size:1.5em;
color:#390;
clear:both;
margin-top:40px;
}
#overall span{
margin:-10px 0px 10px 0px;
float:left;
}
#overall p{
float:left;
width:600px;
line-height:1.3em;
clear:both;
font-family:arial,helvetica,"sans serif";
font-size:1em;
color:#000;
margin-top:-5px;
margin-bottom:30px;
}
#overall p img{
float:left;
margin:5px;
clear:left;
}
#overall a{
font-weight:bold;
}
.pfeil{
position:absolute;
top:30px;

}
