* {padding: 0; margin: 0; text-decoration: none;}

html,body {
	background: #ecf4d4 url(../images/bg.png) left top repeat-x;
}

#container {
	width: 820px;
	height: auto;
	margin: 0 auto;
}

#header {
	background: url(../images/header.png) no-repeat;
	width: 820px;
	height: 52px;
	margin-top: 88px;
	float: left;
}

#contentcontainer {
	background: #0087cd url(../images/bg%20content.png) left top no-repeat;
	width: 820px;
	height: auto;
	float: left;
}

#menu {
	margin: 8px 0 0 11px;
	float: left;
}

#menu ul {list-style: none;}
#menu ul li {float: left; display: block; height: 37px; text-align: center; margin-right: 1px;}
#menu ul li a {color: #FFF; font: bold 12px "Trebuchet MS"; width: 100%; height: 100%; display: block; line-height: 37px;}
#menu ul li a:hover {color: #006bc0;}
#menu ul li.left {background: url(../images/menu%20left.png) no-repeat; width: 107px;}
#menu ul li.center {background: url(../images/menu%20center.png) no-repeat; width: 110px;}
#menu ul li.right {background: url(../images/menu%20right.png) no-repeat; width:126px;}
#menu ul li.left:hover {background:url(../images/menu%20left%20hover.png) no-repeat;}
#menu ul li.center:hover {background:url(../images/menu%20center%20hover.png) no-repeat;}
#menu ul li.right:hover {background:url(../images/menu%20right%20hover.png) no-repeat;}

#content {
	margin: 0 11px;
	background: #FFF url(../images/content%20top.png) top no-repeat;
	width: 797px;
	float: left;
	padding-top: 11px;
}

#textfield {float: left; width: 550px; height: auto;}
#demofield {float: right; width: 210px; height: auto; margin-right: 14px;}

h1 {
	text-transform: uppercase;
	color: #006bc0;
	font: bold 18px "Trebuchet MS";
	margin-left: 14px;
	margin-bottom: 8px;
}
h2 {
	text-transform: uppercase;
	color: #006bc0;
	font: bold 15px "Trebuchet MS";
	margin-left: 14px;
	margin-bottom: 8px;
}
input {
	width: 150px;
	border: 1px solid #000;
	background: #FFF;
	color: #666;
	font: normal 12px "Trebuchet MS";
}

p {
	color: #666;
	font: normal 12px "Trebuchet MS";
	line-height: 20px;
	margin-left: 14px;
}
table {
	color: #666;
	font: normal 12px "Trebuchet MS";
	line-height: 20px;
	margin-left: 14px;
}

#footer {
	background: url(../images/content%20bottom.png);
	height: 32px;
	width: 820px;
	float: left;
}
#reclame
{
	margin-top: -50px;
	margin-left: 50px;
}
.t1 {
	background-color: #D6D6D6;
}
.t2 {
	background-color: #F5F5F5;
}
