/* Default Styles */
html, body {
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2b2b2b;
	text-align: left;
	height: 100%;
	SCROLLBAR-TRACK-COLOR: #f1f1f1;
	SCROLLBAR-BASE-COLOR: #f1f1f1;
	SCROLLBAR-FACE-COLOR: #00c800;
	SCROLLBAR-ARROW-COLOR: #f1f1f1;
	SCROLLBAR-HIGHLIGHT-COLOR: #f1f1f1;
	SCROLLBAR-SHADOW-COLOR: #f1f1f1;
	SCROLLBAR-3DLIGHT-COLOR: #f1f1f1;
	SCROLLBAR-DARKSHADOW-COLOR: #f1f1f1;
}
p {
	padding: 10px 0px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #00c800;	
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
}
/* Main Elements */
#outer {
	min-height: 100%;
	height: auto;
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
}
#sessioninfoholder {
	width: 960px;
	height: 29px;
	position: relative;
	background: transparent url(/Static/Images/Default/img_header_logo_green.gif) no-repeat top left;
}
	#sessioninfo {
		line-height: 2.7em;
		text-align: right;
		padding-right: 10px;
		font-weight: bold;
		color: #000000;
	}
#header {
	width: 960px;
	height: 181px;
	position: relative;
	background: transparent url(/Static/Images/Default/img_header_foto_1.jpg) no-repeat top left;
}
#menu {
	width: 960px;
	height: 21px;
	position: relative;
	background: transparent url(/Static/Images/Default/img_navigation.gif) no-repeat left top;
	z-index: 2;
}
	#menuholder {
		width: 914px;
		height: 21px;
		padding-left: 23px;
		padding-right: 13px;
	}
#contentwrapper {
	width: 960px;
	position: relative;
	float: left;
	z-index: 1;
}
	#columncenter {
		position: relative;
		float: left;
		width: 550px;
		padding: 20px 5px 0px 5px;
	}
		#contentcomponent {
			position: relative;
			width: 550px;
			float: left;
		}
		#newscomponent {
			position: relative;
			width: 550px;
			float: left;
		}
		#advertcomponent {
			position: relative;
			width: 550px;
			float: left;
			padding: 20px 5px 0px;
		}
	#columncenterwide {
		position: relative;
		float: left;
		width: 950px;
		padding: 20px 5px 0px 5px;
	}
		#contentcomponentwide {
			position: relative;
			width: 930px;
			float: left;
			padding: 0px 10px;
		}
#clearbar {
	width: 960px;
	clear: both;
	height: 220px;
}
#underbar {
	width: 960px;
	position: relative;
	float: left;
	clear: both;
}
#clearfooter {
	clear: both;
	width: 960px;
	height: 30px;
}
#footer {
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 960px;
}
#footerinner {
	width: 960px;
	height: 20px;
	background: transparent url(/Static/Images/Default/img_footer_bg.gif) no-repeat scroll center top;
	position: relative;
	
}
#counter {
	width: 0px;
	height: 0px;
	display: none;
	line-height: 0px;
}
/* Class Element */
a.menuitem {
	line-height: 1.5em;
	float: left;
	color: #000000;
	height: 20px;
	padding: 0 10px 0 10px;
}
a.menuitem_active {
	line-height: 1.5em;
	float: left;
	color: #ffffff;
	height: 20px;
	background-image: url(/Static/Images/Default/img_menubg_active.gif);
	background-repeat: repeat-x;
	padding: 0 10px;
}
.newsitem {
	padding: 5px;
	width: 265px;
	overflow: hidden;
}
	.newsitem img {
		max-width: 150px;
		max-height: 80px;
	}
.copyright {
	font-weight: bold;
	color: #00c800;
}

.copyright_black {
	font-weight: bold;
	color: #000000;
}
.sidebar {
	position: relative;
	width: 180px;
	float: left;
	padding: 20px 10px;
}

.bottomcomponent {
	position: relative;
	bottom: 0px;
	width: 180px;
}
img.advertImage {
	max-height: 138px;
	max-width: 550px;
	width: 550px;
}

.footerleft {
	width: 400px;
	height: 20px;
	position: relative;
	float: left;
	padding-left: 23px;
	text-align: left;
	line-height: 1.8em;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.footerright {
	width: 400px;
	height: 20px;
	position: relative;
	float: right;
	padding-right: 23px;
	text-align: right;
	line-height: 1.8em;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

/* TKComponent Styles */
.componentheader_small {
	width: 180px;
	height: 21px;
	background: url(/Static/Images/Default/img_compheader_small.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.componentheader_program {
	width: 180px;
	height: 21px;
	background: url(/Static/Images/Default/img_compheader_small.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.componentheader_wide {
	width: 550px;
	height: 21px;
	background: url(/Static/Images/Default/img_compheader_wide.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.componenttitle {
	padding-left: 13px;
	line-height: 1.4em;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #00c800;
}
.componentlink_small {
	width: 180px;
	height: 21px;
	background: url(/Static/Images/Default/img_complink_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.componentlink_program {
	width: 180px;
	height: 21px;
	background: url(/Static/Images/Default/img_complink_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.componentlink_wide {
	width: 550px;
	height: 21px;
	background: url(/Static/Images/Default/img_compheader_wide.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.componenttextwide {
	width: 550px;
	overflow: hidden;
}
.componenttext {
	padding: 0 13px;
	overflow: hidden;
	width: 154px;
}
.componenttext iframe {
	margin-left: -10px;
}
.componentProgramText {
	padding: 0 13px;
	overflow: hidden;
	width: 154px;
}
.componenttext p {
	padding: 0;
}
.componentlink {
	line-height: 2em;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 0 13px;
}
.programmingImage {
	padding: 0 13px;
	overflow: hidden;
}
.componenttextwide p {
	padding: 0px;
}
.componentlink p {
	padding: 0px;
}
.componentlink_green {
	padding-left: 13px;
	line-height: 1.5em;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #00c800;
}
a.componentlinktekst {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #00c800;
	text-decoration: none;
}
a.componentlinktekst:hover {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
.component_spacer {
	width: 180px;
	height: 10px;	
}
.componenttext_bottom {
	width: 180px;
}

td.form_header {
	padding: 5px 75px 5px 5px;
	width: 150px;
}
td.form_input {
	width: 125px;
	padding: 0px 25px 0px 0px;
	text-align: left;
}
td.form_input input {
	width: 125px;
}

/*-- RTE STYLES --*/
.RTETitle {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00C800;
}
.RTESubTitle {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ce0000;
}
.RTEDefault {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2b2b2b;
}
.Programming {
	border-collapse: seperate;
}
.Programming .odd {
	background-color: #f5f5f5;
}
.Programming td {
	vertical-align: top;
	padding: 2px 0;
	padding-left: 10px;
}
span.programday {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	color: #00c800;
}
.programtime {
	color: #00c800;
	font-weight: bold;
}
a.programtitle {
	color: #000000;
	text-decoration: none;
}
a.programtitle:hover {
	color: #cccccc;
}
.newsoverviewimage {
	width: 160px;
	height: 80px;
	float: left;
}
.newsoverviewimage  img{
	max-width: 150px;
	max-height: 80px;
}