/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(/images/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 2em;}
h3 { font-size: 1.5em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
h3,h2{
	margin-left:5px;
	font-weight:bold;
}
p {
	margin-left: 0px;
	margin-right: 0px
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #666666;
}

/* images */
img {
	border: none;
}

/* form elements */
form, .Form {
	margin:10px 10px 0px 0px; 
	padding: 5px;
	border: 1px solid #CCCCCC; /*#E5E5E5 */
	background-color: #F5F5F5; 
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input, select {
	padding: 2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

input[type="submit"] {
	color: #333;
	background-color:#F0F0F0;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 1000px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(/images/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.5em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: lowercase;
	letter-spacing: 1px;
	top: 0; left: 5px;	
	cursor: pointer;
}
#header h2#slogan {
	position: absolute;	 
	top:42px; left: 25px;
	color: #666666;
	text-indent: 0px;
	font: bold 13px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}

/* main */
#main {
	float: right;
	padding: 0;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-right: 8px;	
	position: relative;
}

/* sidebar */
#sidebar {
	float: left;
	width: 180px;
	margin: 0;	padding: 0; 
	position: relative;

}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:5px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #E5E5E5;
	border-left:4px solid #CCC;	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	color: #339900;
	border-left:4px solid #9EC630;
}

#LeftOverzicht {
	height: 110px; 
	margin-top: -5px;
	padding-top: 2px;
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
	padding: 0px 15px;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer a:hover { 
	text-decoration: underline; 
}
#footer .footer-left{
	float: left;
	width: 45%;
}
#footer .footer-right {
	text-align: right;
	float: right;
	width: 45%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0; padding: 0;
	list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(/images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span { float:none; }
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
	background-position:0% -42px;
}
#header a:hover span {
	background-position:100% -42px;
}
#header #CurrentTab a {
	background-position:0% -42px;
	color: #FFF;
}
#header #CurrentTab a span {
	background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }


/* left submenus */
#sidebar ul.sidemenu ul.DomeinLinks {
	margin: 0px;
	list-style-type: none;
	margin: 3px 0px 10px; border: 1px solid #ccc;
}

#sidebar ul.sidemenu .DomeinLinks, #sidebar ul.sidemenu .DomeinLinks li {
	margin: 0px; 
	padding: 0px;
	border: 0px;
	color: black;
}

#sidebar ul.sidemenu .DomeinLinks a {
	border: 0px;
	background-color: white;
	color: black;
	font-weight: normal;
}

#sidebar ul.sidemenu .DomeinLinks span {
	display: block;
	padding: 5px;
	font-weight: bold;
	color: black;
	text-align: center;
	border-bottom:1px dashed #C0C0C0;
	margin: 0px;
}

#sidebar ul.sidemenu .DomeinLinks a:hover {
	background-color: #f2f2f2;
	border: 0px;
	color: black;
}

/* submenu */
.SubMenu {
	padding: 5px 0px;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90;
	KhtmlOpacity: .90;
	opacity: .90;
	position: absolute;
	background-color: #9CBD40;
	z-index: 9999;
	font-weight: bold;
}

.SubMenu a {
	color: white;
	display: block;
	padding: 2px 15px 2px 15px;
}

.SubMenu a:hover {
	background-color: #83ACCA;
	color: white;
}

.SubMenu img {
	margin: 2px 0px;
}

.SubMenu span {
	display: block;
	border-top: 3px solid #9CBD40;
	border-bottom: 3px solid #9CBD40;
	background-color: #699ABE;
	color: white;
	padding: 4px 15px 4px 10px;
	font-size: 11px;
}

#HomeMenu {
	margin-left: 327px;
}

#RoostersMenu {
	margin-left: 390px;
}

#DeMapMenu {
	margin-left: 560px;
}

#VragenMenu {
	margin-left: 697px;
	width: 90px;
}

.VervolgLabel {
	color:#666666; 
	font-weight:normal;
}

.InlineSearchForm {
	width: 266px;
	float: right;
	height: 24px;
	padding: 0px 5px 10px;
}

.InlineSearchForm input[type="text"] {
	width:200px;
	height: 18px;
	position: absolute;
	float: left;
	margin-top:5px;
	outline:none;
}

.InlineSearchForm input[type="submit"] {
	width: 60px;
	height: 100%;
	position: absolute;
	height: 24px;
	margin-left:205px;
	margin-top:5px;
}

.NoInput {
	font-style:italic;
	color: #999;
}

#ActiviteitenSearch {
	width: 220px;
	margin-right:0px;
}

#ActiviteitenSearch input[type="text"] {
	width: 155px;
}

#ActiviteitenSearch input[type="submit"] {
	margin-left:160px;
}
