html,body{
	margin : 0;
	padding : 0;
	background-color: #f1f8fe;
	height : 100%;
	
	background-image : url('http://www.wtc-hogerop.nl/gfx/background.jpg');
	background-position : left top;
	background-repeat: repeat-x;
}

p{
	margin : 0;
	padding : 0;
}

html,body {
	line-height : 20px;
	font-family : Arial;
	font-size : 12px;
	color : #1C1C1C;
}

a:link, a:visited, a:active {
	color : #666666; 
	text-decoration :  underline;
}
a:hover{
	color : #1C1C1C; 
	text-decoration : none;
}

form {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

hr {
	background-color : #C4C6C8;
	color : #C4C6C8;
	border : 0;
	margin : 0;
	height : 1px;
}

input, select, textarea {
	position : relative;
}

h1 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Tahoma;
	font-weight : normal;
	font-size : 18px;
	color : #1C1C1C;
	line-height : normal;
}

h2 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Tahoma;
	font-weight : normal;
	font-size : 16px;
	color : #1C1C1C;
	line-height : normal;
}

h3 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Tahoma;
	font-weight : normal;
	font-size : 16px;
	color : #FFD400;
	line-height : normal;
}

h4 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Tahoma;
	font-weight : normal;
	font-size : 15px;
	color : #FFD400;
	line-height : normal;
}

h5 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Tahoma;
	font-weight : normal;
	font-size : 14px;
	color : #FFD400;
	line-height : normal;
}

h6 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Tahoma;
	font-weight : normal;
	font-size : 13px;
	color : #FFD400;
	line-height : normal;
}


/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */
.disclaimer{
	text-align:right;
}
.disclaimer, .disclaimer a, .disclaimer a:hover{
	font-size: 10px;
	color: #cacaca;
	text-decoration: none;
}
.disclaimer a{
	text-decoration: underline;
}

.container {
	position : relative;
	margin : 0 auto;
	width : 980px;
}

.holder {
	float : left;
	width : 980px;
}

.right_bar {
	float : left;
	width : 980px;
	background-color : #FFFFFF;
	
}

.topbar {
	float : left;
	background-color : #ffffff;
	padding-top : 10px;
	padding-left: 20px;
	line-height : 0;
	font-size : 0;
	width : 960px;
	height : 120px;
}

.moodbar {
	float : left;
	border-top : 1px solid #FFFFFF;
	background-color : #f1f8fe;
	line-height : 0;
	font-size : 0;
	width : 980px;
	height: 175px;
	overflow:hidden;
}

.trailmenu_vervolg {
	float : left;
	border-top : 1px solid #FFFFFF;
	line-height : normal;
	font-size : 11px;
	width : 980px;
	height : 29px;
}

.trailmenu_vervolg_l {
	float : left;
	border-right : 1px solid #FFFFFF;
	background-color : #f8c400;
	line-height : normal;
	width : 200px;
	height : 29px;
}

.trailmenu_vervolg_r {
	float : left;
	background-color : #f8c400;
	padding : 8px 0px 0 15px;
	line-height : normal;
	text-align : left;
	font-weight : bold;
	color : #FFFFFF;
	width : 764px;
	height : 21px;
}

.trailmenu_vervolg_r a, .trailmenu_vervolg_r a:link, .trailmenu_vervolg_r a:active, .trailmenu_vervolg_r a:visited  {
	color : #FFFFFF;
	text-decoration : none;
}

.trailmenu_vervolg_r a:hover  {
	color : #6F6F6F;
	text-decoration : none;
}

.menu {
	float : left;
	background-color : #000000;
	line-height : normal;
	width : 980px;
	height : 29px;
}



.moodbar_down {
	float : left;
	border-top : 1px solid #FFFFFF;
	background-color : #679b41;
	line-height : normal;
	width : 980px;
	height : 8px;
}

.content {
	float : left;
	background-image : url(http://www.wtc-hogerop.nl/gfx/content.gif);
	background-repeat : repeat-x;
	background-position : left top;
	padding : 25px;
	width : 930px;
	min-height : 250px;
}

.content_vervolg {
	float : left;
	background-image : url(http://www.wtc-hogerop.nl/gfx/content.gif);
	background-repeat : repeat-x;
	background-position : left top;
	width : 980px;
}

.content_vervolg_breed {
	float : left;
	background-image : url(http://www.wtc-hogerop.nl/gfx/content.gif);
	background-repeat : repeat-x;
	background-position : left top;
	padding : 25px;
	width : 930px;
}

.links {
	float : left;
	width : 200px;
}

.submenu_box {
	float : left;
	border-right : 1px solid #FFFFFF;
	width : 200px;
}

.submenu a, .submenu a:link, .submenu a:active, .submenu a:visited {
	float : left;
	border-top : 1px solid #FFFFFF;
	background-color : #cecece;
	padding : 6px 15px 0 15px;
	text-decoration : none;
	line-height : normal;
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
	width : 170px;
	height : 21px;
}

.submenu a:hover {
	float : left;
	border-top : 1px solid #FFFFFF;
	background-color : #000000;
	padding : 6px 15px 0 15px;
	text-decoration : none;
	line-height : normal;
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
	width : 170px;
	height : 21px;
}

.submenu_select a, .submenu_select a:link, .submenu_select a:active, .submenu_select a:visited , .submenu_select a:hover {
	float : left;
	background : none;
	border-top : 1px solid #FFFFFF;
	background-color : #000000;
	padding : 6px 15px 0 15px;
	text-decoration : none;
	line-height : normal;
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
	width : 170px;
	height : 21px;
}

.links_text_box {
	float : left;
	padding : 20px;
	width : 160px;
}

.rechts {
	float : left;
	padding : 25px;
	width : 730px !important;
	width : 720px;
	min-height : 250px;
}

.footer {
	float : left;
	background-color : #000000;
	padding : 5px 15px;
	font-size : 10px;
	color : #FFFFFF;
	width : 950px;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited  {
	color : #efc703;
	text-decoration : none;
}

.footer a:hover  {
	color : #FFFFFF;
	text-decoration : none;
}