/* BODY AND CONTAINER */

		body {
			background-color: #60594F;
		}
			

		#container {
	width: 800px;
	
	font-family: "Trebuchet MS", Tahoma, Garamond; /* Het Schuytenshuys - Nederland */
	font-size: 12px;
	line-height: 15px;
	
	color: #000000;
	background-color: #333333;
	border: 1px solid #666666;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 7px;
	text-align: right;
	
	float: none;
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 26px;
			color: #CC0000;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
		h2 {
			color: #000000;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #EDE192;
		}
		
		a {
			color: #CCCCCC;
			text-decoration: none;
		}

		a:hover {
			color: #566590;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}
		
		input {
	background-color: #D1C9BE;
	color: #000000;
	border: 1px solid #000000;
	font-size: 11px;
	padding: 3px;
		}
		
		.button {
	padding: 3px;
	text-transform: uppercase;
	letter-spacing: 7px;
		}
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 1px solid #D1C9BE;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
/* HEADER */

		#header {
	border-bottom: 4px solid #948979;
	padding-top: 4px;
	clear: both;
	margin-bottom: 5px;
	background-image: url(images/KOP.jpg);
	background-color: #B2A592;
	height: 80px;
	width: 800px;
		}
		
		#header p { 
			margin-top: -20px;
			margin-left: 10px;
			color: #CC0000;
		}

/* NAVIGATION */
	
		#menu1 {
	width: 140px;
	margin: 0px;
	border-style: solid;
	border-color: #333333;
	border-width: 0px;
	border-style: solid;
	border-bottom: none;
	float: left;
	height: 250px;
	text-align: left;
		}
	
		#menu1 li a {
			height: 26px;
  			voice-family: "\"}\""; 
  			voice-family: inherit;
  			height: 26px;
			text-decoration: none;
		}	
	
		#menu1 li a:link, #menu1 li a:visited {
	color: #CCCCCC;
	display: block;
	background-image: url(menu.jpg);
	background-position: 0px 0px;
	height: 16px;
	width: 120px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
		}
	
		#menu1 li a:hover {
			color: #FFFFFF;
			background:  url(menu.jpg) 0 -26px;
			padding: 1px 0 0 10px;
		}	

		ul {
	list-style: none;
	margin: 0;
	padding: 0;
		}

		img {
   			border: none;
		} 

		
/* CONTENT */

		#content {
		text-align:left
	width: 580px;
	margin-left: 100px;
	margin-right: 33px;
	border-left-color: #CCCCCC;
	margin-top: 0px;
		}
		
		#content p {
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 40px;
	text-align: left;
			
		}
		
		#content a {
			color: #000000;
			text-decoration: none;
			border-bottom: 1px #66749A;	
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #CC0000;
			text-decoration: none;
			border-bottom: none;	
			font-weight: normal;	
		}
		
		#leiste1 {height:30px;
background-color:#FFCF88;
height:30px;
letter-spacing:7px;
text-align:right;

}

/* SIDEBAR */

		#sidebar {
	float: right;
	width: 170px;
	background-color: #FFCF88;
	padding-top: 5px;
	padding-right: 5px;
		}
		
		#sidebar p {
	padding-bottom: 10px;
	margin-right: 5px;
	border-bottom: 1px solid #D1C9BE;
	padding-left: 5px;
		}
		
		#sidebar a {
	color: #333333;
	text-decoration: none;
	font-weight: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #66749A;
		}
		
		#sidebar a:hover{
			color: #CC0000;
			text-decoration: none;
			border-bottom: none;	
			font-weight: 10px;	
		}

/* FOOTER */

		#footer {
	margin-top: 5px;
	clear: both;
	padding: 5px 0px 0px 1px;
	text-align: center;
	background-image: url(header1_bg.jpg);
	margin-bottom: 1px;
	width: 750px;
		}
		
		#footer p {
			color:#000000;
			padding: 5px;
		}
		
		#footer p a {
			color: #999999;
			border-bottom: #000000;
		}
		
		#footer p a:hover {
			color: #CC0000;
		}
