@charset "utf-8";
/* CSS Document */

/*
Design by GianTTec
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80.01%;
	background: #A2C1DB url(images/back_gradient.gif) 50% 0 repeat-x;
	min-width:765px;
}

h1, h2, h3 {
	color: #2F59AC;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0;
}

h3 {
	font-size: 110.01%;
	margin-bottom: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #2F59AC; 
}

a:hover {
	border: none;
text-decoration: underline;
	color: #333; 
}

a:visited {
	color: #2F59AC; 
text-decoration: none;
	border: none;
}


img {
	border: none;
}

/* System info */

#wrapsystemmenu {
    margin:0 auto;
    width:765px;
background-color: #FFFFFF;
}

#systeminfo {
position: relative;
	width: 310px;
	float: left;
	color: #FFFFFF;
}

#systemmenu {
position: relative;
	width: 450px;
	float: right;
	padding-right: 5px;
	text-align: right;
}

#systemmenu * {
	color: #FFFFFF;
}

#systemerror {
	width: 760px;
	color: #BB0000;
	font-size:10px;
	background-color: #FFFFFF;
}

#breadcrumb {
	width: 760px;
	padding-right: 5px;
	text-align: right;
	font-size:10px;
	font-style: italic;
	background-color: #FFFFFF;
}

#breadcrumb * {
	color: #666666;
}

/*Header*/
#header-bg {
    background-image: url(images/left.png);
    background-repeat: repeat;
border-bottom: solid;
border-color: #FFFFFF;
    height: 120px;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#header {
	width: 765px;
	height: 120px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat;
}

/* Menu */

#wrapmenu {
    margin:0 auto;
    width:765px;
	text-decoration: none;
	clear:both;
}

#wrapmenu a{
    padding-right: 5px;
    text-decoration: none;
    padding-left: 5px;
color: #003366;
}

#wrapmenu a:active {
    color: #FFFFFF;
}

#topmenu {
	float: left;
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 765px;
}
#topmenu li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}

#topmenu a {
	float: left;
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#topmenu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #FFFF00;
	padding-bottom: 8px;
}	

#login {
    height: 20px;
	width: 308px;
   	overflow: hidden;
    text-align: right;
    font-size: 12px;
	font-weight: bold;
}


/*Content*/

#content {
    margin:0 auto;
    width:765px;
	background: #FFFFFF;

}

#sidebar {
    float:left;
    width:195px;
    }
	
#main {
	float:right;
	width:565px;
	margin-left: 5px;
    }

#contentbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 550px;
	border: solid;
	border-width:1px;
	border-color:#CDCDFF;
	padding-left: 3px;
	padding-right: 2px;
background-color: #F8F8F8; /*#ECECEC*/
}

#contentbox a {
	color: #2F59AC;
	text-decoration: none; 
}

#contentbox a:visited {
	color: #2F59AC; 
	text-decoration: none; 
}

#contentbox a:hover {
	color: #333; 
	text-decoration: underline; 
}

#newsinfo {
	width: 298px;
	float: left;
	border-bottom: solid;
	border-width:thin;
	border-color:#CDCDFF;
	padding-left: 3px;
	padding-right: 2px;
	margin-left: -3px;
	background-color: #ECECEC;
	
}

#newsmore {
	width: 245px;
	float: right;
	border-bottom: solid;
	border-width:thin;
	border-color:#CDCDFF;
	padding-left: 3px;
	padding-right: 2px;
	background-color: #ECECEC;
	text-align: right;
}

#newspages {
    margin:0 auto;
}

#newspages a {
	color: #2F59AC;
	text-decoration: none; 
}

#newspages a:visited {
	color: #2F59AC; 
	text-decoration: none; 
}

#newspages a:hover {
	color: #333; 
	text-decoration: underline; 
}

#commentbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 542px;
	border: dotted;
	border-width:1px;
	border-color:#333;
	padding-left: 3px;
	padding-right: 2px;
background-color: #FFFFFF;
}

#commentbox a {
	color: #2F59AC;
	text-decoration: none; 
}

#commentbox a:visited {
	color: #2F59AC; 
	text-decoration: none; 
}

