@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Verdana ,arial, helvetica;
	font-size: 11px;
	line-height: 18px;
	margin: 0 auto;
	padding-bottom: 20px;
}

strong{
	font-weight:bold;
	color:#09F;
}

#contentContainer {
	width: 900px;
	margin: auto;
	position: relative;
}

/*-----------------------------------------------------------------Bovenkant-------------------------------------------------------------*/
	
#bovenkant {
	height: 200px;
	width: 900px;
	margin: 0 auto;
}
	

#hoofd {
	width: 900px;
	height: 180px;
	padding: 0px;
	margin: 0 px;

}

#hoofd .logo {
	height: 160px;
	width: 310px;
	margin: 20px 0px 0px 55px;
	background-image:url(../img/logo_tvhallum.png);
	float:left;
}

#hoofd .foto
	{
	height: 150px;
	width: 400px;
	margin: 20px 70px 0px 0px;
	float: right;
	border: none;
}

/*-----------------------------------------------------------------Menu Boven-------------------------------------------------------------*/
#menu {
	width: 900px;
	height: 20px;
	margin: 0 auto;
}

#menu ul 	
	{
	margin: 0px;
	padding: 0px 0px 0px 50px;
	list-style: none;
}

#menu li 
	{
	margin: 0px;
	padding: 0px;
	float:left;
	list-style: none;
}

#menu a 
	{
	display: block;
	font-family: Verdana ,arial, helvetica;
	font-size: 10px;
	line-height: 16px;
	padding: 0px 15px 0px 10px;
	border: none;
	font-weight:bold;
	color:#666666;
	text-decoration: none;
	text-align:center;
}

#menu a:hover 
	{
	text-decoration: underline;
}

.current {
	text-decoration: underline;
	color:#069;
}

/*-----------------------------------------------------------------Inhoud-------------------------------------------------------------*/
	
#inhoud {
	width: 900px;
	background: url(../img/midden_achtergrond.png) repeat-y;
	margin: 0 auto;
	float: left;
}

#boven {
	height: 32px;
	width: 900px;
	background: url(../img/boven.png) no-repeat;
	margin: 0 auto;
	float: left;
}

#midden {
	width: 900px;
	min-height: 250px;
	margin: 0 auto;
	float: left;
}

/* Fix voor IE */
* html #midden {
	height: 250px;
}

/*-----------------------------------------------------------------Links-------------------------------------------------------------*/

#links {	
	width: 250px;
	min-height: 250px;
	float: left;
	margin-bottom: 10px;
}

/* Fix voor IE */
* html #links {
	height: 250px;
}

#links .menu_container {
	width: 220px;
	background: url(../img/links_menu_achtergrond.png) repeat-y;
	margin: 0px 0px 10px 20px;
}

#links .menu_boven {
	height: 57px;
	width: 220px;
	margin: 0 auto;
	background: url(../img/links_menu_boven.png) no-repeat;
}

#links .menu_boven_tekst {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;	
	width: 160px;
	text-align: left;
	color: #FFFFFF;
	padding: 13px 0px 0px 0px;
	margin-left: 30px;
}


#links .menu_midden {
	min-height: 50px;
	font-size: 11px;
	line-height: 18px;
	width: 160px;
	text-align: left;
	margin: 0px 0px 0px 30px;
}

/* Fix voor IE */
* html #links .menu_midden {
	height: 50px;
}

#links .menu_midden ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#links .menu_midden ul li {
	margin:0px;
	background:none;
	padding:0px;
}

#links .menu_midden ul li a {
	display: block;
	padding: 2px 0px 2px 20px;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
	margin: 0px;
	background:url(../img/bal.png) 1px 6px no-repeat;	

}

#links .menu_midden ul li a:hover {
	text-decoration: underline;
	color:#000000;
}

#links .menu_midden ul li a:visited {
	color: #000000;
}

#links .menu_onder {
	height: 32px;
	width: 220px;
	margin: 0 auto;
	background: url(../img/links_menu_onder.png) no-repeat;
	background-repeat:no-repeat;
}




/*-----------------------------------------------------------------Rechts-------------------------------------------------------------*/

#rechts {	
	width: 650px;
	min-height: 250px;
	float: right;
	margin-bottom: 10px;
}

