
body
{
	background-color:#AAAAAA;
	overflow:auto;
}
img 
{
border:0px;
}
.content
{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;

}

.header
{
	background-image:url(images/banner.png);
	height:100px;	
}

.menu
{
background-color:#4751A3;
}

.main
{

	background-image:url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center -150px; 
	background-color:#FFFFFF;
}

.footer
{
	background-color:#4751A3;
}


.header, .menu, .main, .footer
{
	padding:6px;
	width:780px;
	border-style:solid;
	border-width:2px;
	border-color:#CCCCCC;
	clear:both;
}
.header, .menu, .main
{

	border-bottom-width:0px;
}
.main
{
	display:table;
	float:left;
}

.mainbody
{
	padding:20px;
}
.mainRight
{
	width:200px;
	padding:20px;
}



hr
{
border-style:none;

background-color:rgb(102,53,0);
color:rgb(102,53,0);
height:1px;
}
.Lodstreck
{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:rgb(102,53,0);
	padding-left:2px;
}



body
{
	text-align:center;
}
body,td
{

	font-family:Verdana;
	font-size:10px;
}

.menu, .footer
{

	font-size:10px;
	color:white;
}
.menu a:link, .menu a:visited, .menu a:hover, .menu a:active
{
	padding:0px 10px;
	color:white;
	text-decoration:none;	
}
.menu a:hover
{
	color:#CCCCCC;
}

h1
{
	font-size:16px;
	color:#FF0033;
	font-weight:bold;
}
h2
{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}