@charset "utf-8";
/* CSS Document */

/*voor iedere pagina */
body {
	background-image:url(layout/bg.gif);
	background-repeat:repeat-x;
	}
#container {
	width: 893px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
}
* {
	margin: 0px;
	padding: 0px;
}
#header {
	background-image:url(layout/header.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:30px;
}
#navigation {
	background-image:url(layout/fillingbt.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:45px;
}
#banner {
	background-image:url(layout/banner2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:201px;
	
}
#footer {
	background-image:url(layout/footer.gif);
	height:3px;
	width: 893px;
	margin-left:auto;
	margin-right:auto;
}
li {
	margin-left:80px;
}
p, li, table {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}
p, h1 {
	margin-left:40px;
	margin-right:40px;
	padding:7px;
	padding-bottom:10px;
}
h1{
font-size:27px;}

h2 {
	margin-left:47px;
	margin-bottom:10px;
}
p img {
	padding-right: 5px;
}
#content {
	background-image:url(layout/contentbg.gif);


}
form ol {
	list-style:none;
}
form li {
	font-size:68.75%;
	margin-bottom:14px;
	overflow:hidden;
	height:1%;
}
ol {
	padding-bottom:15px;
}
.send {
	padding-left:25px;
}
.name, subject, email, message {
	width:102px;
	line-height:2em;
	padding-left:300px;
}
img {
	border:0px;
}
table {
	background:#ececec;
	border:1px;
	border-style:solid;
	border-color:#cdcdcd;
	margin-left:auto;
	margin-right:auto;
	background-image:url(layout/lol.png);
	background-position:left bottom;
	background-repeat:no-repeat;


}
th {
	background:#cdcdcd ;
	background-image:url(layout/table.gif);
	background-repeat:repeat-x;
	height:39px;
	padding:1px;
}
.name {
	padding-left:50px;
	width:150px;
	text-align:left;
}
.rank {
	padding-right:16px;
	width:114px;
	text-align:right;
}
table thead {
	color:#bcbcbb;
}
a {
	color:#0099FF;
	border:0px;
}
.text {
	margin-left:30px;
}
.subject {
	margin-left:19px;
}
.email {
	margin-left:27px;
}
.submit {
	margin-left:170px;
		margin-bottom:10px;

}
.message {
	margin-left:13px;
}

