@charset "utf-8";
/* CSS Document */

/* 
Hier komt commentaar over ontwerp e.d.
*/

/*///// General structure /////*/

body {
	margin:0px;
	background-color:#000;
}

#container_all {
	margin:0 auto;
	width: 1000px;
	border: 1px solid #666666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:150%;
	background-color:#ccffcc;
}

#header {
	margin:0px;
	height:220px;
	width:1000px;
	float:left;
}

#top_left {
	width:200px;
	height:210px;
	margin:0px;
	float:left;
	text-align:center;
	background: url(../images/Logo--Run4Fun-Tilburg-80.png) 0 0 no-repeat;
}

#top_right {
	width: 750px;
	height:210px;
	margin:0px;
	float:right;
}


#container_content {
	width: 970px;
	margin:10px;
	float:left;
}

/*///// Typography /////*/

h1 {
	font-size: 16px;
	color: #66cc00;
}

h2 {
	font-size:14px;
	color: #66cc00;
}

h3 {
	font-size:13px;
	color: #66cc00;

}

h4 {
	font-size:11px;
}

p {
	margin-bottom:10px;
	line-height:150%;
}

a {
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a:visited {}

/*///// Headers /////*/

#user1 {
	margin:0;
	padding:0;
	height:100px;
}


#user2 {
	padding:0;
	margin:0;
	height:100px;
}

/*///// Content /////*/

#content {
	width:620px;
	margin: 10px;
	border: 1px solid #66cc00;
	padding:10px;
	float:left;
	background:white;
}

.contentpaneopen {
	margin-bottom: 5px;
	padding-bottom:5px;
	border-bottom: 1px solid #66cc00;
}

/*///// Sidebars /////*/

#sidebarRight {
	width:250px;
	margin: 0 10px 10px 10px;
	padding:0 10px 10px 10px;
	float:right;
}

.moduletable,
.moduletable_text   {
	background:white;
	border: 1px solid #66cc00;
	margin: 10px 0 5px 0;
	padding: 0px 10px 10px 10px;
}

/*///// NAV /////*/

#topMenu {
	clear:both;
	background:#66cc00;
	height:33px;
	position:relative;
	z-index:5;
}

#topMenu li,
#topMenu ul {
	list-style-type:none;
	margin:0;	
	padding:0;
	color:#0168b5;
}

#topMenu li {
	float:left;
	margin:0 20px;
	font-weight:bold;
	text-transform:uppercase;
}

#topMenu ul li {
	height:33px;
	line-height:33px;
	float:left;
	margin-right:1px;
}

#topMenu ul li ul {
	display:none;
	width:150px;
	position:absolute;
}

#topMenu ul li:hover ul {
	display:block;
}

#topMenu ul li ul li {
	float:none;
	width:180px;
	margin-left:0px;
	padding:0px 10px;
	background:#66cc00;
	border-bottom:1px solid white;
}

#topMenu a,
#topMenu a:link,
#topMenu a:hover,
#topMenu a:visited {
	text-decoration:none;
	color:#0168b5;
}

#topMenu a:hover {
	color:#ffffff;
}


/*///// FORMS /////*/

/*///// FOOTER /////*/

#footer {
	clear:both;
	text-align:center;
	padding: 5px 0 0;
	margin:10px 0 0;
	background:#66cc00;
}

/*///// IMAGES /////*/

/*///// FUN CLASSES /////*/
