@charset "UTF-8";

* { 
    margin: 0; 
} 
html { 
    height: 100%; 
}
form {
	padding: 0px;
	margin: 0px;
}
a img {
	border:none;
}
#footer { 
	width: 949px;
	height: 46px;
	margin: 0 auto;
	background-image: url("../images/footer_background.gif"); 
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}  
#innerfooter { 
	font-size: 10px;
	color:#a79c7b;
	text-align: left;
	padding: 7px 0px 0px 208px;
}  
#leftfooter { 
	float:left;
} 	 
#leftfooter a { 
	font-size: 10px;
	color:#a79c7b;
	text-decoration: none;
} 	 
#rightfooter { 
	float:right;
	text-align:right;
	padding-right: 20px;
} 	 
#rightfooter a { 
	font-size: 10px;
	color:#a79c7b;
	text-decoration: none;
} 

.push {
	height: 46px;  
}


/* General */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a1a1a1;
	margin: 0; 
	padding: 0;
	text-align: center; 
	height: 100%;
	color: #000000;
	background-image: url("../images/body_background.gif"); 
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-size: 19px;
	color: #000000;

}
h2 {
	font-size: 15px;
	color: #000000;

}
h3 {
	font-size: 13px;
	color: #b2a586; 
}

a {
	color: #554f40; /*#b2a586;*/
}

#container { 
	width: 949px;  
	text-align: left;
	background-color: #ffffff;
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
	margin: 0 auto -46px; 
} 
/* Header */
#header { 
	width:949px;
	height: 145px;
	background-image: url("../images/header_background.gif"); 
	background-repeat: no-repeat;
	background-position: top left;
}
#tvelogo {
	width: 188px;
	height: 108px;
	padding-top: 22px;
	padding-left: 5px;
	padding-right: 5px;
	float:left;
}
#tvebanner {
	width: 746px;
	height: 118px;
	padding-top: 22px;
	padding-right: 5px;
	float: right;
	position:relative;
	z-index:5;
}
/* Sidebar left */
#sidebar1 {
	width: 188px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 60px;
	float: left; 
}
#innersidebar1 {
	width: 188px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url("../images/menu_background_grad.gif"); 
	background-repeat: repeat-x;
	background-position: top left;	
	background-color: #b2a586;
}
#searchbox {
	color: #ffffff;
	font-size:11px;
	padding: 5px 5px 5px 11px;
	height: 48px;
}
.searchinput {
	border: 1px solid #000000;
	height: 14px;
	width: 125px;
	padding-left: 10px;
}
.submitbutton {
	background-image: url("../images/arrow_right.gif"); 
	background-repeat: no-repeat;
	background-position: top left;
	border: 0px;
	width: 15px;
	height: 18px;
	cursor: pointer;
	margin-top: 2px;
}
#sidenavigation {

}
.menuBlock {
	height: 22px;
	width: 179px;
	border-bottom: 1px solid #ffffff;
	padding-top: 9px;
	padding-left: 9px;
}
.menuBlock a {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
.menuBlock a:hover {
	text-decoration: none;
	color: #ffffff;
} 
.activeMenuBlock {
	width: 188px;
	border-bottom: 1px solid #ffffff;
}
.activeMenuTitle {
	height: 22px;
	width: 170px;
	padding-top: 9px;
	padding-left: 9px;
}
.activeMenuTitle a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.activeMenuTitle a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
} 
.subMenuBlock {
	width: 170px;
	padding-top: 4px;
	background-color: #ffffff;
	padding-left: 18px;
}
.subMenuBlock a {
	font-size: 11px;
	text-decoration: none;
	color: #5f5f5e;
	padding-bottom: 5px;
}
.subMenuBlock a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #5f5f5e;
	padding-bottom: 5px;
} 
.subMenuEndBlock {
	width: 170px;
	height:5px;
	padding-top: 0px;
	background-color: #ffffff;
	padding-left: 18px;
}
/* Sidebar right */
#sidebar2 {
	width: 192px;
	padding-left: 5px;
	padding-right: 5px;
	float: right; 
}
#innersidebar2 {
	width: 192px;
	padding-left: 0px;
	padding-right: 0px;
	float: right; 
}
#newsblock {
	width: 192px;
	height: 95px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url("../images/news_block_grad.gif"); 
	background-repeat: no-repeat;
	background-position: top left;	
}
#newsletterblock {
	background: url(../images/sidebar_block_nieuwsbrief.gif) no-repeat bottom center;
	width: 173px;
	height: 43px;
	padding: 33px 5px 10px 10px;
	font-size: 10px;
	color: #000000;	
}
#newsletterblock a {
	text-decoration: none;
}
#newsletterinput {
	margin-top:8px;
}

#latestnewstop {
	padding: 10px;
	font-size: 11px;
	color: #ffffff;
}
#latestnewsbottom {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #ffffff;
}
#latestnewsbottom a {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