/* Fix voor IE */
* html #rechts {
	height: 250px;
}

#rechts .container {
	width: 620px;
	float: right;
	background: url(../img/rechts_achtergrond.png) repeat-y;
	margin: 0px 20px 10px 0px;
}

#rechts .boven {
	height: 57px;
	width: 620px;
	margin: 0 auto;
	background: url(../img/rechts_boven.png) no-repeat;
}

#rechts .boven_tekst {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;	
	width: 560px;
	text-align: left;
	color: #FFFFFF;
	padding: 13px 0px 0px 0px;
	margin-left: 30px;
}


#rechts .midden {
	min-height: 50px;
	font-size: 11px;
	line-height: 18px;
	width: 560px;
	text-align: left;
	margin: 0px 0px 0px 30px;
}

/* Fix voor IE */
* html #rechts .midden {
	height: 50px;
}

#rechts .midden a {
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}

#rechts .midden a:hover {
	text-decoration: underline;
	color:#000000;
}

#rechts .midden a:visited {
	color: #000000;
}

#rechts .koptekst{
	font-weight:bold;
	color:#09F;
	
}

#rechts .onder {
	height: 32px;
	width: 620px;
	margin: 0 auto;
	background: url(../img/rechts_onder.png) no-repeat;
	background-repeat:no-repeat;
}

/*-----------------------------------------------------------------Onder-------------------------------------------------------------*/

#onder {
	height: 50px;
	width: 900px;
	margin: 0 auto;
	background:url(../img/onder.png) no-repeat;
	float: left;
}

#onder .container{
	font-family: Verdana ,arial, helvetica;
	font-size: 10px;
	width: 500px;
	height: 18px;
	float: right;
	margin: 10px 0px 0px 0px;
	color:#666666;
}

#onder .container a {
	color:#666666;
	text-decoration: none;

}

#onder .container a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------Contact-------------------------------------------------------------*/


#contact_container {
	width: 500px;
	margin: auto;
	position: relative;
}

#contact_container .errors {
	float: left;
	color:#F00;
	margin-bottom: 15px;
}

#contact_formulier {
	width: 500px;
	float: left;
}


#contact .detailRow{
	width: 500px;
	height: 20px;
	float: left;
	margin-bottom: 15px;
}

#contact .input_req{
	margin-left: 10px;
	margin-top: 5px;
	font-weight:bold;
	width: 20px;
	float:left;
}

#contact .detailRow label{
	width: 100px;
	float: left;
}

#contact .detailRow input{
	width: 200px;
	float: left;
}

#contact .detailRow input:focus{
	border:#666 solid 2px;
}

#contact .detailArea{
	width: 500px;
	height: 90px;
	float: left;
	margin-bottom: 15px;
}


#contact .textarea_req{
	margin-left: 10px;
	margin-top: 40px;
	font-weight:bold;
	width: 20px;
	float:left;
}

#contact .detailArea label{
	margin-top: 35px;
	width: 100px;
	float: left;
}

#contact .detailArea textarea{
	width: 200px;
	height: 90px;
	float: left;
}

#contact .detailArea textarea:focus{
	border:#666 solid 2px;
}

#contact .catchpa{
	width:400px;
	float:left;
	padding-left:100px;
	margin-bottom: 15px;
}

#contact .text{
	width: 500px;
	height: 20px;
	float:left;
	margin-bottom: 15px;
}

#contact .send-button{
margin-left:100px;
height: 30px;
float:left;
}





















#top_logo
	{
	height:160px;
	width:310px;
	float:left;
	margin:20px 0px 0px 55px;
	background-image:url(../img/logo_tvhallum.png);
}
	
#top_foto
	{
	height: 150px;
	width: 400px;
	float:right;
	margin: 20px 70px 0px 0px;
	border: none;
}

#top_menu_wrapper
	{
	width: 850px;
	background:none;
	margin: 0px 0px 0px 0px;
}
	
#top_menu
	{
	height: 20px;
	width:850px;
	float:right;
	clear:both;
}

#top_menu_tekst
	{
	height: 20px;
	width:850px;
}
	
#top_menu_tekst ul 	
	{
	margin: 0;
	list-style: none;
}

#top_menu_tekst li 
	{
	float:left;
}

