﻿/* 
Veldwerk media | vormgeving & webdesign 
Stylesheet 1.0
18-02-2008
*/

/* mac hide\*/
html, body {
	height:100%
}
/* end hide */
html>body #outer {
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/
body {
	padding:0;
	margin:0;
	height: 100%;
	min-height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outer {
	height:100%;
	min-height:100%;/* for mozilla*/
	width:1000px;
	position:relative;
	background-image: url(img/frame_bg.gif);
	background-repeat: repeat-y;
	border-right: 1px #333333 solid;
}
#header {
}
#content {
}
#contentLeft {
	width:600px;
	float:left;
}
#contentCenter {
	width:200px;
	float:left;
}
#contentRight {
	width: 200px;
	float: left;
}

#contentRight div img {
	margin: 0;
	padding: 0;
}

.date {
	font-size: 11px;
	color:#333333;
}
#clearFooter {
	clear: both;
	height: 20px;
}
/* footer */
#footer {
	font-size: 11px;
	color:#999999;
	line-height: 20px;
	text-align: center;
	background-image: url(img/footer_bg.gif);
	position: absolute;
	clear: both;
	width: 100%;
	height: 20px;
	bottom: 0;
}
#footer a {
	color: #CC0000;
	text-decoration: none;
}

#top {
	width:100%;
	height:60px;
	background-color:#333333;
	background-image:url(../img/top_bg.gif);
}
#logo {
	position:absolute;
	top: 0px;
	display: none;
}
#textheader1 {
	position:absolute;
	z-index:2;
/*	left: 70px;*/
	padding-left: 10px;
	top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	filter: Shadow(Color=#000000, Direction=130, strength=3);
}

#textheader2 {
	position:absolute;
	z-index:1;
	left: 71px;
	top: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #666666;
}
#textheader3 {
	position:absolute;
	z-index:1;
	left: 9px;
	top: 269px;
	width: 591px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	filter: Shadow(Color=#232323, Direction=130, strength=3);
}
#menu {
	width:100%;
	height:30px;
	background-image:url(../img/menu_bg.gif);
}
#submenu {
	background-color:#666666;
	width:100%;
	position: relative;
	left: -1px;
	height:19px;
	border: 1px solid #333333;
	line-height: 19px;
}

#item1Active a:hover, #item1ActiveA a, #item1ActiveA a:hover { /* apart beschreven vanwege andere achtergrond */
	float:left;
	text-align:center;
	width:100px;
	height:31px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 31px;
}

#item1Active a:hover, #item1ActiveA a, #item1ActiveA a:hover {
	background-image: url(../img/menu_logo_active_bg.gif);
}

#item1Active a {
	background-image: url(../img/menu_logo_inactive_bg.gif);
}	

.itemA a:hover {
	float:left;
	padding-left: 15px;
	padding-right: 15px;
	height:31px;
	background-image: url(../img/menu_active_bg.gif);
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 31px;
}
#itemBlanco { /* om de knoppenreeks af te sluiten */
	float:left;
	width:100px;
	height:31px;
	background-image: url(../img/menu_inactive_bg.gif);
}
.bannerHeader { /* class van gemaakt ivm herhaling */
	height:30px;
	background-image: url(../img/bannerHeader_bg.gif);
	text-indent: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}
