/*********************************

    STYLESHEET CONTENT VITALYS
   
*********************************/

/*********************************
    CONTAINER INFO CENTER
*********************************/

#container_info {
	position: relative;
	float: left;
	margin: 0px;
	padding: 23px 20px 0px 15px;
	color: #444444;
	width: 625px;
	height: auto;
	background-color: transparent;
}

#container_info_wide {
	position: relative;
	float: left;
	margin: 0px;
	padding: 23px 20px 0px 15px;
	width: 625px;
	height: auto;
	color: #444444;
	background-color: transparent;
	background-repeat: repeat-x;
}

#container_info ul,#container_info_wide ul{
	position: relative;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 10px 1px;
}

#container_info ul li,#container_info_wide ul li{
	margin: 0px;
	padding: 0px 0px 3px 25px;
	background-color: transparent;
	background-image: url(../images/bullit_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#formulier{
	float: left;
	width: 585px;
	padding: 15px;
	margin: 0px;
	border: 1px solid #D2DEB1;
	background-color: #f7faf0;
}

table.list_numbers{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	border: none;
	vertical-align: top;
}

table.list_numbers tbody{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border: none;
	vertical-align: top;
}

table.list_numbers tr td{
	margin: 0px;
	padding: 0px 15px 0px 0px;
	border: 0px;
	vertical-align: top;
}

.paragraph_line{
	position: relative;
	float: left;
	height: 10px;
	width: 602px;
	border-bottom: 1px solid #e5e5e5;
	background-color: transparent;
	margin: 0px 0px 10px 0px;
}

.paragraph_space{
	position: relative;
	float: left;
	height: 1px;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
table.table_row_title{
	padding: 0px;
	width: 625px;
	font-weight: bold;
	color: #6C8D14;
}

table.table_row_title tr td{
	height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

table.table_row_subtitle{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 625px;
	font-weight: normal;
}

table.table_row_subtitle tr td{
	height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
	background-color: #eeeeee;
}

table.table_row{
	padding: 0px;
	width: 625px;
	font-weight: normal;
	background-color: transparent;
}

table.table_row tr td{
	height: 20px;
	width: 25%;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: transparent;
}

table.table_row td{
	width: 25%;
}

table{
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: auto;
	height: auto;
	font-size: 8pt;
}

p{
	float: left;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	height: auto;
}

img{
	margin: 0px 10px 0px 0px;
	float: left;
	padding: 0px;
	border: 1px solid #dddddd;
}

a img{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border: 1px solid #dddddd;
}

a img:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	border: 1px solid #6C8D14;
}

td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

td .align_top {
	vertical-align: top;
}

tr{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

input{
	float: left;
	margin: 3px 25px 3px 0px;
	padding: 2px 0px 3px 3px;
	height: 15px;
	width: 175px;
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid #90B52E;
	text-align: top;
}

textarea{
	float: left;
	margin: 3px 25px 3px 0px;
	padding: 2px 0px 3px 3px;
	height: 100px;
	width: 175px;
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid #90B52E;
	text-align: top;
}

.input_lable{
	float: left;
	padding: 5px 5px 0px 0px;
	height: 15px;
	width: 200px;
}

#message{
	float: left;
	height: 20px;
	width: 625px;
	margin: 15px 0px 0px 0px;
	color: red;
	display: none;
	background-color: transparent;
}

select{
	margin: 4px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	width: 100px;
	font-family: Verdana;
	font-size: 8pt;
}

textarea.form{
	margin: 3px 0px 0px 0px;
	padding: 1px 0px 3px 3px;
	border: 1px solid #D2DEB1;
	width: 200px;
	font-family: Verdana;
	font-size: 8pt;
}

.form_submit{
	float: left;
	position: relative;
	border: none;
	background-color: transparent;
	background-image: url(../images/button_form.png);
	background-repeat: no-repeat;
	color: #ffffff;
	width: 100px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.form_submit:hover{
	cursor: pointer;
}

.form_submit:hover{
	background-image: url(../images/button_form_green.png);
	background-repeat: no-repeat;
}

h1 {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	height: auto;
	line-height: 140%;
	font-family: Verdana, Tahoma;
	font-size: 13pt;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
}

h2 {
	position: relative;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
	font-size: 8pt;
	font-weight: bold;
	color: #6c8d14;
	background-color: transparent;
}

h3 {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	font-size: 8pt;
	font-weight: bold;
	color: #6c8d14;
	background-color: transparent;
}

h4 {
	position: relative;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: auto;
	height: auto;
	font-size: 8pt;
	font-weight: normal;
	background-color: transparent;
}

h6 {
	position: relative;
       float: left;
	margin: 0px;
	padding: 50px 0px 0px 15px;
	width: auto;
	height: auto;
	font-size: 8pt;
	font-weight: normal;
       color: #bbb;
	background-color: transparent;
}

.quote_text{
	color: #999999;
}

#container_info a{
	color: #90b52e;
	text-decoration: none;
}

#container_info a:hover{
	color: #6c8d14;
	text-decoration: underline;
}

