@import "../extensions/bw_buzz_content/styles.css";
@import "../extensions/bw_fetchfeeds/styles.css";
@import "../extensions/gb_weather/styles.css";
@import "../extensions/direct_mail_subscription/styles.css";
/******************************************************************************
 * STANDARD ELEMENTS - Styles for standard HTML elements
 ******************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	}

body {
	background-color: #012353;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	width: 100%;
	text-align: center;
	}

a {
	text-decoration: none;
	color: #F23515;
	}
a:hover {
	text-decoration: underline;
	}

img { border: none; }

ul { list-style-type: none; }


h1  {color: #FFF; font-size:13px;}
h2  {color: #FFF; font-size: 11px; }
h3  {color: #FFF; font-size: 10px; }

p,
#left h1,
#left h2,
#left .commentuneven,
#left .commenteven,
#content .interviewz {
	color: #022350;
	}


/******************************************************************************
 * GENERIC CLASSES - Classes that can be used everywhere
 ******************************************************************************/
.clear_both	{ clear: both; line-height: 0px; }
.clear_left { clear: left; line-height: 0px; }


/******************************************************************************
 * STANDARD DIVISIONS - The divisions that make up the layout of the page
 ******************************************************************************/
#container {
	width: 940px;
	margin: 16px auto;
	padding: 15px;
	text-align: left;
	background-color: #FFF;
	*position: relative;
	}
	

/******************************************************************************
 * MENU LAYOUT - The layout of the menu, submenu and other menu like lists
 ******************************************************************************/
#mainmenu {
	overflow: hidden;
	text-align: center;
	height: 30px;
	background:#2C4870 url(../images/bg_bar.png) repeat-x scroll 0%;
	}
#mainmenu ul li {
	float: left;
	width: 100.8px;
	height: 30px;
	line-height: 30px;
	background: url('../images/bg_bar.png') #2C4870 repeat-x;
	border-right: 2px solid #1E3B65;
	}
#mainmenu ul li a {
	color: #AAB6C6;
	text-decoration: none;
	font-size: 13px;
	}
#mainmenu ul li a:hover,
#mainmenu ul li a.active {
	color: #FFF;
	}


/******************************************************************************
 * HEADER - Specific styles for the header
 ******************************************************************************/
#header { width: 720px; }

#header_title {
	font-size: 0px;
	height: 100px;
	overflow: hidden;
	position: relative;
	}
#header_title img { padding-top: 2px; float:left;}
#header_title #reg {
	width: 12px;
	height: 15px;
	color: #022350;
	position: absolute;
	top: -1px;
	right: 506px;
	font-size: 14px;
	}
#header_title #top {
	width: 506px;
	height: 23px;
	color: #F22A08;
	position: absolute;
	top: 1px;
	right: 0px;
	font-size: 19px;
	text-align: center;
	}
#header_title #headerimg {
	width: 518px;
	height: 75px;
	background-color: #F2F2F2;
	position: absolute;
	bottom: 0px;
	right: 0px;
	}
#header_title #headerimg img {
	float:left;
}
#header_title #bottom img { padding: 0px; }


/******************************************************************************
 * LEFT COLUMN - Specific styles for the left column
 ******************************************************************************/
#left {
	width: 480px;
	float: left;
	min-height: 890px;
	height: auto !important;
	/*height: 890px;*/
	background-color: #FFF;
	overflow: hidden;
	}
#left .csc-header {
	clear: left
	}
#left .csc-header-n1 {
	display: none;
	}
#left .item,
#left .commentuneven,
#left .commenteven {
	border-left: 1px solid #C0C8D3;
	min-height: 14px;
	height: auto !important;
	height: 14px;
	}
#left .item {
	border-bottom: 1px solid #C0C8D3;
	}
#left p {
	padding-bottom: 33px;
	min-height: 47px;
	height: auto !important;
	height: 47px;
	}
#left .blockl div,
#left .blockr div,
#left .blockuneven div,
#left .blockeven div {
	/*border: 1px solid #C0C8D3;*/
	margin: 14px;
	width: 104px;
	height: 104px;
	margin-top:30px;
	clear: both;
	}
#left div.item div div {
	margin:0 !important;
	width: 150px !important;
        height: 150px !important;
}

#left .blockl div,
#left .blockuneven div {
	float: left;
	_display: inline;
	}
#left .blockr div,
#left .blockeven div {
	float: right;
	_display: inline;
	}
#left .blockuneven {
	padding-right: 14px;
	}
#left .blockeven {
	padding-left: 14px;
	}
#left h2 {
	padding: 33px 0 6px 0;
	}
#left h3,
#left div .block,
#left .commentuneven,
#left .commenteven {
	padding-left: 14px; 
	padding-right: 14px;
	}
