@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	background-image:url(images/bodybg.png);
	background-repeat:repeat-x;
	margin-top: 0;
		}
		
		
ul {

font-size: 11px;
	color: #434343;

}
		
#container {
	width: 983px;
	min-height: 700px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	}
	
#logo {
	padding-top: 10px;
	margin-left: -4px;
	}
.plink {
	padding-left: 12px;
	}
#header a {
	color: #af122b;
	text-decoration: none;
	font-size: 10px;
	}
#header {
	height: 146px;
	margin-left: 8px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	}

#header #logo {
	width: 260px;
	float: left;
	}
#headerlinks {
	float: right;
	height: 30px;
	}
#headerlinks UL {
	list-style: 0;
	margin: 0;
	padding: 0;
	padding-top: 50px;
	padding-right: 15px;
	}

#headerlinks UL LI {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	}
	
#navigation {
	float: left;
	width: 710px;
	margin-top: 58px;
	}
	
#navigation UL {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#navigation UL LI {
	display: inline;
	margin: 0;
	padding: 0;
	}

#navigation UL LI.home a{
	color: #9da8c1;
	width: 72px;
	height: 40px;
	font-size: 17px;
	text-transform: uppercase;
	padding-top: 17px;
	padding-left: 39px;
	display: block;
	float: left;
	}
#navigation UL LI.home a:hover { 
	background-image:url(images/navlink_home_ro.png);
	background-repeat:no-repeat;
	}
#navigation UL LI.home_act a{
	color: #9da8c1;
	width: 72px;
	height: 40px;
	font-size: 17px;
	text-transform:uppercase;
	padding-top: 17px;
	padding-left: 39px;
	background-image:url(images/navlink_home_act.png);
	background-repeat:no-repeat;
	display: block;
	float: left;
	}
	
#navigation UL LI.default a {
	color: #9da8c1;
	width: 120px;
	height: 40px;
	font-size: 17px;
	text-transform:uppercase;
	padding-top: 18px;
	padding-left: 76px;
	background-image:url(images/navlink.png);
	background-repeat:no-repeat;
	display: block;
	float: left;
	}

#navigation UL LI.default_act a { 
	color: #9da8c1;
	width: 120px;
	height: 40px;
	padding-left: 76px;
	font-size: 17px;
	text-transform:uppercase;
	padding-top: 18px;
	background-image:url(images/navlinkact.png);
	background-repeat:no-repeat;
	display: block;
	float: left;
	}

#navigation UL LI.default a:hover { 
	background-image:url(images/navlinkro.png);
	background-repeat:no-repeat;
	}







#trunk {
	clear: both;
	min-height: 500px;
	background-image:url(images/trunkbg.png);
	background-repeat: repeat-y;
	padding-bottom: 15px;
	height: auto;
	}
	
#trunktop {
	height: 28px;
	margin-left: 2px;
	background-image:url(images/trunktop.png);
	background-repeat:no-repeat;
	}
	
#trunktop IMG.topimg {
	display: none;
	}
#trunktop span.topheader {
	display: none;
	}
#left {
	width: 281px;
	min-height: 500px;
	background-image:url(images/leftbg.png);
	background-position:right top;
	background-repeat:no-repeat;
	float: left;
	height: auto;
	}
#left .mheader {
	width: 213px;
	height: auto;
	margin-left: 19px;
	}

#left .mheader a{
	width: 213px;
	height: 16px;
	padding: 5px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image:url(images/mheader.png);
	background-repeat:no-repeat;
	display: block;
	}
#left .mheader UL {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0;
	width: 203px;
	border: none;
	}

#left .mheader UL LI.act UL.level2 {
	padding: 0;
	margin: 0;
	width: 223px;
	}
	
#left UL LI.act UL.level2 LI a{
	padding-left: 40px;
	width: 178px;
	background:#f4f6f9;
	display: block;
	border: none;
	}

#left .mheader UL LI.act a, #left LI.act UL.level2 LI.act a {
	font-size: 12px;
	font-weight: bold;
	} 
#left .mheader LI.act UL.level2 LI a {
	font-size: 11px;
	font-weight: normal;
	}
	
#left .mheader UL LI a {
	background: #e2e7f1;
	height: 20px;
	color: #6585aa;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 20px;
	width: 198px;
	display: block;
	}
#right {
	width: 190px;
	padding-top: 10px;
	padding-left: 30px;
	min-height: 500px;
	background-image:url(images/rightbg.png);
	background-position:left top;
	background-repeat:no-repeat;
	float: right;
	}
#content {
	float: left;
	width: 450px;
	padding-left: 15px;
	padding-right: 10px;
	min-height: 500px;
	}
#content p {
	color: #434343;
	font-size: 11px;
	line-height: 18px;
	}


#trunkbot {
	clear: both;
	height: 14px;
	background-image:url(images/trunkbot.png);
	background-repeat:no-repeat;
	}
	
#footer {
	clear: both;
	text-aling: left;
	padding: 15px;
	padding-left: 30px;
	background-image:url(images/footerbg.png);
	background-repeat:no-repeat;
	color: #434343;
	height: 50px;
	}
#footer a {
	color: #434343;
	text-decoration:none;
	}
IMG.footertop {
	display: none;
	}
#footer a IMG{
	border:none;
	vertical-align:middle;
	}
#content DIV#tx-a1teasermenu-pi1 {
	margin-top: -18px;
	}
.tx-a1teasermenu-pi1 .teaserbox {
	width: 216px;
	height: 387px;
	background-image:url(images/teaserbg.png);
	background-repeat: no-repeat;
	float: left;
	}
.tx-a1teasermenu-pi1 h1 a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
	padding-left: 50px;
	}

.tx-a1teasermenu-pi1 .teasertext {
	color: #434343;
	font-size: 11px;
	line-height: 18px;
	padding: 15px;
	}
.tx-a1teasermenu-pi1  .meer a {
	width: 97px;
	height: 18px;
	text-decoration:none;
	text-transform:uppercase;
	color: #af122b;
	font-size: 11px;
	background-image: url(images/teasermeer.png);
	background-repeat: none;
	display: block;
	margin-left: 20px;
	padding-top: 4px;
	}



input {
font-size: 11px;
}

textarea {
font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
}



/* NEWS Styles */
.newslatest {
	width: 150px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 1px #b9c0d2 solid;
	border-style: none none solid none;
	}
.newslatest .newssubheader p {
	font-size: 11px;
	line-height: 18px;
	}

.newslatest .newsdate {
	color: #9da8c1;
	font-size: 11px;
	padding-top: 10px;
	}
.newslatest .meer {
	float: right;
	margin-top: -25px;
	}
.newssingleview .newsheader h1 {
	float: left;
	width: 50%px;
	}
.newssingleview .newsdate {
	width: 40%;
	float: right;
	padding-top:15px;
	text-align: right;
	font-style: italic;
	}
.newssingleview .newssubheader {
	clear: both;
	}
.newssingleview .newssubheader h3 {
	font-weight: normal;
	font-size: 12px;
	color: #434343;
	}
	

.newslist {
	padding-bottom: 10px;
	border: 1px #b9c0d2 solid;
	border-style: none none solid none;
}

.newslist .newsheader h2 {
	width: 50%;
	float: left;
	}
.newslist .newsdate {
	width: 40%;
	padding-top: 14px;
	float: right;
	font-style: italic;
	text-align: right;
	}
.newslist .newssubheader {
	clear: both;
	}
.newslist .meer {
	text-align: right;
	margin-bottom: 5px;
	}

