
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background:#000 url(img/bg.gif) top center repeat-x;
}
ul {
	margin-left:20px;
}
#menu {
	width:auto;
	padding-left:3px;
}
#content {
	margin:0 auto;
	background:url(img/bg.jpg) center center no-repeat;
	width:737px;
	padding-left:1px;
	height:600px;
}
#bottom {
	margin:0 auto;
	background: url(img/bottom.jpg) center center no-repeat;
	width:737px;
	height:26px;
	margin-bottom:20px;
	padding-left:1px;
}
h1 {
	display:none;
}
.link {
	position:relative;
	left:-235px;
	top:20px;
}
.links li {
	padding:4px 0px;

}
a {
	color:#61060D;
}
a:hover {
	color:#F00;
}
#text {
	position:relative;
	width:325px;
	height:320px;
	margin-left:255px;
	font-family: Tahoma;
	text-align: left;
	letter-spacing: 1px;
	line-height: 13px;
	font-size: 11px;
	overflow-y:auto;
	padding:10px;
	margin-top:90px;
}
html > body #text {
	margin-left:318px;
}
#header {
	text-align:left;
	position:relative;
	top:87px;
	width:350px;
	left:130px;
}
html > body #header {
	left:310px;
}
.foto {
	padding:1px;
	background-color:#DAECFA;
	border:1px solid #6E030D;
	margin:2px;
}
.knop, textarea {
	width:220px;
	font-family: Tahoma;
	text-align: left;
	letter-spacing: 1px;
	line-height: 13px;
	font-size: 11px;
	border:1px solid #61060D;
	padding:2px;
}
.inputbutton {
	background:#FFF;
	width:auto;
	font-family: Tahoma;
	letter-spacing: 1px;
	line-height: 13px;
	font-size: 11px;
	border:1px solid #61060D;
	padding:2px;
}