/*
Theme Name: ElroyCOM
Theme URI: http://www.elroycom.nl
Description: Theme of website ElroyCOM
Author: drst
Author URI: http://www.drst.nl
*/

body {
	background: url(images/background_body.gif) repeat-x top;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: scroll;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	padding: 0;
	margin: 0;
	color: #5d8fba;
}

a img {
	border: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#container {
	margin: auto;
	width: 1004px;
}

a#logo {
	display: block;
	width: 371px;
	height: 108px;
	background: url(images/logo.gif) no-repeat top left;
}

.vlaggetjes {
	float: right;
	list-style-type: none;
	list-style-image: none;
}

li.language_item {
	float: right;
	position: relative;
	bottom: 35px;
	margin: 0 0 0 5px;
}

#navmenu {
	height: 32px;
	text-align: left;
	width: 1004px;
	padding: 10px 0 0 0;
	font-size: 16px;
}

#navmenu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

#navmenu ul li {
	float: left;
	margin: 0 0 0 4px;
	padding: 0 0 2px 0;
	height: 32px;
}

#navmenu ul li a {
	display: block;
	text-decoration:none;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 8px 1px 6px;
	height: 32px;
}

#navmenu ul li.current_page_parent, #navmenu ul li.current_page_item, #navmenu ul li:hover, #navmenu ul li.current_page_ancestor {
	color: #002b82;
	background: url(images/background_navmenu_a.gif) top right no-repeat;
}

#navmenu ul li.current_page_parent a, #navmenu ul li.current_page_item a, #navmenu ul li a:hover, #navmenu ul li.current_page_ancestor a {
	color: #002b82;
	background: url(images/background_navmenu_li.gif) top left no-repeat;
}

#content {
	background: url(images/background_content.gif) no-repeat top left;
	min-height: 338px;
	font-size: 0.9em;
}

#sidebar {
	height: 40px;
	text-align: right;
	width: 927px;
	padding: 7px 0 0 0;
	font-size: 12px;
}

#sidebar ul {
	float: right;
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

#sidebar li {
	float: left;
	margin: 0 0 0 5px;
	background: url(images/background_sidebar_a.gif) top right no-repeat;
}

#sidebar ul li a {
	display: block;
	text-decoration:none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	color: #333333;
	font-weight: bold;
	background: url(images/background_sidebar_li.gif) top left no-repeat;
}

#sidebar ul li.current_page_parent, #sidebar ul li.current_page_item, #sidebar ul li:hover, #sidebar ul li:hover {
	color: #002b82;
	background: url(images/background_sidebar_a_dark.gif) top right no-repeat;
}

#sidebar ul li.current_page_parent a, #sidebar ul li.current_page_item a, #sidebar ul li a:hover, #sidebar ul li a:hover {
	color: #002b82;
	background: url(images/background_sidebar_li_dark.gif) top left no-repeat;
}

#sidebar ul li ul {
	position: absolute;
	left: -10000px;
	border: 1px solid #d3e2ec;
	background-color: #eeeeee;
}

#sidebar ul li:hover ul {
	left: auto;
}

#sidebar ul li:hover ul li{
	clear: both;
	display: block;
	background-color: #eeeeee;
	background-image: none;
	text-align: left;
}

#sidebar ul li:hover ul li a{
	background-color: #eeeeee;
	background-image: none;
	color: #333333;
}

#sidebar ul li ul li a:hover {
	text-decoration: underline;
}

#tekst {
	padding: 0 10px 0 10px;
	width: 860px;
	float: left;
}

#tekst p{
	padding: 0 0 0 10px;
}

#imagepage{
	width: 123px;
	height: 246px;
	float: right;
}

#footer {
	clear: both;
	height: 130px;
}

#footer ul {
	float: right;
	margin: 60px 125px 0 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

#footer li {
	display: inline;
	margin: 0 0 0 10px;
}

#footer ul li a {
	font-size: 0.8em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #999999;
}

#footer ul li a:hover, #footer .current_page_parent, #footer .current_page_item {
	text-decoration: underline;
	background: none;
	color: #999999;
}


