/* ************************
 Generic style components
**************************/
BODY
{
	font-family: Arial, helvetica, sans-serif;
	margin-left: 2px;
}
DIV
{
	position: relative;
}
/*************************
   Header part of style
**************************/
DIV.TopBar
{
	background-image: url(TopBar.gif);
	background-repeat:no-repeat;
	height: 120px;
	width: 765px;
}
IMG.Titel
{
	float: left;
	left: 2px;
	position:relative;
	top: 2px;
}
H1.Titel
{
	margin-left: 170px;
	padding-top: 10px;
	position: relative;
	width: 550px;
}
H2.Titel
{
	font-size: smaller;
	margin-left: 170px;
	position: relative;
	top: -5px;
	width: 550px;
}
/*************************
 Navigation part of style
**************************/
DIV.SideMenu
{
	background-color: red;
	background-image: url(SideMenu.gif);
	background-repeat: no-repeat;
	background-position: 100px 438px;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 10pt;
	height: 480px;
	width: 140px;
}
A.MenuItem, A.MenuItem-hl
{
	display: block;
	font-weight: bold;
	left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	position:relative;
	text-decoration: none;
	width: 132px;
}
A.MenuItem-hl
{
	background-color: Blue;
	border: solid 1px White;
}
A.MenuItem,A.MenuItem:visited
{
	background-color: White;
	border: solid 1px Blue;
	color: Blue;
}
A.MenuItem:hover
{
	background-color: Blue;
	border: solid 1px White;
	color:White;
}

/*************************
 Content part of style
**************************/
DIV.Content
{
	/*overflow: auto;*/
	position: absolute;
	top: 162px;
	left: 172px;
	height: 435px;
	width: 595px;
}
DIV.Adres
{
	color: black;
	font-size: 14pt;
	font-weight: bold;
}
H3
{
	color: blue;
	position: relative;
}
H6
{
	color: red;
  
	font-size: 20pt;
	font-weight: bold;
}
TD
{
	width: 250px;
	text-align: center;
	font-weight: bold;
}

