/*
* MAIN STYLESHEET VVVTWENTE-NL
* BY SANDER BECK
* SANDER@MULTIMOVE.NL
*/
html{
	overflow-y:scroll;
}

body{	
	background:url(../images/layout/img_bg_body.jpg) repeat-x #64b5d3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#164792;
	line-height:16px;
	margin:0px;
	text-shadow:#164792 0 0 0px;  /*SAFARI*/
}

div#container{
	position:relative;
	width:931px;	
	margin:0px auto;
}

/* Classes */
div.container_top{
	width:919px;
	padding:6px 6px 0 6px;
	height:68px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.vvvhofvantwente.nl/images/layout/img_bg_container_top.png', sizingMethod='image');
}
/* IE ignores styles with [attributes], so it will skip the following. */
div.container_top[class]{
  	background:url(../images/layout/img_bg_container_top.png) no-repeat;
}

div.container_center{
	width:919px;
	padding:0 6px 20px 6px;
	overflow-x:hidden;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.vvvhofvantwente.nl/images/layout/img_bg_container_center.png', sizingMethod='scale');	
}
/* IE ignores styles with [attributes], so it will skip the following */
div.container_center[class]{
  	background:url(../images/layout/img_bg_container_center.png) repeat-y;
}

div.container_bottom{
	width:919px;
	padding:0 6px 6px 6px;
	height:46px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.vvvhofvantwente.nl/images/layout/img_bg_container_bottom.png', sizingMethod='image');
}
/* IE ignores styles with [attributes], so it will skip the following. */
div.container_bottom[class]{
  	background:url(../images/layout/img_bg_container_bottom.png) no-repeat;
}

div#lang-search{
	width:100%;
	height:25px;
	margin-top:8px;	
}
div#ls-left{
	position:absolute;
	left:5px;
}
div#ls-center{
	position:absolute;
	right:200px;
}
div#ls-right{
	position:absolute;
	right:5px;
}
div#ls-center ul,
div#ls-left ul{
	margin:3px 0 0 0;
	padding:0;
}
div#ls-center ul li,
div#ls-left ul li{
	float:left;
	list-style:none;
	padding-right:20px;
}
div#ls-center ul li a,
div#ls-left ul li a{
	color:#ffffff;
	text-decoration:none;
}
div#ls-center ul li a.on,
div#ls-left ul li a.on{
	color:#d3d63a;
}
div#ls-center ul li a:hover,
div#ls-left ul li a:hover{
	color:#d3d63a;
	text-decoration:underline;
}
div#search_box {
    width:164px;
    height:22px;
	background-repeat:no-repeat;
	background-image:url('../images/layout/img_bg_searchbox.png');
	behavior:url('http://www.vvvhofvantwente.nl/styles/iepngfix.htc');
}
div#search_box #s {
    float:left;
    padding:0;
    margin:4px 0 0 6px;
    border:0;
    width:135px;
    background:none;
	font-size:11px;
	color:#a30f5c;
}
div#search_box #go {
    float:right;
    margin:3px 3px 0 0;
}

div#top_level_menu{
	width:100%;
	height:100%;
	background:url(../images/layout/img_bg_top_level_menu.gif);
	overflow:hidden;
	position:relative; /*IE<=6*/
}
div#top_level ul,
div#sub_level ul{
	margin:0;
	padding:0;
}

div#top_level{
	position:relative;
	height:40px;
	width:919px;
}
div#top_level ul li{
	float:left;
	list-style:none;
	text-align:center;
	font-size:13px;	
	font-weight:bold;
}
/*div#top_level ul li a.top_level_menu:hover,*/
div#top_level ul li a.top_level_menu_on{
	color:#ffffff;
	display:block;
	height:28px;
	padding:12px 0 0 0;
	width:114px;
	text-decoration:none;
	background:url(../images/layout/img_bg_top_level_menu_on.gif);
}
div#top_level ul li a.top_level_menu{
	color:#ffffff;
	display:block;
	height:28px;
	padding:12px 0 0 0;
	width:114px;
	text-decoration:none;
}

div#top_level ul li div.spacer{
	width:1px;
	height:28px;
	background-repeat:no-repeat;
	background-position:0px 12px center;
	background-image:url('../images/layout/img_bg_top_level_spacer.png');
	behavior:url('http://www.vvvhofvantwente.nl/styles/iepngfix.htc');
}

div#sub_level ul li{
	float:left;
	list-style:none;
	height:28px;
}
div#sub_level li a.sub_level_menu{
	display:block;
	color:#ffffff;
	
	padding:5px 8px 8px 8px;
	text-decoration:none;
}
/*div#sub_level li a.sub_level_menu:hover,*/
div#sub_level li a.sub_level_menu_on{
	background:#a10e5a;
	display:block;
	color:#ffffff;	
	padding:5px 8px 8px 8px;
	text-decoration:none;
}

div#sub_level li div.spacer{
	width:1px;
	height:100%;
	background-image:url('../images/layout/img_bg_sub_level_spacer.png');
	background-repeat:repeat-y;
	behavior:url('http://www.vvvhofvantwente.nl/styles/iepngfix.htc');
}

