﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #453151;
	color: #000000; /*black*/
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 0px;
	background-color: #b899b8;
	width: 80%;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: center;
	padding: 0px;
	background-color: #b99bba;
	background-image: url('../img/amatniekonline.gif');
	height: 93px;
	background-repeat: no-repeat;
	color: #000;
}

/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #a27ba2;
	text-align: right;
	font-size: .80em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
/*	margin-right: 5px;)*/
	color: inherit;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

/*==============all site links==============*/

a:link {
	font-weight: normal;
	color: #453151;
	background: transparent;
	text-decoration: none;
}
a:visited{
	font-weight: normal;
	color: #ffd700;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	text-decoration : none;
	background: #926392;
	color: #ffff99;
}
a:active {
	font-weight: normal;
	text-decoration : underline;
	background: #b99bba;
	color: #000;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left: 240px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftnav {
	color: #000;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #000;
	float: left;
	background-color: #926392;
	width: 200px;
}
#leftnav ul {
	list-style: disc;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
<!-- 	list-style: none; -->
	padding: 2px 0;
}

/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #000;
	clear: both;
	padding: 5px;
	background-color: #b899b8;
	font-size: 80%;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #453151;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}


