.hit {
width: 490px;
height:75px;
display: block;
}

.active {
width: 490px;
height:140px;
background:#ffffff;
display: block;
}


/* ----------------------- Bildfelder ----------------------- */

a.bildfeld2 {
height: 70px;
width: 300px;
float:left;
display: none;
}

a.bildfeld1 {
height: 70px;
width: 200px;
float:left;
display: block;
}

.active a.bildfeld1 {
height: 70px;
width: 200px;
float:left;
display: none;
}

.active a.bildfeld2 {
height: 135px;
width: 200px;
float:left;
display: block;
}

/* ----------------------- Textfelder ----------------------- */

.gelbestextfeld1 {
height: 70px;
width: 290px;
float:right;
display: block;
background:#e3d600;
}

.gelbestextfeld2 {
height: 70px;
width: 290px;
float:right;
display: none;
background:#e3d600;
}

.active .gelbestextfeld1 {
height: 70px;
width: 290px;
float:right;
display: none;
background:#e3d600;
}

.active .gelbestextfeld2 {
height: 135px;
width: 290px;
float:right;
display: block;
background:#ffffff;
}

.active .gelbestextfeld2 .inside,  .gelbestextfeld2 .inside {
padding:10px;
float:left;
}

.active .gelbestextfeld1 .inside, .gelbestextfeld1 .inside {
padding:10px;
float:left;
}

/* ----------------------- Text ----------------------- */

#content .active .gelbestextfeld2 p.home {
margin:0px;
font-weight:bold;
color:#000000;
display: block;
}


#content .gelbestextfeld1 p.home {
margin:0px;
font-weight:bold;
color:#ffffff;
display: block;
}

.homeh1 {
color:#e3d600;
text-transform:uppercase;
letter-spacing:0.1em;
}

.homeh2 {
color:#ffffff;
text-transform:uppercase;
letter-spacing:0.1em;
}

#content .gelbestextfeld1 a.linkhome {
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	background: url(../pfeil_weiss.gif) no-repeat;
	padding: 0px 0px 0px 13px;
}

#content .gelbestextfeld1 a:hover.linkhome {
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	background: url(../pfeil_weiss.gif) no-repeat;
	padding: 0px 0px 0px 13px;
}

.wrap {
	clear:both;
	padding-top:5px;
	float:left;
	display: block;
}

#content .wrap {
	display: block;
}