* {
	margin:0;
	padding:0;
}

body {
	background: #ffffff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:100%;
	margin: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

#container {
	text-align: left;
	width: 100%;
	position: relative;
}

#toppart {
	width: 100%;
	overflow: hidden;
}

#leftcol {
	float: left;
	clear: left;
	width: 200px;
	margin: 0 0 0 10px;
}

#rightcol {
	margin-left: 225px;
	top: 0px;
	left: 0px;
}


#logo a {
	height: 0px;
	width: 200px;
	margin-bottom: 15px;
	background: url("../img/hhglogo.jpg") no-repeat center top;
	display: block;
	overflow: hidden;
	padding: 170px 0 0 0;
}


#login {
	width: 200px;
	height: auto;
	background: #E3E3E3;
}

#login-before {
	background: url("../img/loginbox_top.png");
	width: 200px;
	height: 18px;
	margin-top: 10px;
	clear: right;
}

#login-after {
	width: 200px;
	height: 30px;
	background: url("../img/loginbox_bott.png") top left no-repeat;
}

#newsbox-before {
	background: url("../img/newsbox_top.png");
	width: 200px;
	height: 39px;
}

#newsbox-after {
	background: url("../img/newsbox_bott.png");
	width: 200px;
	height: 11px;
	margin-bottom: 10px;
}

#newsbox-before h1 {
	font-size: 1.5em;
	padding-left: 50px;
	padding-top: 7px;
}

#newsbox {
	height: auto;
	width: 186px;
	margin: 0;
	padding: 0;
	background: #b9d473;
	padding-left: 7px;
	padding-right: 7px;
}

#newsbox h2 {
	font-size: .8em;
	font-style: italic;
}

#newsbox p {
	font-size: 1em;
}

#newsbox a { 
	color:#000000 
}

#bottlogo a {
	background: url("../img/scoutinglogo.png") no-repeat center;
	display: block;
	overflow: hidden;
	padding: 200px 0 0 0;
	width: 200px;
	height: 0px;
}

#banner {
	position: relative;
	height: 150px;
	overflow: hidden;
	background: url("../img/header.png") no-repeat left;
/*	margin-left: 10px;*/
}


#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

.postContainer {
	background: #e0e0ff;
	clear: both;
	width: 800px;
	margin: 5px;
}

.newsItem {
	border: 1px;
	border-color: #00000;
	margin: 4px;
	width: 800px;
}

.newsItem a:link { color:#000000 }
.newsItem a:visited { color:#000000 }
.newsItem a:active { color:#000000 }
.newsItem a:hover { color:#2020f0 }

.newsItem h1 {
	font-size: 1.5em;
}

.newsItem h2 {
	font-size: .8em;
}

.postSide {
	background: #c0c0ff;
	width: 100px;
	height: 100px;
	float: left;
}

.postSide h1 {
	font-size: 1.2em;
}

.postContent {
	width: 690px;
	height: 100px;
	position: relative;
}

/* Dropdown menus */
/* Src: http://www.alistapart.com/articles/dropdowns/ */

#menu-before {

}


#menu {
	background: #23378a url("../img/menu_corner.png") left bottom no-repeat;
	overflow: visible;
/*	margin-left: 10px;*/
	font-size: 18px;
	width: 100%;
}


#menu:after {
	width: 100%;
}

#menu-after {
	display: block;
	height: 24px;
	right: 0px;
}

#menu ul a {
	display: block;
	width: 6em;
	color: #ffffff;
}

#menu ul {
/*Omringende ul voor top-level menu-items? */
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	z-index: 10;
	line-height: 1;
	list-style-type: none;
	display: table;
}

#menu li {
/*Toplevel menu items */
	float: left;
	width: 6em;
	padding: 0;
	color: #ffffff; 
	background: #23378a;
}

#menu li ul {
/* Compleet naarbeneden geklapt menu */
	padding: 0;
	position: absolute;
	width: 10em;
	display: none; 
	border:1px solid #23378a;
}

#menu li ul li {
/* Menu-itempje */
	text-align: center;
	display: block;
	background: #ffffff;
	width: 10em;
	float: left;
}

#menu li ul li a {
	color: #23378a;
	width: 10em;
	margin: 3px 0 3px 0;
}


#menu li ul li:hover, #menu ul li ul li.over {
	background: #23378a;
}

#menu :hover > a, #menu ul ul :hover > a {
	color: #ffffff;
	background: #23378a;
}

#menu li ul li:hover a, #menu li ul.over li a{
	color: #ffffff;
}

#menu li > ul {
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu li.over ul { 
	display: block;
	left: auto;
}

#menu a {
	color: #23378a;
	text-decoration: none;
}


#content{
	position: relative;
	left: 0px;
	margin: 15px 0px 0px 0px;
	background-color: #ffffff;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
	display: block;
}


/* Cakephp debug spul */
#debug {
	float: left;
	clear: both;
}

.cake-sql-log {
	position:fixed;
	top:99%;
	z-index:10;
	width:100%;
	background-color:#000;
	color:#FFF;
	border-collapse:collapse;
}

.cake-sql-log caption {
	background-color:#900;
	color:#FFF;	
}

.cake-sql-log:hover {
	top:auto;
	bottom:0;
}

.cake-sql-log td {
	padding:3px;
	border:1px solid #999;
	background-color:#EEE;
	color:#000;
}

.cake-sql-log table {
	display: block;
	float: left;
	clear: both;
	background: #f4f4f4;
}

