body{
	margin: 0px 0px 0px 0px;
	background-color: #D9DDE0;
	text-align: center;
	font-family: Arial;
	color: #666666;                                                                    ^
}

body.contentpane{
	text-align: left;
	background-color: #ffffff;  
}

img {border:0px solid red;}

#container{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 980px;
	margin: auto;

	text-align: left;

	background-image: url('images/bg_line.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	padding-top: 9px;
}
#contentbox
{
	width: 660 px;
	margin-left:235px;
	padding-right: 50px;
	font-family: Arial;
	font-size: 13px;
	color: #666666;
        min-height:500px;
        margin-top: -10px;

}

#flashbox
{
	width: 1024 px;
	margin-left:30px;
	padding-right: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #666666;
        min-height:800px;
        margin-top: -10px;
	text-align:top center;
	position: top center;
	top:2 px;
	margin-bottom:15px;

}

#header{
	width: 920px;
	top: 0px;
	bottom: 0;
	height: 92px;
	margin-left: 29px;

	background-image: url('images/logo_bg.jpg');
	background-repeat: repeat-y;
	background-position: top right;
}


H1
{
  color:#666666;
  font-size:16pt;
  font-family: Arial, Verdana;
  
  letter-spacing:1px;
  margin-bottom:18px;
  margin-top:3px

}

#bg_image{
        margin-left:12px;
	height: 189px;
	background-repeat: no-repeat;
	background-position: top center;

}

#navi{
	background-image: url('images/balken.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 28px;
	margin-top: 2px;
	padding-left: 45px;
	padding-top:5px;
}

#content{
	text-align: left;
	padding: 15px 25px 0px 28px;
	margin-top:-2px;
}

#menstruc{
	float: left;
	text-align:left;
	left: 60px;
	width: 200px;
	margin-left:12px;


	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #5A5E68;
	background: transparent;
	margin-top: -8px;
	font-size: 11px;

}

#footer{
	color: #9EA0A2;
	font-family: Arial;
	font-size: 10px;
	position: relative;
	height: 30px;
	top:-15px;

	clear: both;

	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #D9DDE0;
	font-weight: bold;


}


a:link, a:visited {
	color: #000000; text-decoration: none; font-weight: bold;
}

a:hover {
	color: #FE0000;	text-decoration: none; font-weight: bold;
}


a.headerlink:link		{color: #5A5E68; font-size: 11px; font-weight: bold;}
a.headerlink:hover		{color: #FE0000; font-size: 11px; font-weight: bold;}
a.headerlink:visited      	{color: #5A5E68; font-size: 11px; font-weight: bold;}