#container_info_wide a{
	color: #90b52e;
	text-decoration: none;
}

#container_info_wide a:hover{
	color: #6c8d14;
	text-decoration: underline;
}

#container_banners a{
	float: left;
	color: #90b52e;
	text-decoration: none;
}

#container_banners a:hover{
	color: #6c8d14;
	text-decoration: underline;
}

/*********************************
    EXTRA CONTAINER NO LEFT MENU
*********************************/

#container_extra {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 898px;
	height: 32px;
	margin-bottom: 5px;
	font-size: 9pt;
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
}

/*********************************
    CONTAINER LEFT MENU
*********************************/

#container_left_menu {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 898px;
	height: 39px;
	font-size: 9pt;
	background-color: transparent;
}

/*
#left_menu_items {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 898px;
	height: auto;
	font-size: 9pt;
	background-color: transparent;
}
*/

#container_left_menu ul {
	position: relative;
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 888px;
	height: 39px;
	font-size: 8pt;
	background-image: url(../images/left_menu_repeater.jpg);
	background-repeat: repeat-x;
}

#container_left_menu a{
	position: relative;
	float: left;
	width: auto;
	height: 26px;
	padding: 6px 8px 0px 7px;
	font-weight: normal;
	font-size: 8pt;
	cursor: pointer;
	color:#777777;
	text-decoration: none;
	background-image: none;
}

#container_left_menu a:hover{
	position: relative;
	float: left;
	width: auto;
	height: 26px;
	padding: 6px 8px 0px 7px;
	font-weight: normal;
	font-size: 8pt;
	cursor: pointer;
	color:#000000;
	text-decoration: none;
	background-repeat: repeat;
}

#container_left_menu_active a,#container_left_menu_active a:hover{
	position: relative;
	float: left;
	width: auto;
	height: 33px;
	padding: 6px 8px 0px 7px;
	font-weight: normal;
	font-size: 8pt;
	cursor: pointer;
	text-decoration: none;
	color:#9ebc36;
	background-image: url(../images/submenu_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.menu_item {
	position: relative;
	float: left;
}

.menu_item_schadow {
	position: relative;
	float: left;
	margin: 0px;
	padding: 13px 15px 0px 15px;
	font-weight: bold;
	width: auto;
	height: 32px;
	color: #555555;
}

.menu_separator_dark {
	z-index: 1;
	position: relative;
	float: left;
	margin: 9px 0px 10px 0px;
	height: 10px;
	width: 1px;
	background-color: #dddddd;
}

.menu_separator_light {
	z-index: 1;
	position: relative;
	float: left;
	margin: 9px 0px 10px 0px;
	height: 10px;
	width: 1px;
	background-color: #f7f7f7;
}

/*********************************
    UITZONDERINGEN
*********************************/

#table_team h2{
	width: auto;
}

#table_team h4{
	float: left;
	width: auto;
}


