@charset "UTF-8";
/* CSS Document */

html,body{
	height:100%;
	width:100%;
	position:relative;
	margin:0;
	padding: 0;
	background-color:#a29e93;
	background-image:url(/design/images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

/* begin indeling */

#container{
	min-height: 100%;
	height: auto; !important
	height: 100%;
	width:990px;
	position:relative;
	margin:0 auto -243px;
	background-image:url(/design/images/repeated-background.png);
	background-repeat:repeat-y;
	background-position:top right;
}

#hoofdkolom{
	overflow:hidden;
}

#linkerkolom{
	width:275px;
	position:relative;
	float:left;
}

#rechterkolom{
	width:624px;
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* einde indeling */

/* begin header */

#header{
	width:890px;
	height:240px;
	position:relative;
	background-image:url(/design/images/header.gif);
}


#topmenu{
	padding-left:270px;
	padding-top:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AAA;
	height:30px;
}

#melding{
	font-family:'Aachen-LightRegular';
	font-size:15px;
	color:#003f5e;
	float:right;
	margin-top:20px;
	margin-right:0px;
}

#lionscuracao{
	font-family:'Aachen-LightRegular';
	font-size:40px;
	color:#b5121b;
	float:right;
	margin-top:64px;
	overflow:hidden;
	width:420px;
	height:40px;
	padding-left: 416px;
}
/* einde header */

/* begin menublok */

#mainmenu{
	width:175px;
	height:auto;
	position:relative;
	font-family: 'Aachen-LightRegular';
	font-size:24px;
	color:#b5121b;
	text-align:right;
	float:left;
	
}

#barts24logo{
	width:175px;
	height:auto;
	position:relative;
	float:left;
	text-align:right;
}

/* einde menublok */

/* begin kopij */

#tekst{
	width:624px;
	height:auto;
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}

/* einde kopij */

/* begin nieuwsblok */

#nieuwsitem-groot{
	width:626px;
	height:90px;
	margin-bottom:10px;
	background-color:#e7e6e2;
	font-size:12px;
	font-weight:normal;
	color:#003f5e;
}

#nieuwsitem-groot a{
	color:#b5121b;
	font-weight:bold;
}
#nieuwsitem-groot a:hover{
color:#000000;
	font-weight:bold;
}

#nieuwsitem-groot a:visited{
color:#b5121b;
	font-weight:bold;
}

#nieuwsblok{
	width:230px;
	height:auto;
	position:relative;
	float:right;
}
#titelbalk-smal{
	width:230px;
	height:22px;
	text-indent:20px;
	line-height:22px;
	background-image:url(/design/images/titelbalk-smal.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-family:'Aachen-LightRegular';
	font-size:18px;
	color:#ffffff;
}

#nieuwsitembalk{
	width:230px;
	height:auto;
	background-color:#e7e6e2;
	border-top:1px solid #ffffff;
	font-size:12px;
	font-weight:bold;
}

/* einde nieuwsblok */

/* begin footer */

#push {
	height:243px;
}

#footer{
	width:952px;
	height:243px;
	position:relative;
	background-image:url(/design/images/footer.png);
	background-repeat:no-repeat;
	background-position:left;
	margin: 0 auto;
}

#titelbalk-breed{
	width:636px;
	height:22px;
	position:relative;
	text-indent:20px;
	line-height:22px;
	background-image:url(/design/images/titelbalk-breed.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-family:'Aachen-LightRegular';
	font-size:18px;
	color:#ffffff;
}

#sponsorenblok{
	width:636px;
	height:110px;
	position:absolute;
	margin-left:245px;
	background-color:#ffffff;
	bottom:110px;
}

/* einde footer */

