/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x; 
	font-family: arial;
	color: #7e7e7e;
	font-size: 12px;
}

tbody {

}

.contentheading {
	font-size: 13px;
	color: #003977;
	font-weight: bolder;
        padding-bottom: 10px;
}

table.contentpaneopen {
	font-size: 12px;
	border-spacing: 0px; 
	border: 0px; 
	padding: 0px;
}

.componentheading {
	font-size: 13px;
	color: #003977;
	font-weight: bolder;
	padding-top: 20px;
}

#mod_search_searchword.inputbox {
	font-size: 12px;
	text-align: right;
	color: black;
	background-color: #bee0ff; 
}

b {
	color: #003977;
	font-weight: bolder;
}

p {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1 {
	font-size: 13px;
	color: #003977;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
}

#content{
	color: #000000;
	background-color: #000000;
	font-family: arial;
	font-size: 12px;
}

img {
border:none;
}

.hide {
visibility:hidden;
}

/* CSS Layout */

#site{
     margin-left: auto;
     margin-right: auto;
     width: 980px; /* mandatory to be centered */
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat; 
	height: 91px;
	width: 980px;
          	border-bottom: 1px solid #ffffff;	
}
#menubg {
	height: 25px;
	width: 980px;
	background-color: #e90000; 
          	border-top: 0px solid #ffffff;
          	border-bottom: 0px solid #ffffff;
}
#flashbanner {
          	border-top: 1px solid #ffffff;	
}
#main {
	width: 978px;
	background-color: #ff7900;
          	border-top: 1px solid #ffffff;
          	border-left: 1px solid #ffffff;
          	border-right: 1px solid #ffffff;

}		
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat; 
	height: 63px;
	width: 980px;
}

#footer a {
text-decoration:none;
} 

#youniq { /* youniq Link */
	position:relative;
	left:855px;
	top:8px;
	width : 60px;
	height: 10px;
	margin-left: 0px;
	margin-top: 0px;
}

#inhoud {
    	background-color: #ffffff;
   	width: 576px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 380px;
	height: auto;
	vertical-align: top;
}

/* Tooltip box */
.tool-tip { 
	background:#ffffff; border:solid 1px #cccccc; padding:5px;
}


/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}

/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

/* allcrunchy.com */

/* surrounding margins (optional) */
.round{
margin-bottom:5px;
}
.round .c{
/* inner content padding */
padding:0 0px 0 0px;
border-top:0;
border-bottom:0;
border-style:solid;
}
.round .t, .round .b, .round .t b, .round .b b{
display:block;
overflow:hidden;
}
.round .t b, .round .b b{
float:right;
width:50%;
}
.round .t .r{
background-position:top right;
}
.round .b .r{
background-position:bottom right;
}
.round .b{
background-position:bottom left;
}
.round .br{
clear:both;
display:block;
overflow:hidden;
height:0px;
}