/* Content */
#content {
	width: 489px;
	padding: 24px 40px 24px 20px;
	font-size: 11px;
	color: #000000;
	position:relative; 
	z-index:50;
}
#content p {
	padding: 10px 0px 10px 0px;
	line-height: 14px;
}
#mainContent {
	padding:0;
	float: left; 
	width: 539px;
}
#mainContent h1 {
	padding: 0px;
	margin: 0px;
}
.navheader {
	width: 272px;
	height: 28px;	
}
.navsideheader {
	width: 192px;
	height: 28px;	
}
.navheaderblock {
	width: 272px;
	height: 95px;
}
#navblock {
	width: 549px;
	height: 123px;
	position:relative; 
	z-index:80;
}
#productblock {
	width: 272px;
	height: 123px;
	float: left;
}
#technoblock {
	width: 272px;
	height: 123px;
	float: right;
	position: relative;
}
#technolayer {
	margin: 0;
	border: 1px solid #5f5f5e;
	background-image: url('../images/menu_trans_back.png');
	background-repeat: repeat;	
	width: 250px;
	padding: 5px 10px 5px 10px;
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
	z-index: 40;
}
#technolayer a {
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	color: #5f5f5e;
	line-height: 22px;
}
#technolayer a:hover {
	text-decoration: none;
}
#productblock {
	width: 272px;
	height: 123px;
	float: left;
	position: relative;
}
#productlayer {
	margin: 0;
	background-image: url('../images/menu_trans_back.png');
	background-repeat: repeat;
	border: 1px solid #5f5f5e;
	width: 250px;
	padding: 5px 10px 5px 10px;
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
	
}
#productlayer a {
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	color: #5f5f5e;
	line-height: 22px;

}
#productlayer a:hover {
	text-decoration: none;

}
topmenuitem {

}/* sitemap */
.LSM_0 {
	margin-left: 10px;
}
.LSM_1 {
	margin-left: 20px;
}
#sitemap1 {
	margin: 10px;
}
#sitemap2 {
	margin: 10px;
}
#sitemap3 {
	margin: 10px;
}
.LSM_0 ul { 
	color: #000000;
	font-weight: normal; 
	list-style-type: none; 
	line-height: 18px;
	padding-bottom: 5px;
}
.LSM_0 li { 
	list-style-type: none; 	
}
.LSM_0 li a, .LSM_0 li a:visited{
	color: #000000;
	text-decoration: none;
}
.LSM_0 li a:hover {
	color: #000000;
	text-decoration: underline;
}
.LSM_1 li a,LSM_1 li a:visited{
	color: #000000;
	text-decoration: none;
}
.LSM_1 li a:hover {
	color: #000000;
	text-decoration: underline;
}
.LSM_1 ul { 
	list-style-image: url('../images/tree_hook.gif');
} 
.LSM_1 li { 
	list-style-image: url('../images/tree_hook.gif');
	font-weight: normal;
}
/* formulieren*/
input, textarea{
	font-size:12px;
	color:#5f5f5e;
	border: 1px solid #5f5f5e;
}
.dropdown {
	font-size:12px;
	color:#5f5f5e;
	border: 1px solid #5f5f5e;
	height: 18px;
}
/* contactformulier */

#formulier{
}
#solform {
	z-index:1;
}
.ftekst{
	height:50px;
}
.felement{
	height:25px;
	
}
.fleeg{
	height:20px;
}

.fknoppen{
	height:20px;
}
.fkop{
	float:left;
	width:120px;
	height:20px;
}
.ftext{
	float:left;
	width:250px;
	height:20px;
}
.box{
	width: 250px;
}
.box2{
	width: 370px;
	height:120px;
}
.knop{
	width:100px;
	height:20px;
}
div#formulier img{
	border:none;
}
/* Misc */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* vacatures */
.vacatureLine{

	
	padding:7px 4px;
}
a.vacatureLink, a.vacatureLink:visited{
	font-size:14px;
	color:#b2a586;
	text-decoration:none;
}
a.vacatureLink:hover{
	font-size:14px;
	color:#b2a586;
	text-decoration:underline;
}
/* terug knop */
.back_div{
	padding-bottom:6px;
}
a.back_link, a.back_link:visited{
	font-size:13px;
	color:#b2a586;
	text-decoration:none;
}
a.back_link:hover{
	font-size:13px;
	color:#b2a586;
	text-decoration:underline;
}

ul {
	padding-left: 16px;
	list-style-image: url('../images/list_marker.gif');
}
li {
	padding-bottom: 12px; 
}

/* Edit 24-05-2011 */
.socialmedia {
	padding: 0 0 0 40px;
	width: 152px;
	height: 32px;
	overflow: hidden;
}
.socialmedia a,
.socialmedia a:visited,
.socialmedia a:hover {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	width: 32px;
	height: 32px;
}

/* Edit 07-06-2011 */
#themaBanieren {
	width: 188px;
	height: 129px;
	overflow: hidden;
	text-align: center;
}

div#twitterFeed {
	background: url(../images/twitterTop.jpg) no-repeat;
	width: 192px;
	font-size: 12px;
}
div#twitterFeed h2 {
	padding: 15px 8px 26px;

	font-size: 14px;
	color: #fff;
}
ul#twitter_update_list {
	margin: 0 8px;
	padding: 0;
	width: 180px;
	list-style: none;
	overflow: hidden;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul#twitter_update_list li {
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #e5e5e5;
}
ul#twitter_update_list li:first-child {
	padding: 0 0 5px;
	border: none;
}
ul#twitter_update_list li a,
ul#twitter_update_list li a:visited,
ul#twitter_update_list li a:hover {
	/* timestamp link */
	display: block;
	padding: 5px 0 0;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
ul#twitter_update_list li span a,
ul#twitter_update_list li span a:visited,
ul#twitter_update_list li span a:hover {
	/* links in tweet */
	display: inline;
	padding: 0;
	color: #554F40;
	text-decoration: underline;
}
a#profileLink,
a:visited#profileLink,
a:hover#profileLink {
	display: block;
	background: url(../images/twitterBottom.jpg) no-repeat;
	width: 192px;
	height: 57px;
	overflow: hidden;
	text-indent: -9999px;
}

#tvesportbutton {

}

.leftBannerHolder {
    padding: 27px 0 0 0;
}

.leftBannerImage {
    padding: 0 25px;
}

.leftBannerLinkHolder {
    background-color: #afa385;
    width: 186px;
    height: 27px;
}

a.leftBannerLink,
a:visited.leftBannerLink,
a:hover.leftBannerLink {
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 18px 6px 18px;
    text-align: center;
    display: block;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

