html,body{
	margin : 0;
	padding : 0;
	background-color : #e3e1e4;
	height : 100%;
}

html,body {
	line-height : 18px;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

a, a:link, a:visited, a:active {
	color : #FE2725; 
	text-decoration : none;
	font-family : Verdana;
	font-size : 11px;
	
}
a:hover{
	color : #FE2725; 
	text-decoration : none;
	font-family : Verdana;
	font-size : 11px;
}

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 10px 0;
	font-family : Verdana;
	font-weight : normal;
	font-size : 22px;
	color : #FE2725;
	line-height : normal;
}

h2 {
	padding : 0 0 0 0;
	margin :  0 0 10px 0;
	font-family : Verdana;
	font-weight :  bold;
	font-size : 12px;
	color : #FE2725;
	line-height : normal;
}

h3 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Verdana;
	font-weight :  bold;
	font-size : 16px;
	color : #FE2725;
	line-height : normal;
}

h4, h5, h6 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Arial;
	font-weight : bold;
	font-size : 13px;
	color : #ED2E24;
	line-height : normal;
}


/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */

.container{
	position : relative;
	margin : 0 auto;
	background-image : url(http://www.peak-it.nl/gfx/achter.jpg);
	background-repeat: repeat-y;
	background-position : left top;
	width : 980px;
	height : 100%;
}

.holder{
	position : absolute;
	background-image : url(http://www.peak-it.nl/gfx/achter.jpg);
	background-repeat: repeat-y;
	background-position : left top;
	padding : 0 2px;
	width : 976px;
	height : 100%;
	height : auto !important;
	min-height : 100%;
}

.content{
	float : left;
	background-image : url(http://www.peak-it.nl/gfx/header.jpg);
	background-repeat: repeat-x;
	background-position : left top;
	background-color : #FFFFFF;
	border-bottom : 10px solid #ffffff;
	padding : 0 0 0 35px;
	width : 941px;
}

.links{
	background-image : url(http://www.peak-it.nl/gfx/links.png);
	background-repeat: repeat-y;
	background-position : left top;
	width : 218px;
	position: absolute; 
	left: 37px; 
	top: 0px; 
	z-index: 70;
	overflow: hidden;
}

.logo{
	float : left;
	text-align : center;
	padding : 40px 3px 0;
	width : 212px;
}

.menu{
	float : left;
	padding : 15px 18px 0;
	width : 182px;
}

.menu ul{
	float : left;
	margin : 0;
	padding : 0;
	border-top : 1px solid #dadad8;
	list-style-type : none;
	width : 182px;
}

.menu ul li {
	float : left;
	border-bottom : 1px solid #dadad8;
	font-family : Arial;
	font-size : 11px;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited {
	float : left;
	display : block;
	background-image : url(http://www.peak-it.nl/gfx/menu.gif);
	background-repeat: no-repeat;
	background-position : 97% center;
	padding : 6px 10px;
	text-decoration : none;
	line-height : normal;
	font-weight : bold;
	font-family : Arial;
	font-size : 12px;
	color : #000000;
	width : 162px;
}

.menu a:hover {
	float : left;
	display : block;
	background-image : url(http://www.peak-it.nl/gfx/menu.gif);
	background-repeat: no-repeat;
	background-position : 97% center;
	padding : 6px 10px;
	text-decoration : none;
	line-height : normal;
	font-weight : bold;
	font-family : Arial;
	font-size : 12px;
	color : #9d9d9d;
	width : 162px;
}

.menu .select a, .menu .select a:link, .menu .select a:active, .menu .select a:visited, .menu .select a:hover {
	float : left;
	display : block;
	background-image : url(http://www.peak-it.nl/gfx/menu.gif);
	background-repeat: no-repeat;
	background-position : 97% center;
	padding : 6px 10px;
	text-decoration : none;
	line-height : normal;
	font-weight : bold;
	font-family : Arial;
	font-size : 12px;
	color : #ed2e24;
	width : 162px;
}

.menu ul li.submenu {
	float : left;
	border-bottom : 1px solid #dadad8;
	font-family : Arial;
	font-size : 11px;
}

.menu ul li.submenu a, .menu ul li.submenu a:link, .menu ul li.submenu a:active, .menu ul li.submenu a:visited {
	float : left;
	display : block;
	background-image : none;
	padding : 4px 10px 4px 25px;
	text-decoration : none;
	line-height : normal;
	font-weight : normal;
	font-family : Arial;
	font-size : 11px;
	color : #000000;
	width : 147px;
}

.menu ul li.submenu a:hover {
	float : left;
	display : block;
	background-image : none;
	padding : 4px 10px 4px 25px;
	text-decoration : none;
	line-height : normal;
	font-weight : normal;
	font-family : Arial;
	font-size : 11px;
	color : #9d9d9d;
	width : 147px;
}

.menu ul li.submenu_select a, .menu ul li.submenu_select a:link, .menu ul li.submenu_select a:active, .menu ul li.submenu_select a:visited, .menu ul li.submenu_select a:hover {
	float : left;
	display : block;
	background-image : none;
	padding : 4px 10px 4px 25px;
	text-decoration : underline;
	line-height : normal;
	font-weight : normal;
	font-family : Arial;
	font-size : 11px;
	color : #ed2e24;
	width : 147px;
}

.menu_onder{
	float : left;
	font-size : 11px;
	padding : 15px 18px;
	width : 182px;
}

.rechts{
	float : left;
	position : relative;
	padding : 0 35px 0 0;
	width : 688px;
	margin: 0 0 0 218px;
	margin: 0;
	left: 218px;
	overflow: visible;
}

.snelmenu{
	float : left;
	padding : 14px 0 13px 15px;
	text-align : right;
	font-size : 11px;
	line-height : normal;
	width : 673px;
	height : 18px;
}

.snelmenu a:link { color : #790817; text-decoration : none;}
.snelmenu a:visited { color : #790817; text-decoration : none;}
.snelmenu a:active { color : #790817; text-decoration : none;}
.snelmenu a:hover { color : #000000; text-decoration : underline;}

.moodbar{
	position: absolute; 
	left: 0px; 
	top: 45px; 
	z-index: 50; 
	width: 976px; 
	height: 200px; 
	margin: 0px; 
	padding: 0 2px;
	overflow: hidden;
}
.moodbar_holder {
	margin: 0 0 0 0;
}

.text{
	float : left;
	padding : 20px 0 30px 20px;
	width : 668px;
	margin: 200px 0 0 0;
}

.innerdiv{
	float : left;
	padding : 0 0 20px;
	width : 668px;
}

.innerdiv .uldiv{
	float : left;
	font-size : 11px;
	padding : 0 20px 0 0;
	width : 152px;
}

.innerdiv .uldiv ul{
	margin : 0;
	padding : 0;
	list-style-type : none;
	width : 100%;
}

.innerdiv .uldiv ul li {
	float : left;
	font-size : 11px;
	font-family : Arial;
	font-size : 11px;
	width : 152px;
}

.innerdiv .uldiv ul li a:link { color : #808080; text-decoration : underline;}
.innerdiv .uldiv ul li a:visited { color : #808080; text-decoration : underline;}
.innerdiv .uldiv ul li a:active { color : #808080; text-decoration : underline;}
.innerdiv .uldiv ul li a:hover { color : #ed2e24; text-decoration : none;}

.innerdiv .uldiv h2 {
	border-bottom : 1px solid #dadada;
	padding : 0 0 5px 0;
	margin :  0 0 5px 0;
	font-weight : normal;
	font-size : 18px;
	color : #ed2e24;
	line-height : normal;
}

.innerdiv .uldiv a:link { color : #ed2e24; text-decoration : underline;}
.innerdiv .uldiv a:visited { color : #ed2e24; text-decoration : underline;}
.innerdiv .uldiv a:active { color : #ed2e24; text-decoration : underline;}
.innerdiv .uldiv a:hover { color : #000000; text-decoration : none;}

.footer {
	position : absolute;
	left : 0;
	z-index : 999;
	padding : 0;
	font-size : 11px;
	line-height : normal;
	color : #FFFFFF;
	margin : 0 0 0 -3px;
	width : 726px;
	display: none;
}
.footer_1 {
	width: 686px;
	padding : 6px 20px 15px 20px; 
	color: #AAAAAA;
	font-size : 11px;
	line-height : normal;
}
.footer_1 a:link { color : #888888; text-decoration : none;}
.footer_1 a:visited { color : #888888; text-decoration : none;}
.footer_1 a:active { color : #888888; text-decoration : none;}
.footer_1 a:hover { color : #000000; text-decoration : none;}

.footer_2 {
	background-color : #ED2E24;
	width : 696px;
	padding : 6px 15px;
	color: #FFFFF;
	font-size : 11px;
	line-height : normal;
}
.footer_2 a:link { color : #FFFFFF; text-decoration : none;}
.footer_2 a:visited { color : #FFFFFF; text-decoration : none;}
.footer_2 a:active { color : #FFFFFF; text-decoration : none;}
.footer_2 a:hover { color : #e4707f; text-decoration : none;}
