/*
Theme Name: Freedom Wall
Theme URI: 
Description: Professional theme, Valid XHTML & CSS, 2 Columns, Widget & Adsense Ready
Version: 1.1
Author: Padd IT Solutions
Author URI: 
*/

/* DEFAULT */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;font-weight: 100;font-style: normal;font-size: 100%;font-family: inherit;vertical-align: baseline;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;}
caption,th,td{text-align: left;font-weight: normal;}

/* REGULAR CODING */

body{ background:url('../images/achtergrond ltgraydk.gif') repeat;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}
a{text-decoration:none;}

/* STRUCTURE */

#container{
	margin: 0px auto;
	padding-top:13px;
}

#holder{
	width:800px;
	height:100%;
	margin: 0px auto;
	background-color:#fff;
        padding:10px;
}

.hol-con{padding:10px;}

#header{
	background: url('../images/headerSKK.jpg') no-repeat;
	height:160px; width:800px;
	padding:0; margin:0; border:0px solid red;
	position: relative; float:left;
	z-index: 1;
}
#logobox {
	background-image: url('../images/logoSKK.jpg');
	width:99px; height:40px;
	position: relative;
	top:11px; left:31px;
	z-index: 5; 
}
#nav-main{
	height:30px;
	position: relative;
	left: 0px; top:90px;
	z-index: 10;
	margin-bottom: -30px;
	overflow:hidden;
	border:0;
}

#content-box{
	height:800px;
	padding: 0px;
	margin: 0px;
	border:0px;
	z-index: 1;
}

#left-panel{
	position: relative;
	left: 0px; top:0px;
	float:left;
	width:650px;
	height: 100%;
	padding:0; margin:0; border:0px solid red;
}

#right-panel{
	margin:0 0 0 0px;
	float:right;
	width:150px;
	height:100%;
	background-color: #F0F0F0;  
}

#footer{
	background-color: #F0F0F0;
	clear:both;
	border: 0px solid black;
	z-index: 1;
}

/* HEADER */

/* ------ NAVIGATION ------ */
/* ==> sitecolor = #F76312; */
#nav-main ul{
	margin:0 0 0 20px; 
	font: normal 14px Arial;
	float:left;
	width: 100%; 
}
#nav-main ul li{
	background: url('../images/nav_topL.png') no-repeat left top; 
	float:left; 
	margin:5px 10px 0px 0;
	position: relative; z-index: 30;
	border:0;
}
.inner {
	height:100%; min-width: 25px;
	margin: 0px 0px;
	background-color: #F76312; 
	line-height:25px;
	color: white; font-weight: bold;
}
.inner:hover, #nav-main ul.U .inner {
	color: black; font-weight: bold;
	background-color: white;
}
.inner2 {
	height:100%; min-width: 25px;
	margin: 0px 0px;
	background-color: #F76312;  
	line-height:25px;
	color: #F76312; font-weight: bold;
}
.inner2:hover, #nav-main ul.U .inner2 {
	color: white; font-weight: bold;
	background-color: white; 
}
#nav-main ul li a{
	float:left;
	background:url('../images/nav_topR.png') no-repeat right top;
	padding:0 6px;
	height:25px;
	border:0;
}
#nav-main ul.L li:hover, #nav-main ul.U li {
	background: url('../images/nav_topL_hov.png') no-repeat left top;
	margin:0 10px 0 0;
}
#nav-main ul.L li:hover a, #nav-main ul.U li a {
	text-decoration:none;
	background: url('../images/nav_topR_hov.png') no-repeat right top;
	height:30px;
	line-height:30px;
	color: black; font-weight: bold;
}
#nav-main ul.U li, #nav-main ul.U li a {
	top: -30px;left:0px;
	margin-bottom: 30px;
	z-index: 30;
}
#nav-main ul.U li {
	visibility: hidden;
}

/* SIDEBAR */
#logobox2 {
	background: url('../images/logoSKK150px.png') no-repeat;
	width:150px; height:60px;
	position: relative;
	margin-top: 10px;
}
#right-panel ul {
	display:block;
	padding: 15px;
}
#right-panel ul li {
	border-bottom: 1px dotted yellow; 
	padding: 0px 0pt;
	list-style-type:none;
	width: 100%;
	}
div.button { 
	width: 100%; height: 100%;
	padding: 4px 0;
	color: #884B4F;
	text-align: left;
	font: normal 12pt Arial;
}
div.button:hover {
	background-color: #884B4F;
	color: white;
}

/* CONTENT */


/* DATUM */
#datumbox {
	font:bold 13px Arial;
	color: white;
	text-align:right;
	line-height: 1.5;

}
.date-holder {
	background:url('../images/date_back_wide.png') no-repeat left top;
	width:77px;
	height:63px;
	position:relative;
	float:left;
	left:-87px;
	top:10px;
	margin-bottom: -61px;
	padding-right: 10px;
	padding-top: 2px;
}
#topline { position: absolute; left: 0px; top:3px; float:left; height:5px; width: 100%; background-color: white; z-index: 100; margin-bottom: -3px;}
#leftline  { position: absolute; left: 0px; top:0px; float:left; height:100%; width: 3px; background-color: white; z-index: 100; margin-right: -3px;}

#Content {
	position:relative;
	top:0; left:0;
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	border:0px solid black; margin:0; padding:0;
	z-index: 1;
}

/* FOOTER */

#footer .content{
	padding:10px;
}

#footer .copyright {
	clear: left;
	color: white;
	background-color: black; 
	padding: 5px;
	text-align: center;
}
#logoOWIEH {
	background: #E0E0E0 url('../images/logo_ouderworden.gif') no-repeat;
	width: 58px; height: 50px;
	top: 0px; margin: 10px;
	position: relative;
	float:left; 
} 
#footer .klimaat { 	position: relative;float: right; }
 
#footer ul {
	display: inline;
	list-style-type: none;
	margin:0 0 0 20px; 
	float:left;

}
#footer ul li {
	position: relative;
	float:left; 
	margin:5px 10px 0px 0;
	border:0;
	}
#footer .button { 
	width: 100%; height: 50%;
	padding: 2px 0;
	color: #0033cc;  
	text-align: left;
	font: normal 8pt Arial;
}
#footer .button:hover, #footer .adres a:hover {
	background-color: #966868; 
	color: white;
}
#footer .adres {
	display: block;
	height: 50%;width: 50%;
	padding: 25px 0 0 40px;
	float: left;
	font-size: 80%;
}