#left .blockeven h2,
#left .blockeven p {
	padding-left: 14px;
	}
#left .commentuneven,
#left .commenteven {
	padding-right: 46px;
	}
#left h3 {
	background: url('../images/bg_bar.png') #2C4870 repeat-x;
	height: 30px;
	line-height: 30px;
	}
#left .commentuneven,
#left .commenteven {
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	}
#left .commentuneven {
	background-color: #FFE7E5;
	}


/******************************************************************************
 * CONTENT COLUMN - Specific styles for the content column
 ******************************************************************************/
#content {
	width: 240px;
	float: left;
	min-height: 890px;
	height: auto !important;
	height: 890px;
	background-color: #FFF;
	overflow: hidden;
	}
#content .csc-header {
	background-color: #F23515;
	border-left: 1px solid #F23515;
	border-bottom: 1px solid #E8B8B4;
	height: 30px;
	line-height: 30px;
	}
#content p,
#content .csc-header,
#content .interviewz {
	padding-left: 14px;
	padding-right: 16px;
	}
#content p,
#content .interviewz {
	padding-top: 12px;
	padding-bottom: 12px;
	min-height: 98px;
	height: auto !important;
	height: 98px;
	border-left: 1px solid #FAC8C1;
	border-right: 1px solid #FAC8C1;
	border-bottom: 1px solid #FAC8C1;
	background: url('../images/bg_content.png') #FFF repeat-x;
	}
#content .interviewz {
	padding-bottom: 18px;
	}
#content .interviewz div {
	border: 1px solid #C0C8D3;
	margin-bottom: 14px;
	width: 209px;
	height: 79px;
	background-color: #FFF;
	}


/******************************************************************************
 * RIGHT COLUMN - Specific styles for the right column
 ******************************************************************************/
 
div.tx-jkpoll-pi1 {
	 padding-left:14px;
	 padding-right:5px;
}
div.tx-jkpoll-pi1 p{
	 padding-bottom:15px;
}

#right_top, #right {
	float: right;
	width: 220px;
	background-color: #F23515;
	overflow: hidden;
	_margin-left: -3px;
	}
#right_top {
	display: none;
	*display: block;
	*position: absolute;
	*top: 15px;
	*right: 15px;
	*height: 16px;
	}
#right {
	min-height: 1051px;
	height: auto !important;
	height: 1035px;
	*margin-bottom: -15px;
	*position: relative;
	*bottom: -16px;
	}
#right .csc-header {
	border-top: 2px solid #F65C42;
	padding-left: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
	}
#right .csc-header-n1 {
	border-top: none;
	padding-top: 23px;
	*padding-top: 7px;
	}
#right .csc-header,
#right .aanmelden {
	padding-right: 14px;
	}
#right .aanmelden {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	}

#right .csc-header-n2 { padding-bottom: 15px; }




/******************************************************************************
 * Mailform - Specific styles for the default Typo3 Mailform
 ******************************************************************************/
#right .right-block .input_text_short {
	background-color: #EEE;
	border: medium none;
	}
#right .right-block .input_submit {
	border: medium none;
	color: #CCC;
	font-weight: bold;
	padding-left: 4px;
	}
input.tx-sremailsubscribe-pi1-text {
	background-color: #EEE;
	border: medium none;
	}
.csc-mailform input,
.csc-mailform textarea {
	width: 200px;
	}
div.csc-mailform-field {
	width: 500px;
	clear: both;
	}
input.csc-mailform-radio {
	width: 10px;
	height: 10px;
	margin-right: 20px;
	}
fieldset #mailformAanhef legend {
	display: none;
	}
fieldset #mailformAanhef label {
	width: 40px;
	}
fieldset {
	border: medium none;
	}
input.csc-mailform-submit {
	margin-left: 140px;
	}
input.tx-sremailsubscribe-pi1-submit {
	border: medium none;
	background-color: #CCC;
	font-weight: bold;
	padding-left: 4px;
	}
.csc-mailform-field label {
	display: block;
	float: left;
	width: 140px;
	text-align: left;
	}
.csc-mailform-submit {
	}


/******************************************************************************
 * FAQ
 ******************************************************************************/
.lastfaq { 
	background: #FFFFFF url(../images/bg_content.png) repeat-x top left;
	border: 1px solid #FAC8C1;
	border-top: none;
	min-height: 98px;
	height: auto !important;
	height: 98px;
	padding: 12px 10px 12px 10px;
	}
.lastfaq .question {
	font-weight: bold;
	padding-bottom: 10px;
	}
.lastfaq .answer {
	padding-bottom: 10px;
	}
.lastfaq .link {
	}