@import "menuskin.css";
/* CSS Document
    website colors: 
    dark green: #999900
    dark blue: #071b64
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #999900;
	font-family: Arial, Helvetica, Sans serif; 
	font-size: 12px;
	text-align: center;
}
table {
    font-family: Arial, Helvetica, Sans serif;
	font-size: 12px;
}
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: none;
}
#background {
    background: url("../../images/ontwerp2_2x1.gif") repeat-y;
    width: 760px;
    padding: 5px 0px 0px 46px;
    overflow: hidden;
}
#head {
	width: 760px; 
	height: 160px;
	background: url("../../images/ontwerp1_1x1.gif") no-repeat;
	margin: 0px;
}
#content {
    float: left;
    width: 649px;
    background-color: white;
    text-align: left;
    border: none;
}
#content h1 {
    font-size: 16px;
    font-weight: bold;
}
#bottom {
    width: 760px;
    height: 144px;
    background: url("../../images/ontwerp1_3x1.gif") no-repeat;
    padding: 0px 0px 0px 30px;
    text-align: left;
    overflow: hidden;
}
#bottom #sponsoren {
    width: 500px;
    height: 55px;
    max-height: 55px;
    _height: 55px;
    margin: 20px 0px 0px 30px;
}
#bottom #copyright {
    width: 500px;
    font-size: 10px;
    vertical-align: bottom;
    color: white;
    padding: 35px 0px 0px 100px;
}
#bottom #copyright a, #bottom #copyright a:hover {
    color: white;
}

/*----------------------
-- BEGIN variable box --
----------------------*/
#box_head {
    height: 13px;
    background: url("../../images/variable_box_1x1.gif") no-repeat;
    overflow: hidden;
    
}
#box_content {
    padding: 2px 5px 2px 5px;
    background: url("../../images/variable_box_2x1.gif") repeat-y;
    overflow: hidden;
}
#box_content .eventitem {
    margin: 0px;
}
#box_content .eventitem .title {
    font-size: 12px;
    font-weight: bold;
}
#box_content .eventitem .content {
    font-size: 12px;    
}
#box_content .eventitem .more {
    font-size: 12px;
    font-weight: bold;
}
#box_bottom {
    height: 12px;
    background: url("../../images/variable_box_3x1.gif") no-repeat;
    overflow: hidden;
}
/*----------------------
-- END variable box   --
----------------------*/

/*----------------------
--   BEGIN CSS menu   --
----------------------*/


.mnu {
 list-style-type: none;
 padding-top: 135px;
 padding-left: 45px;
 margin: 0px;
}

.submnu {
 list-style-type: none;
 margin: 0px;
 padding: 0px;

 display: none;
 position: absolute;
}

.mnu li:hover > ul {
 display: block;
}


/*----------------------
--    END CSS menu    --
----------------------*/
h1 {
	font-size : 14px;
	font-weight : bold;
	color : #848400;
	margin-top : 8px;
	margin-bottom : 2px;
}
a {
    text-decoration:none;
    color: #330066;  
}
a:hover {
    color: #999900;       
}
.news {
    font-family: Arial, Helvetica, Sans serif;
    font-size: 12px;
    text-align: left;
}
.news .title {
    font-weight: bold;
}
.news .content {
}
.news .more {
    font-weight: bold;
}
.textbox{
    border:1px solid #808080;
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button{
    border:1px solid #071b64;
    background-color:#999900;
    font-size:10px;
    
}
.smallbutton {
	font-size:8px;
	color: #000000;
	background-color: #999900;
	border: 1px solid #071b64;
}
.inputtext {	
	border: 1px solid #071b64;
}
td.blockedline {
	height: 2px; line-height: 2px;
	background-color: #071b64;    
}

td.error {
	color: red;	
}
span.inputstar {
	color: red; 	
}
.boxlabel {
    color:#FFFFFF;
    font-weight:bold;
}
.poll {
    background-color:#999900;
    margin-top:10px;
    padding-bottom:10px;
}
.eventimage {
    text-align:right;
    width:70px;
}
.eventimage img {
    border: 1px solid #000000;
}
.eventitem td.more {
    text-align:left;
}
table.contentitem th{
  background-color: #071b64;
  color:#FFFFFF;
  text-align:left;
  padding-left:5px;
  height:20px;
  font-size:14px;
  font-weight:bold;
}
table.contentitem td{
    background-color:#EEEEFF;
}
table.contentitem td .title{
    font-weight:bold;
    
}
table.contentitem td .date{
    text-align:right;
    font-size:10px;
}
table.contentitem td .content{
    
}
table.contentitem td .more{

    font-size:10px;
}
table.contentitem td .more a{
    text-decoration:none;
    color: #071b64;
    
}
table.contentitem td .more a:hover{
    color: #999900;       
}
input.ECMEdit {
	width: 90px;
	height: 18px; 
	margin-bottom: 0px; 
	margin-left: 10px; 
	margin-right: 10px;
	border: #4682B4 1px solid; 
	font-size: 11px;
	font-family: Arial;
}
.sort-arrow {
width: 11px;
height: 11px;
background-position: center center;
background-repeat: no-repeat;
margin: 0 2px;
}

.sort-arrow.descending {
background-image: url("/images/downsimple.png");
}

.sort-arrow.ascending {
background-image: url("/images/upsimple.png");
}