@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;*/

	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;

  	/*background-color: orange;*/
}

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

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

	background-color: #CED7E7;

	z-index: 1;
}

.rubrikImg
{
	position: relative;

	top: 0px;
	
	margin: 0;
	padding: 0;
	
	background-color: #CED7E7;
}

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

.path
{
	position: relative;

	top: 0px;
	
	height: 17px;
	
	padding-top: 4px;
	padding-left: 15px;

	border-bottom : 1px solid #CED7E7;

	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#form
{
	position: relative;

	left: 10px;
}


#search
{
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	/*border: 1px solid #CED7E7;*/
}

