/* style.css */
html, body {
	padding: 0;
	margin: 0;
	/*width: 100%;
	height: 100%;*/
}

body {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-align: center;
	color: #1c3975;
	/*overflow: -moz-scrollbars-vertical;*/
	overflow: auto;
}
a img{
	border:0px;
}

.container {
	position: relative;
	margin: 0 auto;
	text-align:left;
	width: 957px;
	/* For some reason IE6 needs 12px more */
	overflow: hidden;

}

.tabsTravel {
	width: 55px;
	height: 180px;
	float: left;
}

.tabsSport {
	width: 55px;
	height: 180px;
	float: left;
}

.contentContainer {
	width: 900px;
	float: left;
}

.rightSpace {
	width: 12px;
	height: 616px;
	float: left;
}

.menuContainer {
	width: 225px;
	/*height: 358px;*/	
	overflow:hidden;
	float: left;
}
.submenuContainer {
	width: 225px;
	position:absolute;
	top:0px;
	left:275px;	
	overflow:hidden;		
}
.submenuContainer ul {
	width: 185px;
	list-style-type: none;
	margin: 14px 0 0 0px;
	padding: 0px;
	font-size: 0px;	
}

.menuContainer ul {
	width: 185px;
	list-style-type: none;
	margin: 14px 0 0 10px;
	padding: 0px;
	font-size: 9px;
}

.menuContainer ul li {
	margin: 0;
	padding: 6px 0 0 16px;
	height: 18px;
	background: url("/images/menu_item.jpg") bottom left no-repeat;
	border-bottom: 1px solid #d6d6de;
	width:188px;	
}

.submenuContainer ul li {
	font-size: 9px;	
	margin: 0px;
	padding: 6px 0 0 16px;
	height: 18px;
	border-bottom: 1px solid #d6d6de;
	width:188px;	
	margin-left:5px;	
	
}

.submenuContainer ul li a{
	text-decoration: none;
	color: #1c3975;	
}

.menuSelected {
	background: url("/images/menu_item_active.jpg") bottom left no-repeat;
}

.menuContainer ul li a{
	text-decoration: none;
	color: #1c3975;
}

.midSpace {
	width: 900px;
	height: 11px;
	float: left;
}

.midSpaceSpecial {
	width: 900px;
	height: 8px;
	float: left;
}

.workspaceContainer {
	width: 900px;
	height: 216px;
	float: left;
}

.workspaceContainerSpecial {
	width: 289px;
	float: left;
}

.workspaceBlockSpaceLeft {
	width: 10px;
	height: 216px;
	float: left;
}

.workspaceBlockSpaceLeft.two {
	width: 9px;
}

.workspaceBlockTitle {
	width: 205px;
	height: 20px;
	padding: 8px 0 0 0;
	font-size: 14px;
	float: left;
	font-style:italic;
}

.workspaceBlockImage {
	width: 205px;
	height: 60px;
	float: left;
}

.workspaceImage {
	border: 1px solid #1c3975;
}

.workspaceBlockText {
	width: 205px;
	height: 97px;
	padding: 11px 0 0 0;
	float: left;
}

.workspaceBlockText a{
	text-decoration:none;
}

.workspaceBlockText td{
	height:12px;
	font-size:11px;
	text-align:left;
}

.workspaceBlockFooter {
	width: 205px;
	height: 20px;
	float: left;
}

.footerContainer {
	/*width: 955px;*/	
	width:100%;
	height: 34px;
	padding: 5px 0 0 0;
	float: left;
}

.footerInfo {
	position: relative;
	width: 750px;
	height: 34px;
	padding: 10px 0 0 65px;
	padding-left:10px;
	letter-spacing: 0.5px;
	float: left;
}

/***************
Footerlogo staat in sports.css en travel.css omdat deze een andere footer hebben
**************/

/*.footerLogos {
	width: 135px;
	height: 34px;
	float: right;
	background: url("/images/logos.jpg") bottom right no-repeat;
}*/

.sp_box{
	height:20px;
}
.inschrijfField {
	width: 130px;
	font-family: Arial, Verdana;
	font-size: 11px !important;
	font-size: 10px;
	color: #1c3975;
}

 /* IE7 Only */
 *:first-child+html .inschrijfField{
	width: 128px;
	height:11px !important;
	height:10px;
	font-family: Arial, Verdana;
	font-size: 11px !important;
	font-size: 10px;
	color: #1c3975;
 }

.inschrijfCheckBox{
	width:10px;
	padding:0px;
	margin:0px;
}

.btnMeer {
	padding: 0 0 0 10px;
}

a {
	color: #1c3975;
}

.spacer {
	clear: both;
}
.flag{
	padding-top:10px;
	width:42px;
	height:30px;
	padding-left:13px;
	float:left;
}