#commentbox a:hover {
	color: #333; 
	text-decoration: underline; 
}

#commentinfo {
	width: 542px;
	float: left;
	border-bottom: solid;
	border-width:thin;
	border-color:#CDCDFF;
	padding-left: 3px;
	padding-right: 2px;
	margin-left: -3px;
	background-color: #FFFFFF;
	
}

#gbinfo {
	width: 550px;
	float: left;
	border-bottom: solid;
	border-width:thin;
	border-color:#CDCDFF;
	padding-left: 3px;
	padding-right: 2px;
	margin-left: -3px;
	background-color: #ECECEC;
	
}


#contentmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

#contentmenu ul {
	margin-top: 0px;
	margin-bottom: 0px;
margin-left: 0;
	padding: 0;
	list-style: none;
	border-style: solid;
	border-width:1px;
	border-color:#CDCDFF;
}

#contentmenu li {
	margin: 0;
	padding: 0;
	display: block;
	color: #003366;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contentmenu a {
	text-decoration: none;
	background: #FFFFFF url(images/arrow_right.gif) no-repeat 0px 6px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
#contentmenu a:hover {
	color: #FFCC00;
	background: #FFFFFF url(images/arrow_right.gif) no-repeat 10px 6px;
    padding-left: 15px;
    padding-right: 0;
}	

#menuline {
padding-top: 2px;
padding-bottom: 5px;
	background: url(images/dots_hor.gif) bottom repeat-x;
}

#teamline {
        border-top-color: #FFFF66;
	border-top: solid;
	border-top-width:1px; 
}

#sponsorleft {
    float:left;
    width:100px;
    text-align:center;
}



/* Footer */

#footer {
background: url(images/footer.png) repeat;
    margin:0 auto;
height: 20px;
	width: 765px;
	clear:both;
	text-align:center;
}

#footer * {
	color: #333;
}

#copyright {
    color: #003300;
    text-align: center;
}







/*------------------BROLCSS-------------*/

.newstitle {
    background-color:transparent;
    background-image:url(images/box1_top.gif);
    background-repeat:no-repeat;
    padding:2px 0px 2px 10px;
    margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}

.newsposted {
        background-color:transparent;
        background-image:url(images/box1_back.gif); 
        background-repeat:repeat-y;
        width:545px;
        padding:2px 0px 2px 10px;
        margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #000000;
}

.newscontent {
        background-color:transparent;
        background-image:url(images/box1_back.gif);
        background-repeat:repeat-y;
        margin:0px;
        width:545px;
        padding:10px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.newsmore {
        background-color:transparent;
        background-image:url(images/box1_back.gif);
        background-repeat:repeat-y;
        margin:0px;
        width:545px;
        padding:10px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
        color: #000000;
}

.newsbottom {
        background-color:transparent;
        background-image:url(images/box1_bottom.gif);
        background-repeat:no-repeat;
        padding:2px 0px 2px 10px;
        margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: left;
	width: 150px;
}
.formelement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: none;
}
.formborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 5px;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
}



.borderright {

        border-right-style: solid;
        border-right-color: #FFFF66;
}

.bordertop {
	border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #FFFF66;
}

.borderbottom {

        border-bottom-style: solid;
        border-bottom-color: #FFFF66;
}

.textboxtitle {
        padding:2px 0px 2px 10px;
        margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}

.textboxtext {
        margin:0px;
        padding:10px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.infoboxtext {
        margin:0px;
        padding:10px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #CCCCCC;
	color: #000000;
}

.tabmenu {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	line-height: 18pt;
}
.tabactive {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2ECD4;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #F2ECD4;
	background-color: #0077DD;
}
.tabmenu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align:middle;

}
.tabnotactive {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A2C1DB;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #A2C1DB;
	background-color:  #A2C1DB;
}
.tabmainborder {
	border: 2px solid #333333;
}
.tabtext {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #90d438;
        border-top-color: #F2ECD4;
}

.lijn {
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
        height: 10px;
}

.verslaglijn {
        border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0099FF;
        border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099FF;
        border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #0099FF;
        border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #0099FF;
}

/*------------------------------SLIMBOX-----------------------*/

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
