﻿body {
				background-image: url('../images/bg.jpg');
				background-repeat: repeat;
				text-align: center;
				font-family: "Bookman Old Style", Verdana;
				font-size: 16px;
				font-style: italic;
				color: #666666;
				margin: 0 auto;
}

h1 {
				font-size: 18px;
				font-weight: bold;
				text-transform: uppercase;
				color: #FFFFFF;
}

img {
				border: 0px;
}

#container {
				margin: 0 auto;
				text-align: left;
				width: 975px;
}

#top {
				width: 610px;
				height: 150px;
				background-image: url('../images/logo.jpg');
				background-repeat: no-repeat;
				background-position: left;
				margin: 0 auto;
				text-align: right;
				font-family: "Bookman Old Style", Verdana;
				font-size: 18px;
				color: #FFFFFF;
}

#menu {
				width: 975px;
				margin: 0 auto;
				text-align: center;
}

#menuknop {
				width: 105px;
				height: 25px;
				background-image: url('../images/knop.jpg');
				background-repeat: no-repeat;
				padding-left: 20px;
				padding-top: 4px;
				padding-right: 5px;
				display: block;
				text-align: left;
				font-size: 12px;
				float: left;
}

#menuknop a {
				text-decoration: none;
				color: #666666;
}

#menuknop a:hover {
				text-decoration: none;
				color: #ffffff;
}

#content {
				width: 955px;
				min-height: 400px;
				padding: 10px;
				float: left;
}

#bottom {
				width: 975px;
				margin-top: 10px;
				margin-bottom: 10px;
				font-size: 11px;
				color: #FFFFFF;
}

a {
				text-decoration: none;
				color: #FFFFFF;
}

a:hover {
				text-decoration: underline;
				color: #FFFFFF;
}
