
/* * * * * * * * * * * * * * * * * * * * * * * * * * *   
 * top part 
 */

#divTopImage
{
	height: 90;
	background-image: URL('../images/imagetop.jpg');
}

#divTopLinks
{
	text-align: center;
	background: rgb(180, 180, 180);
	padding: 5 0 5 0;
}

#divTopLinks a
{
	margin: 0 15 0 15;
	font-size: 12pt;
	text-decoration: none;
	color: black;
}

#divTopLinks a.Current
{
  font-weight: bold;
}

#link_aktuellt
{
  color: darkred !important;
}

#divSubLinks 
{
	text-align: center;
	background: rgb(210, 210, 210);
	padding: 2px;
}

#divSubLinks a
{
	margin: 0 15 0 15;
	font-size: 10pt;
	text-decoration: none;
	color: black;
}

#divSubLinks a.Current
{
  font-weight: bold;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * *   
 * bottom part 
 */

#divCopyrightNotice
{
	border-top: 1px solid #d0d0d0;
	padding-top: 20px;
	text-align: center;
	color: rgb(180,180,180);
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * *   
 * main part
 */
  
body, td 
{
	font-family: verdana, arial; 
	font-size: 10pt;
}

table
{
  border: 0;

}


#divContainerOuter
{
	width: 786;
	background: ;
}
