html,body{
	margin : 0;
	padding : 0;
	background-color : #C02000;
}

html,body {
	line-height : 18px;
	font-family : Arial;
	font-size : 11px;
	color : #757575;
}

a:link, a:visited, a:active {
	color : #C02000; 
	text-decoration :  underline;
}
a:hover{
	color : #C02000; 
	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, textarea {
	position : relative;
}

h1 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Trebuchet MS;
	font-weight : normal;
	font-size : 22px;
	color : #C02000;
	line-height : normal;
}

h2 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 12px;
	color : #C02000;
	line-height : normal;
}

h3 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 14px;
	color : #C02000;
	line-height : normal;
}

h4 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 12px;
	color : #C02000;
	line-height : normal;
}

h5 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 10px;
	color : #C02000;
	line-height : normal;
}

h6 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 8px;
	color : #C02000;
	line-height : normal;
}

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */


.container {
	position : relative;
	margin : 0 auto 0 auto;
	width : 920px;
}

.quickmenu {
	float : left;
	margin : 0 0 0 0;
	padding : 10px 3px 8px 3px;
	text-align : right;
	line-height : normal;
	color : #EFA495;
	width : 920px;
}

.quickmenu a, .quickmenu a:link, .quickmenu a:active, .quickmenu a:visited { 
	color : #FFFFFF; 
	text-decoration : none;
}
.quickmenu a:hover { 
	color : #EFA495; 
	text-decoration : none;
}

.holder {
	float : left;
	background-color : #FFFFFF;
	width : 920px;
}

.header {
	float : left;
	background-image : url(http://www.vellaneta.com/EN/gfx/header.gif);
	background-position : top left;
	background-repeat : repeat-x;
	width : 920px;
	height : 84px;
}

.header_links {
	float : left;
	width : 345px;
	height : 84px;
}

.header_rechts {
	float : left;
	width : 575px;
	height : 84px;
}

.header_rechts_top {
	float : left;
	text-align : right;
	width : 575px;
	height : 60px;
}

.header_rechts_bottom {
	float : left;
	width : 575px;
	height : 24px;
}

.menu_holder ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
	width : auto;
	float : right;
}

.menu_holder ul li {
	float : left;
}

.menu_item a, .menu_item a:link, .menu_item a:active, .menu_item a:visited {
	float : left;
	display : block;
	font-family : Arial;
	background-color : #C02000;
	margin : 0 0 0 1px;
	padding : 5px 15px 0 15px;
	line-height : normal;
	text-decoration : none;
	color : #FFFFFF;
	height : 19px;

}

.menu_item a:hover {
	float : left;
	display : block;
	font-family : Arial;
	background-color : #C02000;
	margin : 0 0 0 1px;
	padding : 5px 15px 0 15px;
	line-height : normal;
	text-decoration : underline;
	color : #FFFFFF;
	height : 19px;
}

.menu_item_select a, .menu_item_select a:link, .menu_item_select a:active, .menu_item_select a:visited, .menu_item_select a:hover {
	float : left;
	display : block;
	font-family : Arial;
	background-color : #73A335;
	margin : 0 0 0 1px;
	padding : 5px 15px 0 15px;
	line-height : normal;
	text-decoration : none;
	color : #FFFFFF;
	height : 19px;
}

.moodbar {
	float : left;
	border-top : 1px solid #FFFFFF;
	overflow : hidden;
	width : 920px;
	height : 220px;
}

.moodbar_vervolg {
	float : left;
	border-top : 1px solid #FFFFFF;
	overflow : hidden;
	width : 920px;
	height : 138px;
}


.trailbalk {
	float : left;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #eaeaea;
	width : 920px;
	height : 22px;
}

.trailbalk_links {
	float : left;
	padding : 4px 0 0 5px;
	line-height : normal;
	width : 455px;
	height : 18px;
}

.trailbalk_links a, .trailbalk_links a:link, .trailbalk_links a:active, .trailbalk_links a:visited { 
	color : #C02000; 
	text-decoration : none;
}
.trailbalk_links a:hover { 
	color : #000000; 
	text-decoration : none;
}

.trailbalk_rechts{
	float : left;
	padding : 4px 5px 0 0;
	line-height : normal;
	width : 455px;
	height : 18px;
}

.trailbalk_rechts a, .trailbalk_rechts a:link, .trailbalk_rechts a:active, .trailbalk_rechts a:visited { 
	color : #C02000; 
	text-decoration : none;
}
.trailbalk_rechts a:hover { 
	color : #000000; 
	text-decoration : none;
}

.content {
	float : left;
	padding : 15px;
	width : 890px;
}

.content_links {
	float : left;
	margin : 0 15px 0 0;
	width : 200px;
}

.submenu_box {
	float : left;
	padding : 0 0 15px 0;
	width : 200px;
}

.submenu a, .submenu a:link, .submenu a:active, .submenu a:visited {
	float : left;
	background-image : url(http://www.vellaneta.com/EN/gfx/pijl_donker.gif);
	background-position : 8px center;
	background-repeat : no-repeat;
	border-top : 1px solid #FFFFFF;
	background-color : #C02000;
	padding : 5px 15px 5px 20px;
	text-decoration : none;
	line-height : normal;
	font-family : Arial;
	font-size : 11px;
	color : #FFFFFF;
	width : 165px;
}

.submenu a:hover {
	float : left;
	background-image : url(http://www.vellaneta.com/EN/gfx/pijl_donker.gif);
	background-position : 8px center;
	background-repeat : no-repeat;
	border-top : 1px solid #FFFFFF;
	background-color : #C02000;
	padding : 5px 15px 5px 20px;
	text-decoration : underline;
	line-height : normal;
	font-family : Arial;
	font-size : 11px;
	color : #FFFFFF;
	width : 165px;
}

.submenu_select a, .submenu_select a:link, .submenu_select a:active, .submenu_select a:visited , .submenu_select a:hover {
	float : left;
	background-image : url(http://www.vellaneta.com/EN/gfx/pijl_donker.gif);
	background-position : 8px center;
	background-repeat : no-repeat;
	background-color : #73A335;
	border-top : 1px solid #FFFFFF;
	padding : 5px 15px 5px 20px;
	text-decoration : none;
	line-height : normal;
	font-family : Arial;
	font-weight : bold;
	font-size : 11px;
	color : #FFFFFF;
	width : 165px;
}

.links_text1 {
	float : left;
	border-top : 1px dashed #cccccc;
	padding : 8px 0 8px 0;
	width : 200px;
}

.links_text2 {
	float : left;
	border-top : 1px dashed #cccccc;
	border-bottom : 1px dashed #cccccc;
	padding : 8px 0 8px 0;
	width : 200px;
}


.content_rechts {
	float : left;
	width : 675px;
}

.footer {
	float : left;
	border-top : 1px solid #eaeaea;
	background-color : #73a335;
	padding : 4px 0 0 5px;
	line-height : normal;
	color : #FFFFFF;
	width : 915px;
	height : 18px;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited { 
	color : #FFFFFF; 
	text-decoration : underline;
}
.footer a:hover { 
	color : #FFFFFF; 
	text-decoration : none;
}

.webgen {
	float : left;
	padding : 8px 0 10px 0;
	text-align : center;
	line-height : normal;
	color : #CF6D5A;
	width : 920px;
}

.webgen a, .webgen a:link, .webgen a:active, .webgen a:visited { 
	color : #CF6D5A; 
	text-decoration : none;
}
.webgen a:hover { 
	color : #CF6D5A; 
	text-decoration : none;
}
