/* ************************
 Generic style components
**************************/
BODY
{
	font-family: Arial, helvetica, sans-serif; background-color:#FFFFD8; 
	text-align:center;
}
DIV.Centered
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align:left;
	vertical-align:top;
}
/*************************
   Header part of style
**************************/
DIV.TopBar
{
	/*background-image: url(topbar.gif);*/
background-color: #FFFFB8;
border-top: #CA3300 solid 2px;
border-left: #CA3300 solid 2px;
border-right: #CA3300 solid 2px;
border-bottom: #CA3300 solid 1px;
	background-repeat:no-repeat;
	/*height: 120px;
	width: 800px;*/
}
IMG.Titel
{
	float: left;
	left: 10px;
	position:relative;
	top: 8px;
}
H1.Titel
{
	font-size: 33pt;
	font-family:"monotype corsiva";
	margin-left: 170px;
	/*padding-top: 0px;*/
	position: relative;
	/*width: 550px;*/
	top: -18px;
margin-bottom: -8px;
}
H2.Titel
{
	font-size: 18pt;
	margin-left: 170px;
	position: relative;
	/*top: 11px;*/
}
H3.Titel
{
	font-size: 12pt;
	margin-left: 170px;
	position: relative;
	top: -40px;
}
/*************************
 Navigation part of style
**************************/
DIV.SideMenu
{
	background-color: #FFFFB8;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 10pt;
	height: 625px;
	width: 140px;
	float: left;
	position:absolute;
	top:155px;
}
A.MenuItem, A.MenuItem-hl
{
	display: block;
	font-weight: bold;
	color:black;
	left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	position:relative;
	text-decoration: none;
	width: 132px;
}
A.MenuItem-hl
{
	background-color: #CA3300;
	border: solid 1px White;
}
A.MenuItem,A.MenuItem:visited
{
	background-color: White;
	border: solid 1px #CA3300;
	color: Black;
}
A.MenuItem:hover
{
	background-color: #CA3300;
	border: solid 1px White;
	color:White;
}
/*************************
 Content part of style
**************************/
DIV.Content
{
	float: right;
	height: 480px;
	width: 630px;
	font-size: 11pt;
}
DIV.Adres
{
	color: black;
	font-size: 14pt;
	font-weight: bold;
}
H1
{
	color: #C43000;
	position: relative;
}
H2
{
	color: #C43000;
	position: relative;
}
H3
{
	color: #C43000;
	position: relative;
}

H4
{
	color: #C43000;
	position: relative;
}
H5
{
	color: #C43000;
	position: relative;
}
H6
{
	color: #C43000;
	position: relative;
}
TD
{
	width: 300px;
	text-align: center;
	font-weight: bold;
}
