@CHARSET "ISO-8859-1";
body
{
	margin: 0;
	padding: 0;
}

a img
{
	border: 0;
}

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

.head
{
	position: relative;
	height: 55px;
/*
	background: orange;
	border : 1px solid Gray;
*/
	vertical-align: top;
	
	z-index: 1;
}

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

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

	border: 0;
	
	z-index: 1;
}

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

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

.startImg
{
	position: relative;
	
	margin: 0;
	padding: 0;

	background-color: #cdcfd1;

	z-index: 1;
}

.rubrikImg
{
	position: relative;
	/*height: 160px;*/
	top: 0px;
	
	margin: 0;
	padding: 0;
	
	background-color: #cdcfd1;
}

.tableImg
{
	margin: 0;
	padding: 0;
	
	background-color: #cdcfd1;
}

.path
{
	position: relative;

	top: 0px;
	
	height: 17px;
	/*width: 98%;*/
	padding-top: 4px;
	padding-left: 15px;
	/*margin-top: 3px;*/

	border-bottom : 1px solid #cdcfd1; /* Kuma grau */
	
	font-size: 9px;
	/*font-weight: bold;*/
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	/*background-color: orange;*/
}

.trennliniePath
{
	 position: relative;

	 top: -8px;
	 left: 0px;
	 /*width: 410px;*/
	 height: 1px;
	 /*left: -15px;*/
	 color: #cdcfd1;
}

#form
{
	position: relative;

	left: 10px;
}


.search
{
	padding: 0;
	margin: 0;
	border: 1px solid #cdcfd1; /* Kuma grau */
}

