/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 13px;
	color: #2e2f2e;
	background: #2f4710 url(../images/bg_pattern.png) repeat;

}
img {
	text-decoration: none;
	border: 0px;
}
/* Add this to ensure the right menu item is selected on the right page. */

body.vereniging #main-nav dt#vereniging a {
	background:url(../images/menu_hover.png) right no-repeat;
}
body.activiteiten #main-nav dt#activiteiten a {
	background:url(../images/menu_hover.png) right no-repeat;
}
body.onderwijs #main-nav dt#onderwijs a {
	background:url(../images/menu_hover.png) right no-repeat;
}
body.commissies #main-nav dt#commissies a {
	background:url(../images/menu_hover.png) right no-repeat;
}
body.disputen #main-nav dt#disputen a {
	background:url(../images/menu_hover.png) right no-repeat;
}
body.sponsors #main-nav dt#sponsoren a {
	background:url(../images/menu_hover.png) right no-repeat;
}
body.vacatures #main-nav dt#vacatures a {
	background:url(../images/menu_hover.png) right no-repeat;
}
body.contact #main-nav dt#contact a {
	background:url(../images/menu_hover.png) right no-repeat;
}

a {
	color: #143804;
	text-decoration: none;
}
a:hover {
	color: #74cc00;
}

#page-container {
	width: 954px;
	margin: auto;
	text-align: left;
}

/* Main Navigation */

#main-nav { 
	height: 66px; 
	width: 954px; 
	clear: both; 
	background: url(../images/menu_bg.png) no-repeat;
}
#main-nav dl { margin: 0; padding: 3px 5px 0px 8px;}
#main-nav dt { float: left;}
#main-nav dt a {
	display: block;
	width: 103px;
	height: 29px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align: center;
	padding-top: 10px;
	background:url(../images/menu_splitter.png) right no-repeat;
}
#main-nav dt a:hover {
	background:url(../images/menu_hover.png) right no-repeat;
}

#main-nav .padding {
	padding: 10px;
}
/* End Main Navigation */
#hor_menu {
	position:absolute;
	
	top: 152px;
	width: 800px;
	height: 21px;
}
#hor_menu #item {
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right: #666 solid 1px;
}

#top {
	background-color: #ffffff;
	height: 104px;
}
#logo {
	float: left;
	width: 350px;
	height: 104px;
	background: url(../images/leidse_biologen_club_logo.png) no-repeat;
}
#searchBox {
	width: 604px;
	height: 104px;
	background: url(../images/top_bg_image.png);
	float: right;
}
#googleSearch {
	padding-top: 50px;
	padding-right: 20px;
	float: right;
}

#sidebar {
	float: right;
	width: 231px;
	margin: 10px 0px;
}
#sidebar .padding {
	padding: 15px;
}
#sidebar .padding_h {
	padding: 4px 5px 0px 5px;
}
#sidebar .top {
	color: #fff;
	font-size: 13px;
	font-weight:bold;
	height: 24px;
	background: #4e8120 url(../images/sub_top.png) no-repeat;
}
#sidebar .bottom {
	height: 5px;
	background: #4e8120 url(../images/sub_bottom.png);
	
}

#sidemenu {
	padding: 5px;
	border-left: #006907 solid 1px;
	border-right: #006907 solid 1px;
	background: #fff url(../images/sub_bottom.png) bottom no-repeat;
	margin-bottom: 6px;
}

#content-top {
	height: 6px;
	background: url(../images/content_top_bg.png) no-repeat;
}
#content {
	margin: 10px 0px;
	margin-right: 273px;
	border: #006907 solid 1px;
	background: #fff url(../images/content_bottom_bg.png) no-repeat bottom;
}
#content .padding {
	padding: 14px 25px;
}
#content h1 {
	font-size: 18px;
	color: #182a00;
	padding-bottom: 14px;
	margin: 0;
}
#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
#content-side {
	width: 27px;
	height: 100px;
	float: right;
	background: #fff;
}

#partners {
	clear: both;
	height: 110px;
	background: #f2f2f2 url(../images/partners_bg.png) no-repeat;
}
.sponsor_img {
	float: left;
	padding-left: 15px;
}
.sponsor_img img{
	max-width: 140px;
	max-height: 80px;
}
#partners .padding {
	padding: 15px;
}
#partners_titel{
	color: #fff;
	font-size: 13px;
	font-weight:bold;
	height: 21px;
	background: url(../images/partners_titel.png) no-repeat;
	margin: 0px 0px 10px 0px;
}
#partners_titel .padding {
	padding: 2px 8px 0px 5px;
}

#nieuws {
	float: left;
	width: 320px;
	margin-right: 10px;
	border-right: #e7f7e8 solid 1px;
}
#nieuws h2 {
	font-size: 14px;
	color: #182a00;
	padding-bottom: 3px;
	margin: 0;
}
#tab_onder {
	height: 21px;
	background: url(../images/tab_onder.png) center no-repeat;
	text-align: center;
}
#tab_onder a{
	color: fff;
}
#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #fff;
	height: 48px;
	background: url(../images/footer.png) no-repeat;
	padding: 13px 25px;
	line-height: 18px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff799;
}

#footer #altnav {
	clear: both;
	width: 350px;
	float: right;
	text-align: right;
}