#top_menu_tekst a 
	{
	display: block;
	font-family: Verdana ,arial, helvetica;
	font-size: 10px;
	line-height: 16px;
	padding: 0px 15px 0px 10px;
	border: none;
	font-weight:bold;
	color:#666666;
	text-decoration: none;
	text-align:center;
}

#top_menu_tekst a:hover 
	{
	text-decoration: underline;
}

#top_menu_tekst a:active 
	{
	text-decoration:underline;
	font-weight:bold;
}

#site_wrapper
	{
	width: 900px;
	background-image:url(../img/site_back.png);
	background-repeat:repeat-y;
	margin: 0 auto;
}

#site_top_border
	{
	height: 32px;
	width: 900px;
	background-image:url(../img/site_top_border.png);
	background-repeat:no-repeat;
}

#site_links
	{
	min-height: 350px;
	width:250px;
	float: left;
}

#site_rechts
	{
	min-height: 350px;
	width:650px;
	float:right;
}

#site_bottom
	{
	height:50px;
	width:900px;
	clear: both;
	background:url(../img/site_bottom.png) no-repeat;
}

#site_bottom_tekst
	{
	font-family: Verdana ,arial, helvetica;
	font-size: 10px;
	width: 500px;
	height: 18px;
	float: right;
	margin: 10px 0px 0px 0px;
	color:#666666;
	}
	
#site_bottom_tekst a {
	color:#666666;
	text-decoration: none;

}

#site_bottom_tekst a:hover {
	text-decoration: underline;
}

.menu_wrapper
	{
	width: 220px;
	background-image:url(../img/menu_back.png);
	background-repeat:repeat-y;
	margin: 0px 0px 10px 30px;
}

.menu_top
	{
	height: 57px;
	width: 220px;
	background-image:url(../img/menu_top_top.png);
	background-repeat:no-repeat;
}

.menu_top_textbox
	{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;	
	width: 160px;
	text-align: left;
	color:#FFFFFF;
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}


.menu_textbox
	{
	font-size: 11px;
	line-height: 18px;
	width: 160px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}

.menu_textbox ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu_textbox ul li {
	margin:0px;
	background:none;
	padding:0px;
}

.menu_textbox ul li a {
	display: block;
	padding: 2px 0px 2px 20px;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
	margin: 0px;
	background:url(../img/bal.png) 1px 6px no-repeat;	

}

.menu_textbox ul li a:hover {
	text-decoration: underline;
	color:#000000;
}

.menu_textbox ul li a:visited {
	color: #000000;
}

.menu_bottom
	{
	height: 32px;
	width: 220px;
	background-image:url(../img/menu_bottom.png);
	background-repeat:no-repeat;
}
	
.inhoud_wrapper
	{
	width: 620px;
	background-image:url(../img/inhoud_back.png);
	background-repeat:repeat-y;
	margin: 0px 30px 10px 0px;
}

.inhoud_top
	{
	height: 57px;
	width: 620px;
	background-image:url(../img/inhoud_top_top.png);
	background-repeat:no-repeat;
}

.inhoud_top_textbox
	{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	width: 550px;
	text-align: left;
	color:#FFFFFF;
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 0px 35px;
}

.inhoud_textbox
	{	
	width: 550px;
	line-height:14px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 35px;
}

.inhoud_textbox a {
	text-decoration: none;
	color:#000;

}

.inhoud_textbox a:hover {
	text-decoration: underline;
}

.inhoud_textbox a:visited {
	color: #000000;
}

.inhoud_textbox_bold {
	font-weight:bold;
	color:#09F;
}

.inhoud_bottom
	{
	height: 32px;
	width: 620px;
	background-image:url(../img/inhoud_bottom.png);
	background-repeat:no-repeat;
}


	
#intro {
	margin: 0 auto;
}

#intro_swf {
	margin:0 auto;
	text-align:center;
	width: 800px;
	height: 600px;
}

.intro_swf a {
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}

.intro_swf a:hover {
	text-decoration: underline;
	color:#000000;
}

.intro_swf a:visited {
	color: #000000;
}
	
.intro_logo {
	margin:0 auto;
	height: 160px;
	width: 310px;
	background-image:url(../img/logo_tvhallum.png);
	background-repeat:no-repeat;
}



