body{
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0 0 0 0;
}

.container{
	width: 100%;
	background-image: url(bgoverlay.gif);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0;
	spacing: 0 0 0 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.top1 {
	width: 121;
	background-image: url(top1.png);
	padding: 4 0 0 29;
	color: #f63335;
}

.userpass {
	width: 279;
	padding: 0 0 0 38;
}

.loginbtn {
	width: 95;
	padding: 0 0 5 0;
}


.title {
	width: 100%;
	height: 49;
	background-image: url(contenttitle.png);
	color: #FFFFFF;
	padding: 2 0 0 63;
}

.title2 {
	width: 100%;
	height: 49;
	background-image: url(contenttitle3.png);
	color: #FFFFFF;
	padding: 2 0 0 17;
}

.title3 {
	width: 100%;
	height: 49;
	background-image: url(contenttitle2.png);
	color: #FFFFFF;
	padding: 2 0 0 17;
}

.inhoud {
	width: 518;
	background-image: url(contentbg.png);
	color: #333333;
	background-color: #ffffff;
	background-repeat: repeat-x;
	padding: 11 7 0 7;
	line-height: 20px;
}

.comments {
	width: 518;
	background-image: url(commentsbg.png);
	font-weight: bold;
	background-color: #ffffff;
	color: #e60a27;
	background-repeat: repeat-x;
	padding: 0 37 0 0;
	text-align: right;
}

.fixtcontent {
	width: 100%;
	padding: 13 13 7 13;
	color: #ffb2b2;
}

td {
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
}

blockquote {
	border-left: 1px solid #fe0003;
	margin-left: 11px;
	padding: 11px 11px;
	background-color: #ececec;
	color: #2a2a2a;
}

input.loginHandle
{
  width:122px;
  height:32px;
  border:0;
  background-image:url(username.png);
  color:#fd0d20;
  font-family:tahoma;
  font-size:10px;
  background-repeat:no-repeat;
  padding: 9 14 0 14;
}

input.loginHandle2
{
  width:122px;
  height:32px;
  border:0;
  background-image:url(password.png);
  color:#fd0d20;
  font-family:tahoma;
  font-size:10px;
  background-repeat:no-repeat;
  padding: 9 14 0 14;
}

input.loginHandle3
{
  width:27px;
  height:32px;
  border:0;
  background-image:url(login.png);
  padding: 7 0 0 11;
}

input {
	border: 1px solid #e3e3e3;
	background-color: #FAFAFA;
	font-family: tahoma;
	font-size: 11px;
	color: #e60a27;
}

.submit input {
	border: 1px solid #e3e3e3;
	background-color: #FAFAFA;
	font-family: tahoma;
	font-size: 11px;
	color: #e60a27;
}

select {
	border: 1px solid #e3e3e3;
	background-color: #FAFAFA;
	font-family: tahoma;
	font-size: 11px;
	color: #e60a27;
}

textarea {
	border: 1px solid #e3e3e3;
	background-color: #FAFAFA;
	font-family: tahoma;
	font-size: 11px;
	color: #e60a27;
}

a {
text-decoration: none;
color: #e60a27;
}

a:link, a:visited{
text-decoration: none;
color: #e60a27;
}

a:hover, a:active{
text-decoration: underline;
color: #e60a27;
}