/***************************************************************
* Elite-Gastouderbureau.nl Stylesheet                          *
* Type: Screen                                                 *
* Versie: 1.0                                                  *
* Copyright Elite Gastouderbureau - Alle rechten voorbehouden  *
***************************************************************/

/*
Algemene pagina opmaak
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
}
html{
	background: #bdd181 url(../images/html_bg.png) repeat-x
}

body {
	background: #FFFFFF;
	border-right: 1px solid #9fb365;
	border-bottom: 1px solid #9fb365;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	width:800px;
	margin:0 auto 30px;
	line-height: 18px;
}

input[type=text], input[type=password]{
	border: 1px solid #abadb3;
}

a {
	color: #666666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a:hover {
	color: #ff9933;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


h1 {
	font-size: 22px;
	color: #575251;
	font-weight: normal;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	margin-bottom: 12px;
}

h2 {
	font-size: 14px;
	color: #00a651;
	text-align: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	padding: 8px 0;
}

/*
Pagina container
*/
#container {
/*	background: url(../images/pagina_bg.gif) repeat-y;*/
	width: 818px;
/*	min-height: 100%;
	height: auto !important;*/
	/*height: 100%;*/ /* IE fix */
	padding-bottom: 50px;

}

/*
Header
*/
#header {
	background: url(../images/header.png) no-repeat;
	width: 800px;
	height: 163px;
}

/*
Menu
*/
#menu_bg {
	height: 27px;
	background: url(../images/menu_bg.png) repeat-x;
	width: 800px;
	margin-bottom:22px;
}

#menu {
	height: 27px;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	font-family: Verdana;
}

#menu a {
	font-weight: normal;
	text-decoration: none;
}

#menu ul {
	list-style-type: none;
	list-style-image: none;
	height: 27px;
	display: inline-block;
}

#menu li {
	height: 19px;
	float: left;
	padding:4px 8px;
}

#menu li:hover, #menu li.active{
	background-color: #FFF;
}

#menu li a{
	color: #6b4207;
}

#menu li a:hover, #menu li.active a {
	color: #4c4c4c;
}

/*
Submenu links
*/

#submenu_container {
	width: 204px;
	float: left;
	margin-bottom: 8px;
	font-family: Lucida Sans-serif, sans-serif;
	font-weight: bold;
}

.submenu_top_bg {
	display:none;
}

.submenu_bg {
}

.submenu_top {
	width: 192px;
	height: 14px;
	background: url(../images/content_rechtsboven.gif) no-repeat top right;
	font-size: 11pt;
	color: #FFFFFF;
	display: none;
}

.submenu_top ul {
	background: url(../images/content_linksboven.gif) no-repeat;
	list-style-type: none;
	list-style-image: none;
	height: 14px;
	display: none;
}

.submenu_content {
	min-height: 100px;
	border: 1px solid #c9c9c9;
	margin: 8px 12px;
	padding: 8px 12px;
}

.submenu_bottom_bg {
	width: 192px;
	height: 14px;
	background: url(../images/content_bg_onder.gif) repeat-x;
	display: none;
}

.submenu_bottom {
	width: 192px;
	height: 14px;
	background: url(../images/content_rechtsonder.gif) no-repeat top right;
	font-size: 11pt;
	color: #FFFFFF;
	display: none;
}

.submenu_bottom ul {
	background: url(../images/content_linksonder.gif) no-repeat;
	list-style-type: none;
	list-style-image: none;
	height: 14px;
	display: none;
}

/*
Content
*/
#content_container {
	width: 547px;
	float: left;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 30px;
}

.content_top_bg {
	width: 547px;
	height: 14px;
	margin-top: 15px;
	background: url(../images/content_bg_boven.gif) repeat-x;
	display:none;
}

.content_bg {
}

.content_top {
	width: 547px;
	height: 14px;
	background: url(../images/content_rechtsboven.gif) no-repeat top right;
	font-size: 11pt;
	color: #FFFFFF;
}

.content_top ul {
	background: url(../images/content_linksboven.gif) no-repeat;
	list-style-type: none;
	list-style-image: none;
	height: 14px;
}

.content_content {
	min-height: 150px;
	padding-left: 15px;
	padding-right: 15px;
}

.content_content p{
	margin-bottom: 12px;
}

.content_content ul {
	list-style-type: square;
	color: #669900;
	margin-left: 15px;
}

.content_bottom_bg {
	width: 547px;
	height: 14px;
	background: url(../images/content_bg_onder.gif) repeat-x;
	display:none;
}

.content_bottom {
	width: 547px;
	height: 14px;
	background: url(../images/content_rechtsonder.gif) no-repeat top right;
	font-size: 11pt;
	color: #FFFFFF;
}

.content_bottom ul {
	background: url(../images/content_linksonder.gif) no-repeat;
	list-style-type: none;
	list-style-image: none;
	height: 14px;
}

/*
Afbeeldingen
*/
.image_links {
	float: left;
}

.image_rechts {
	float: right;
}

/*
Login button
*/
#inloggen {
	width: 99px;
	height: 25px;
	border: 0;
}

.clear{
	clear: both;
}

#footer{
	width: 800px;
	height: 8px;
	background-color: #a6cf42;
}
