@charset "UTF-8";
/* c 2009 Link in de kabel : Site Jongeren */

* {
	margin:0px;
	padding:0px;
	outline:none;
	border:none;
}

html {
	height:100%;
	width:100%;
	background:url(../images/bg_htmlback.jpg);
	color:#333333;
	font-family:Tahoma;
}

#header {
    position:relative;
    height:70px;
    background:url(../images/bg_topheaderback.png);
}

#header a, #footer a {
	color:white;
	text-decoration: none;
}

#header a:hover, #header a:focus, #footer a:hover, #footer a:focus, #container_header_news a:hover, #container_header_news a:focus {
	text-decoration: underline;
}

#header_menu {
	width:980px;
	height:25px;
	padding:17px 0px 0px 0px;
	margin:0px auto 0px auto;
	color:white;
	font-size:0.8em;
}

#header_menu ul {
	list-style:none;
   margin:0 0 0 50px;
}

#header_menu ul li {
	display:inline;
	padding:10px 0px 0px 0px;
	margin:0px 40px 0px 0px;
}

#container {
    margin:0px auto 0px auto;
    width:980px;
    min-height:100%;
}


#container_header {
	width:980px;
	height:250px;
	position: relative;
}

#container_header_logo {
	width:220px;
	position: absolute;
	top:0;
	left:0;
}

#container_header_menu {
	width:600px;
	height:141px;
	position: absolute;
	background: url(../images/bg_header.png);
	top:0;
	right:0;
}

#container_header_menu ul {
	list-style:none;
	margin:25px 0 0 40px;
}

#container_header_menu ul li {
	display:inline;
	float:left;
	margin:0 0 0 10px;
}

#container_header_menu ul li a{
	height:23px;
	padding:0 0 0 23px;
	background:url(../images/bg_mainmenu.png) no-repeat 0 7px;
	text-decoration:none;
	color:white;
	font-size:23px;
	overflow: hidden;
}

#container_header_menu ul li a:hover, #container_header_menu ul li a:focus{
	color:#666600;
}

#header_menu a:hover, #footer_content_right a:hover {
	text-decoration:underline;
}


#container_header_news {
	width:331px;
	height:102px;
	position: absolute;
	bottom: 0;
	right:200px;
	background:url(../images/bg_news.png) no-repeat;
	font-size:13px;
}

#container_header_news a{
	color:#8BB627;
	font-weight:bold;
	text-decoration:none;
}

#container_header_news_spacer {
	color:white;
	font-size:0.8em;
	font-weight:bold;
	height:35px;
	margin:29px 0 0 20px;	
	text-align:center;
	width:220px;
}

#container_header_news_spacer ul {
	list-style:none;
	margin:0;
} 

#container_left {
	width:679px;
	float:left;
}

#container_left a, #container_right a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

#container_left a:hover, #container_right a:hover {
	text-decoration:underline;
}

#container_left input, #container_left textarea, #container_left select, #container_right input, #container_right textarea {
	border:1px solid #333333;
	color:#333333;
	background:#E7E4E2;
	margin:10px 0;
	padding:5px;
	font-weight:bold;
}

#container_left_header {
	width:679px;
	height:52px;
	background:url(../images/bg_content_header.png);
}

#container_left_content {
	width:679px;
	background:url(../images/bg_content.png) repeat-y;
}

#container_left_content ul{
	list-style:none;
	margin:0 0 0 5px;
}

#container_left_content ul li {
	background:url(../images/icon_list_green.png) no-repeat 0px 3px;
	padding:0 0 0 27px;
	margin:0 0 20px 0;
}

#content_spacer {
	width:590px;
	margin:0px 0px 0px 35px;
	padding:5px;
	font-size:0.8em;
}

#content_spacer img {
	vertical-align:middle;
	margin:10px 0px 10px 10px;
}

#container_left_footer {
	width:679px;
	height:75px;
	background:url(../images/bg_content_footer.png);
}
 
#container_right{
	width:301px;
	float:right;
}

#container_right_1{
	width:301px;
	height:377px;
	background:url(../images/bg_sidenote.png);
}

#container_right_spacer {
	width:190px;
	height:265px;
	padding:65px 5px 0px 5px;
	margin:0px 0px 0px 54px;
	font-size:0.8em;
}

.clear {
	clear:both;
}

#footer{
    margin:0px 0px; 
    height:200px;
    background:url(../images/bg_bottomback.png);
	position:relative;
}

#footer_content {
	width:980px;
	margin:0px auto 0px auto;
	padding:40px 0px 0px 0px;
	color:white;
}

#footer_content_left {
	float:left;
	width:190px;
	background:url(../images/icon_horsep.png) no-repeat right center;
}

#footer_content_left ul,#footer_content_right ul {
	margin:0px 0px 0px 50px;
	list-style:none;
}

#footer_content_left ul li,#footer_content_right ul li {
	margin:0px 0px 5px 0px;
}

#footer_content_left a{
	height:10px;
	padding:0px 0px 0px 23px;
	background:url(../images/icon_list.png) no-repeat 1px;
	font-size:0.8em;
	text-decoration:none;
	color:white;
}

#footer_content_left a:hover {
	text-decoration:underline;
}

#footer_content_right {
	float:left;
	width:300px;
	margin:0px 0px 0px 0px;
	font-size:0.8em;
}

#footer_content_right_facebook {
	width:250px;
	float:right;
}

/*Opmaak */

.contentheading, .componentheading {
	margin:0px 0px 10px 0px;
	font-size:2.7em;
	color:#333333;
}

.spacer {
	width:450px;
	margin:20px 0px 20px 0px;
	border-bottom:1px dashed #333333;
}

.button {
	border:1px solid #333333;
	color:#333333;
	background:#E7E4E2;
	margin:10px 0;
	padding:5px;
	font-weight:bold;	
}

h1,h2 {
    display:none;
}

td.seperator {
	height:30px;
	background:url(../images/seperator.png) center center no-repeat;
}


table.mod_events_table tr td {
	height:21px;
	width:21px;
	text-align:center;
}

td.mod_events_td_todaynoevents {
	background:url(../images/today.png) top center no-repeat;
}

td.mod_events_td_daywithevents {
	background:url(../images/act.png) top center no-repeat;
}

td.mod_events_td_todaywithevents {
	background:url(../images/todayact.png) top center no-repeat;
}

.mod_events_link {
	cursor: pointer;
}

table {
	width:100% !important;
}

.link_description {
	margin:5px 0 0;
	font-size:0.95em;


.gallery ul {
	list-style: none;
}
