body
{
	margin: 0;
	padding: 0;
}

a img
{
	border: 0;
}

.main
{
	position: relative;
	
	width: 990px;
	
	z-index: 1;
}

.head
{
	position: relative;
	height: 55px;

	vertical-align: top;
	
	z-index: 1;
}

.menue
{
	position: relative;
	height: 20px;
}

.logo
{
	position: relative;
	
	top: 6px;
	left: 20px;

	border: 0;
	
	z-index: 1;
}

.topNav
{
	position: absolute;
	
	top: 20px;
	left: 675px;

	font-family : Arial, Helvetica, sans-serif;
  	font-size : 10px;
  	font-weight : normal;
  	color : #000000;
}

.topNav input
{
	border: 1px solid #b2bece;
}

.path
{
	position: relative;

	top: 0px;
	
	width: 100%;
	
	padding-top: 2px;
	padding-left: 15px;

	border-bottom : 1px solid #cdcfd1; /* KUMA-grau*/
}

.path a  
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #022F51;
	text-decoration : underline;
}
.path a:hover  
{ 
	color : #034C84;
	text-decoration : underline;
}

.pathstyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #022F51;
	text-decoration: underline;
}

.printIcon
{
	position: absolute;

	top: 2px;
	/*left: 550px;*/
	right: 30px;
	
	/*background: orange;*/
}

#form
{
	position: relative;

	left: 10px;
	
	width: 580px;

	/*background: yellow;*/
}

#search
{
	position: relative;
	left: 10px;
	width: 580px;
}

#newsticker
{
	position: relative;
 
	top: -1px;
}