div#container_header{
	width:100%;
	height:247px;
	background:url(../images/layout/header/header001.jpg);
}

div#logo_default{
	/* IMPORTANT: Need another logo? Just override the image (400x223, png), don`t adjust style! */
	position:absolute;
	height:233px;
	width:400px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url('../images/layout/img_bg_default_logo.png'); 
	behavior:url('http://www.vvvhofvantwente.nl/styles/iepngfix.htc');
}

div#content{
	width:919px;
	margin-top:-14px;
	padding:35px 0 0 0;
	background-repeat:no-repeat;
	background-image:url('../images/layout/img_bg_content.png');
	behavior:url('http://www.vvvhofvantwente.nl/styles/iepngfix.htc');
}

div#content-left{
	width:700px;
	padding:0 29px 0 39px;
	float:left;
	_overflow-x:hidden;
}
div#content-right{
	width:143px;
	float:left;
	margin-top:-27px;
	padding:0 0 0 8px;
	position:relative;
}

div#disclaimer{
	width:802px;
	height:36px;
	padding:10px 0 0 117px;
	background:url(../images/layout/img_bg_disclaimer.gif);
}
div#d-left{
	width:35px;
	float:left;
}
div#vvvlogosmall{
	width:25px;
	height:28px;
	background:url(../images/layout/img_vvv_logo_small.gif) no-repeat bottom;
}
div#d-right{
	float:left;
}
div#disclaimer ul{
	margin:0;
	padding:6px 0 0 0;
}
div#disclaimer ul li {
	float:left;
	list-style:none;
	padding:0 0 0 5px;
}
div#disclaimer ul li a{
	color:#dcdb30;
	text-decoration:none;
	font-size:11px;
	position:relative; /*IE<=6*/
}
div#disclaimer ul li a:hover{
	text-decoration:underline;
}
div#disclaimer ul li div.spacer{
	padding:0 2px 0 2px;
	color:#ffffff;
}

div#hometext{
	_position:relative;
	width:919px;
	margin:-12px 0 20px -39px;
	background:url(../images/layout/img_bg_hometext_content.png) #bfbd00 repeat-x;
}

div#hometext p{
	color:#ffffff;
}
div#hometext a{
	color:#ffffff;
	text-decoration:none;
}
div#hometext a:hover{
	color:#ffffff;
	text-decoration:underline;
}
div#hometext td.spacer{
	background:url(../images/layout/img_bg_hometext_spacer.gif) repeat-y 10px 0px;
	height:100%;
}

div.spacerfade{
	height:11px;
	background:url(../images/layout/bg_spacer.gif) center repeat-x;
	width:100%;
	clear:both;
}

/* PANELS */
div.highlight_panel{
	margin-bottom:5px;
	background:#e4e235;
	width:133px;
	font-size:11px;
	overflow-x:hidden;
}
div.highlight_panel p,
div.highlight_panel table{
	padding:0 5px 0 5px;
}
div.highlight_panel h5{
	font-size:12px;
	color:#ffffff;
	padding:4px 0 4px 5px;
	margin:0 0 0 0;
	background:#bfbd00;
}
div.highlight_panel ul{
	margin:0;
	padding:0 5px 0 5px;
}
div.highlight_panel ul li{
	margin:0;
	list-style:none;
	padding:0;
}
div.highlight_panel a{
	text-decoration:none;
	color:#164792;
}
div.highlight_panel a:hover{
	text-decoration:underline;
}

/* FONTS AND HEADERS */
h1,
div#hometext h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#164792;/*#164792;*/
	font-weight:normal;
	margin:5px 0 10px 0;
	position:relative;
	line-height:normal;
}
h2{
	color:#a20e5b;
	font-size:20px;
	font-weight:normal;
	position:relative;
	margin:5px 0 10px 0;
	line-height:normal;
}
h2 a{
	color:#a20e5b;
	text-decoration:none;
	line-height:normal;
}

p{
	margin:0 0 15px 0;
	_margin:0 0 10px 0;
}

form{
	margin:0;
	padding:0;
}

input, textarea, select, option{
	font-size:11px;
}

a{
	color:#a20e5b;
}

a img{
	border:0;
}

.borderimg,
div#content-left p img{
	padding:1px;
	border:1px solid #dddddd; 
}

div#banners img{
	padding-bottom:10px;
	clear:both;
	display:block;
}

/* CLASSES */
.agenda_highlight_date{
	font-weight:bold;
}

.agenda_highlight a{
	text-decoration:none;
}

.agenda_highlight a:hover{
	text-decoration:underline;
}

.transparent {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.triplistremove{
	position:absolute; 
	background:#fff; 
	width:110px;
}

div.participant_image{
	width:110px; 
	height:115px; 
	padding:1px;
	border:1px solid #dddddd; 
	margin:5px 10px 0 0;
	float:left;
}

div.agenda_image{
	width:110px; 
	height:115px; 
	padding:1px;
	border:1px solid #dddddd; 
	margin:5px 10px 0 0;
	float:left;
}

div.agenda_image_inner{
	width:110px; 
	height:100%; 
}

.gt{
	color:#a20e5b;
}

.clear{
	clear:both;
}