/*****CSS fuer DAK Kampagnen*******/

#bereichsbild
{
	background-image : url(/content/files/bereichsbild_kampagne.jpg);
	background-repeat: no-repeat;
}

#punkt1 a, #punkt1 a:visited {
background-color:#FFFFFF;
background-image:none;
color:#FF5900;
float:left;
height:20px;
padding-top:6px;
text-decoration:none;
}
#punkt1 a:hover {
background-color:#FF5900;
background-repeat:repeat-x;
color:#FFFFFF;
}


#topthematext 
{
	width: 340px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	top : 0px;
	font-size : 0.85em;
}

#topthematext h1 
{
	font-size: 1.3em;
	font-weight: bold;
	color: #545454;
	margin-top: 0px;
	margin-bottom: 5px;
}

#topthematext h2 
{
	
	font-size: 1.7em;
	font-weight: bold;
	color:#FF5900;
      margin-top: 0px;
	margin-bottom: 5px;
}

#topthema p 
{
	font-size: 0.8em;
	margin: 5px 0px;
	line-height: 150%;	
}

#topthema a 
{
	color: #697D8C;
	text-decoration: none;
	text-indent: 50px;
	font-size : 0.8em;
}

#topthema a:visited
{
	color : #FF5900;
      background-color: #FFF;
}

#topthema a:hover, #topthema a:focus
{
	color: #FFF;
	background-color: #FF5900;
} 
#topthema a:active
{
	color : #FFF;
	background-color : #697D8C;
} 