#activeImg {
	background-color:#333333;
	padding-top: 160px;
	padding-left: 10px;
	padding-right: -10px;
	margin-bottom: 20px;
	height: 40px;
	width: 590px;
	font-family: "Trebuchet MS", Arial;
	font-size: 28px;
	font-weight:bold;
	color: #333333;
}
.categoryHeader {
	width:572px;
	height:31px;
	background-image:url(../img/category_bg.gif);
	padding-left: 28px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 31px;
}
.newsHeadline {
	padding-left: 28px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: auto;
}
.newsHeadline a {
	text-decoration:none;
	color: #666666;
}
.newsHeadline a:hover {
	text-decoration:underline;
	color: #000000;
}
#newsItem0 {
	padding-bottom: 12px;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 12px;
	max-width: 544px;
	line-height: 18px;
}
#newsItem0 img {
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
}
#newsItem0 .header {
	font-size: 18px;
	font-weight: bold;
	color:#000000;
}
.header {
	font-size: 18px;
	font-weight: bold;
	color:#000000;
}
.activeAbstract a {
	color: #000000;
	text-decoration: none;
}
.activeAbstract {
	position: relative;
	z-index: 2;
	top: -22px;
	margin-bottom: -22px;
	padding-top: 2px;
	padding-left: 27px;
	background-image:url(../img/abstract_bg.gif);
	background-repeat: repeat-x;
	background-color: #f3f3f3;
	border-bottom: solid 1px #e9e9e9;
}
.extraPad {
	padding-left: 22px;
	padding-bottom: 12px;
}
.MenuItem A, .MenuItemSelected A, .MenuItemOn A, .MenuItemSelectedOn A {
	float:left;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 31px;
}

.MenuItem A {
	background-image: url(../img/menu_inactive_bg.gif);
}

.MenuItemSelected A, .MenuItemOn A, .MenuItemSelectedOn A {
	background-image: url(../img/menu_active_bg.gif);
}
.MenuItemSelectedOn A {
	cursor: default;
}
.MenuItemE A, .MenuItemESelected A, .MenuItemEOn A, .MenuItemESelectedOn A {
	float:left;
	text-align:center;
	width:100px;
	height:31px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 31px;
	cursor: pointer;
}
.MenuItemE A {
	background-image: url(../img/menu_logo_inactive_bg.gif);
}
.MenuItemEOn A, .MenuItemESelected A, .MenuItemESelectedOn A {
	background-image: url(../img/menu_logo_active_bg.gif);
}

.MenuItemESelected A, .MenuItemESelectedOn A {
	cursor: default;
}

.SubMenuItem a, .SubMenuItemSelected a, .SubMenuItemOn a, .SubMenuItemSelectedOn a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 29px;
	padding-right: 12px;
	float: left;	
}

.SubMenuItem a {
}

.SubMenuItemSelected, .SubMenuItemSelectedOn a {
	font-weight: bold;
}

.SubMenuItemSelectedOn a {
	cursor: default;
}
	
.SubMenuItemOn a {
	text-decoration:underline;
}

.SubSubMenuItem {
	position: relative;
	float: left;
	border: solid 1px #666666;
	font-weight: bold;
	color: #e099e0;
	background: #E0E0E0;
}
.SubSubMenuItemSelected {
	position: relative;
	float: left;
	border: solid 1px #666666;
	font-weight: bold;
	color: #e099e0;
	background: #E0E0E0;
}
.SubSubMenuItemOn {
	position: relative;
	float: left;
	border: solid 1px #666666;
	font-weight: bold;
	color: #e099e0;
	background: #E0E0E0;
}
.SubSubMenuItemSelectedOn {
	position: relative;
	float: left;
	border: solid 1px #666666;
	font-weight: bold;
	color: #e099e0;
	background: #E0E0E0;
}
.wrapperMenu {
	position: relative;
	padding: 4px;
	float: none;
	border: solid 1px #e0e0e0;
	height: 100%;
	overflow: auto;
}
.wrapperSubMenu {
	position: relative;
	padding: 4px;
	float: left;
	width: 140px;
	height: 100%;
	min-height: 500px;
	font-size: 10px;
}
.wrapperHeader {
	position: relative;
	padding: 4px;
	float: none;
	font-size: 14px;
	font-weight: bold;
	border-left: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
}
.wrapperSite {
	position: relative;
	float: none;
	border-left: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
}
.wrapperContent {
	position: relative;
	padding: 4px;
	float: none;
	top: -40px;
	min-height: 400px;
	border-left: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
}
.wrapperFooter {
	position: relative;
	padding: 4px;
	float: none;
	border-left: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
}
.UserSettings {
	width: 540px;
}
.UserSettings td {
	width: 180px;
}
.ButtonGreen {
	background-color: White;
	border: solid 1px forestgreen;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px;
}

#logoFlash {
	position: absolute;
	left: 448px;
	top: -45px;
	z-index: 2;
}