
body {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:80%;
    line-height:130%;
    margin:0px;
    padding:0px;
    background-color: #ddd;
    text-align:center;
}

a {
    text-decoration: none;
    color:#a22318;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 160%;
    color: #582f11;
    font-weight: bold;
}

h2 {
    font-size: 140%;
    color:#b35d1c;
    font-weight: bold;
    margin-bottom:0px;
}

h3 {
    font-size: 100%;
    margin:0px;
    margin-top:8px;
}

h4 {
    font-size: 95%;
    margin-bottom:0px;
}

td,th {
    font-size: 12px;
	vertical-align: top;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

td.radio {
	vertical-align: bottom;
	text-align:center;
	font-weight: bold;
    font-size: 12px;
	width:1%;
}

ul,ol{
	padding-left:5px;
	margin-left:20px;
}


/*--- special building blocks ---*/

#wrapper {
width: 760px;    
    margin: 5px auto 0px auto;
    padding: 0px;
    border: 1px solid #000;
    border-width: 1px;
    text-align:left;
    background-color:#db923c;
}

#top {
    margin:0px;
    padding:0px;
    background-image: url(img/header.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height:70px;
}

#content {
width: 520px;    
    padding: 20px 10px 0px 20px;
    margin:0px;
    float:right;
    border-width: 0px;
}

#navigation {
width: 180px;    
    left:0;
    padding:20px 10px 0px 10px;
    margin:0px;
    float:left;
    border-width: 0px;
    background-image: url(img/bg.gif);
    background-position: left top;
    background-repeat: repeat-y repeat-x;  
}

#footer {
    clear:both;
    background-image: url(img/footer.gif);
    background-position: left top;
    background-color: #f2f2f2;
    background-repeat: repeat-x;
    padding:0px;
    margin:0px;
    color: #ffffff; 
    font-size: 9px;
    height:50px;
}

#footer a {
    color: #ffffff;
    text-decoration: underline;
}



.navholder {
    text-align: right;
    font-weight:bold;
    padding-right: 20px;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-color: #582f11;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    background-image: url(img/nav0.gif);
    background-position: right top;
    background-repeat: no-repeat;  
}

.navholder a {
    color: #582f11;
}

.navholder a:hover {
    color: #582f11;
    text-decoration: none;
}

.navholdersub {
    text-align: right;
    margin-right: 0px;
    margin-top: 4px;
    margin-bottom: 8px;
    border-color: #db963c;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.navholdersub a {
    color: #582f11;
}

.navholdersub a:hover {
    color: #582f11;
    text-decoration: none;
}

.navholdersubactive {
    text-align: right;
    margin-right: 0px;
    margin-top: 4px;
    margin-bottom: 8px;
    border-color: #ffffff;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.navholdersubactive a {
    color: #582f11;
}

.navholdersubactive a:hover {
    color: #582f11;
    text-decoration: none;
}

.navholderactive {
    text-align: right;
    font-weight:bold;
    padding-right: 20px;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-color: #fffefd;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    background-image: url(img/nav1.gif);
    background-position: right top;
    background-repeat: no-repeat;  
}

.navholderactive a {
    color: #582f11;
}

.navholderactive a:hover {
    color: #582f11;
    text-decoration: none;
}

.nav0 {
    margin:0px 0px 3px 0px;
}
.nav0active {
    margin:0px 0px 3px 0px;
    color:#f0c000;
    background-color:#eee;
}
.nav0 a {
    text-decoration: none;
}

.nav1 {
    margin:0px 0px 3px 20px;
}
.nav1active {
    margin:0px 0px 3px 20px;
    color:#f0c000;
    background-color:#eee;
}

.nav2 {
    margin:0px 0px 3px 40px;
}
.nav2active {
    margin:0px 0px 3px 40px;
    color:#f0c000;
    background-color:#eee;
}


div.contentLayer {
    background-image: url(img/bg.gif);
    background-position: left top;
    background-repeat: repeat-y repeat-x;  
    background-color:white;
    border-color: #000000;
    border-style: solid;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    position:absolute; 
    width:575px; 
    left:50%;
    top:80px; 
    margin:0px;
    margin-left:-195px;
    padding:0px;
}
/* icontentLayer for compatibility between IE en Mozilla */
div.icontentLayer {
    margin: 20px 20px 10px 20px;
}


div.searchbox {
    padding:10px;
    border:1px solid #ddd;
}

.required {
    color:#a20033;
}

.border {
    border:1px solid black;
}

.color1 {
    background-color:#f0c000;
    padding:4px;
    margin:1px;
}

.color2 {
    background-color:#ffcb1f;
    padding:4px;
    margin:1px;
}

.color3 {
    background-color:#b3b397;
    padding:4px;
    margin:1px;
}

#actueel {
    list-style-image: url(img/sub.gif);
    border:1px solid blue;
}

#actueel {
     float:right;
     width:250px;
     padding:10px;
     margin:0px 0px 0px 10px;
 }

#actueel li, #actueel ul {
  margin:0px 0px 0px 10px;
  padding:0px 10px;
}

img.links {
    float:left;
    margin-right:10px;
}

img.rechts {
    float:right;
    margin-left:10px;
}

.navline {
    margin-left:20px;
    margin-top:20px;
    margin-bottom:20px;
    border: solid 1px gray;
    background-color:red;
    width:100px;
}


.qz_err {
    background-color: #f90;
}

.qz_errmsg {
    padding: 5px;
    padding-top: 1px;
    background-color: #f90;
}

tr.odd {
    background-color: #eee;
    padding: 3px;
}

tr.even {
    background-color: #ccc;
    padding: 3px;
}

div.legenda {
	position:relative;
	float:right;
	border: solid black 1px;
	padding:3px;
	margin-bottom:2px;
}
