/* html-elements */
html
{
    width: 100%;
    /*overflow: auto;*/
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #f0f0f0 url(../images/onze_trots_background.jpg) center top no-repeat;
    font-size: 0.8em;
    /*overflow: auto;*/
}
a
{
    color: #df0023;
}
a:hover
{
    text-decoration: none;
}
h1
{
    color: #df0023;
    font-size: 1.7em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
/* id-elements */
#feyTv
{
    padding-top:4px;
    text-align:center;
}
#container
{
    width: 876px;
    margin: 0 auto;
    text-align: left;
}
#header
{
    text-align: left;
    height: 113px;
    width: 877px;
    overflow: hidden;
}
#login
{
    float: right;
}
#headerLogin
{
    background: #fff;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    text-align: right;
    width: 425px;
    padding: 4px 4px 0px 4px;
}
#headerLoginBottom
{
    clear: both;
    width: 435px;
    height: 8px;
    background: url(../images/btm_login.gif) top left no-repeat;
}
#headerLogin div#loginstatus
{
    float: left;
    clear: right;
}
#logo
{
    padding-top: 5px;
}
#navigation
{
    overflow: hidden;
    height: 53px;
    width: 877px;
    background: url(../images/navigation_sub_stroke.gif) bottom repeat-x;
}
#menu
{
    width: 877px;
    background: url(../images/navigation_top_stroke.gif) no-repeat bottom left;
    height: 28px;
    color: #000;
    line-height: normal;
}
#menu a
{
    float: left;
    background: url(../images/tab_left.gif) no-repeat left top;
    color: #000000;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}
#menu ul
{
    padding: 0px 0px 0px 32px;
    margin: 0;
    font-weight: bold;
    list-style: none;
}
#menu ul li
{
    display: inline;
    float: left;
    padding: 0;
}
#menu ul li.active
{
    background: none;
}
#menu ul li.active a
{
    float: left;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 1px 0px 3px;
    background-position: 0% -28px;
}
#menu ul li a span
{
    float: left;
    display: block;
    padding: 9px 8px 3px 4px;
    margin: 0;
    background: url(../images/tab_right.gif) no-repeat right top;
}
#menu ul li.active a span
{
    background: url(../images/tab_right.gif) no-repeat right top;
    background-position: 100% -30px;
}
#menu ul li.active a:hover span
{
    background-position: 100% -30px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span
{
    float: none;
}
/* End IE5-Mac hack */
#menu a:hover span
{
    color: #FFF;
}
#menu a:hover
{
    background-position: 0% -28px;
    cursor: pointer;
}
#menu a:hover span
{
    background-position: 100% -30px;
    cursor: pointer;
}
#content
{
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    width: 858px;
    background: #ffffff;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    padding: 8px 9px 8px 8px;
}
#newcarrousel
{
    float: left;
    width: 523px;
    height: 344px;
    background: url(../images/newscarrousel_bg.gif) no-repeat;
    padding: 8px 8px 11px 8px;
}
#footertext
{
    width: 854px;
    float: left;
    padding: 2px;
}
#footerlinks
{
    float: right;
}
#footer
{
    width: 877px;
    height: 20px;
    background: url(../images/footer_bg.gif) no-repeat;
    padding-bottom: 10px;
}
#cpageHeader
{
    background: url(../images/cpage_header_bg.gif) no-repeat;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    width: 857px;
    height: 3px;
}
#cpageBody
{
    background: url(../images/cpage_body_bg.gif) repeat-y;
    overflow: hidden;
    margin: 0 auto;
    width: 847px;
    text-align: left;
    padding: 4px 14px 4px 7px;
}
#cpageFooter
{
    background: url(../images/cpage_footer_bg.gif) no-repeat;
    height: 6px;
    width: 857px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}
#LoginBox
{
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}
#contentleft 
{ 
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 22%;
    overflow:hidden;
}
#contentcenter 
{ 
    float: left;
    margin-bottom: 10px;
    width: 76%;
    overflow:hidden;
}
#newsArchiveFilter
{
    overflow: hidden;
    width: auto;
    padding: 4px;
    height: 30px;
    background: url(../images/stroke_newsbox_bg.gif) repeat-x;
    top: 0;
}
#newsArchiveFilter input
{
    position:absolute;
}
/* class-elements */
.grayLine
{
    color:#d4d4d4;
    font-size: 0.7em;
}
.line
{
    color:#d4d4d4;
}
.error
{
    color: #ff0000;
    font-size: 0.85em;
}
.lnkSmall
{
    font-size: 0.8em;
}
.LoginView
{
    width: 100%;
}
.hdLargeBox
{
    border-bottom: solid 1px #e0e0e0;
    height: 24px;
    margin-bottom: 2px;
}
input.field
{
    background: #f7f7f6;
    border: solid 1px #d4d4d4;
    width: 125px;
}
.clear
{
    clear: both;
}
.position1
{
    width: 316px;
    height: 176px;
    padding-bottom: 6px;
    float: right;
    overflow: hidden;
}
.position2
{
    width: 316px;
    height: 176px;
    padding-bottom: 6px;
    float: right;
    overflow: hidden;
}
.position3
{
    width: 265px;
    height: 170px;
    padding-bottom: 6px;
    padding-right: 6px;
    float: left;
    overflow: hidden;
}
.position4
{
    width: 265px;
    height: 170px;
    padding-bottom: 6px;
    padding-right: 6px;
    float: left;
    overflow: hidden;
}
.position5
{
    width: 316px;
    height: 266px;
    padding-bottom: 6px;
    float: right;
    overflow: hidden;
}
.position6
{
    width: 537px;
    height: 90px;
    padding-bottom: 6px;
    float: left;
    overflow: hidden;
}
.largeBoxBG
{
    width: 300px;
    height: 160px;
    background: url(../images/large_box.gif) no-repeat;
    float: right;
    overflow: hidden;
    padding: 8px;
}
.smallBoxBG
{
    width: 249px;
    height: 154px;
    background: url(../images/small_box.gif) no-repeat;
    float: right;
    overflow: hidden;
    padding: 8px;
}
.strokeBoxBG
{
    width: 520px;
    height: 74px;
    background: url(../images/stroke_box_bg.gif) no-repeat;
    float: right;
    overflow: hidden;
    padding: 8px;
}
.advBoxBG
{
    width: 316px;
    height: 266px;
    background: url(../images/adv_box_bg.gif) no-repeat;
    overflow: hidden;
    padding: 8px;
}
.LoginBox
{
    width: 300px;
    height: 160px;
    background: url(../images/large_box.gif) no-repeat;
    overflow: hidden;
    padding: 8px;
    margin: 0 auto;
}
.newsImage
{
    border: solid 1px #e3e3e3;
    padding: 4px;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.pDate
{
    color: #5a5a5a;
    float: right;
    margin-right: 5px;
}
.errorBox
{
    width: 300px;
    height: 50px;
    overflow: hidden;
    padding: 8px 8px 8px 55px;
    margin: 25px auto auto 255px;
    text-align: left;
    background: url(../images/iconError.gif) no-repeat;
    background-position: 0px 3px;
}
.textarea
{
    width:450px;
    height:150px;
    font-family:Arial;    
}
.txtSmall
{
    font-size:0.8em;
}
.infoBlock
{    
   left: 630px;
   position: absolute;
}
.priceList
{
   color: White;
   background: #e00124;
   width: 212px;
   font-size: 12px;
}
.priceList a
{
    color:White;
}
.priceList div.priceDetail
{
    margin:10px;
}
ul.sidemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	/*border-bottom: 1px solid #dadada;*/
	width: 100%;
	background-color: #ffffff;
}
ul.sidemenu li {
	border-bottom: 1px solid #dadada;
}
ul.sidemenu li a {
	text-decoration: none;
	display: block;
	width: 90%;
	color: #000000;
	font-weight: bold;
	padding: 2px 10px;
}
ul.sidemenu li a:hover {
	background-color: #e6e6e6;
	color: #000000;
}
ul.newsarchive {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	background-color: #ffffff;
}
ul.newsarchive li 
{
    padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #dadada;
}
ul.newsarchive li .time 
{
    font-size:0.9em;
    color:#727272;
    float:right;
    margin-right:10px;
}
ul.newsarchive li .shortdesc
{
    color:#646464;
}
ul.newsarchive li a 
{
    font-weight:bold;
	/*width: 90%;
	display: block;
    padding: 2px 10px;*/
}
ul.newsarchive li a:hover {
}
ul.pollList {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	background-color: #ffffff;
}
ul.pollList li 
{
    padding: 15px 0px 15px 0px;
	border-top: 1px solid #dadada;
}
ul.pollList li .time 
{
    font-size:0.9em;
    color:#727272;
    float:right;
    margin-right:10px;
}
ul.pollList li .shortdesc
{
    color:#646464;
}
ul.pollList li a 
{
    font-weight:bold;
	/*width: 90%;
	display: block;
    padding: 2px 10px;*/
}
ul.pollList li a:hover {
}
/* form class */
.errorSum ul {padding:0; margin:0;}
.errorSum ul li {list-style:inside;}
p.v em { color:#C00; }
p.v { font-size:0.8em; }
div.otForm p { margin: 0; }
div.otForm p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.otForm fieldset { margin:15px 0; padding: 0px; border:none; position:relative; border-top:solid 1px #dedede;}
div.otForm legend { font-weight: bold; color: #df0023; }
div.otForm legend {position: absolute; top:-1.0em; left: 0pt;}
div.otForm input.txtField {background: #f7f7f6; border: solid 1px #d4d4d4;}
div.otForm fieldset div { padding: 0.25em 0; }
div.otForm label, 
div.otForm span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.otForm label.error, 
div.otForm span.error { color: #C00; }
div.otForm label em, 
div.otForm span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.otForm div.controlset label, 
div.otForm div.controlset input { display: inline; float: none; }
div.otForm div.controlset div { margin-left: 170px; }
div.otForm div.buttonrow { margin-left: 170px; }

/* ----- subpages - FAQ ----- */
.faq #sec-1 ul 
{
	font-size:12px;
	list-style:none;
	margin:0 18px 0 17px;
	padding:5px 0 0;
}

.faq #sec-1 ul li 
{
	background:0;
	padding:0;
}

.faq #sec-1 ul li.selected 
{
    background:#f7f7f7;
    border-bottom:1px solid #ebebeb;
}

.faq #sec-1 ul li a 
{
    background:url("../images/bullet_faq.gif") 0 7px no-repeat;
    display:block;
    padding:0 0 0 21px;
    text-decoration:none;
}

.faq #sec-1 ul li dl dd a
{
    background:none;
    color: #D02E2E;
    display:inline;
    padding: 0px;
}

.faq #sec-1 ul li.selected a 
{
    background-position:0 -223px;
    color: #D02E2E;
    font-weight:bold;
}

.faq #sec-1 a:visited
{
	color: #D02E2E;
}

.faq #sec-1 ul li a:hover
{
	background-position:0 -108px;
}

.faq #sec-1 ul li a span
{
	border-bottom:1px solid #ebebeb;
	display:block;
	padding:7px 0 7px 0;
}

.faq #sec-1 ul li.selected a span,	.faq #sec-1 ul li.last a span 
{
	border:none;
}

.faq #sec-1 ul li dl
{
    height:1%;
	margin:0;
	vertical-align:bottom;
}

.faq #sec-1 ul li dd
{
	margin:0;
	padding:0 0 5px;
}

.faq #sec-1 ul li dd p 
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:20px;
}

.feyNewsRow
{
    width: auto;
    display:block;
    height: 32px;
    padding:0;
    padding-bottom:5px;
    padding-top:5px;
    border-bottom:solid 1px #e0e0e0;
}
.feyNewsImg img
{
    display:block;
    float: left;
    margin-right:6px;
}
.feyNewsImg a
{
    color: #5a5a5a;
    font-size: 0.8em;
    text-decoration: none;
}
.feyNewsImg a:hover
{
    color: #df0023;
    font-size: 0.75em;
    text-decoration: underline;
}

