/* style sheet */

HTML { }

body { font: 9pt/12pt Verdana;
       color: #000000;
       margin: 0px;
			 padding: 0px;
       text-align: left;
       width: 95%;
			 position: relative;
     }

a {color: #cc3228;}

img { border: 0; }

/* Bovenkant*/

.menu {
						 position: relative;
             margin-top: 3px;
             background-color: #cc3228;
						 border: 0px solid black;
						 height: 9px;
           }

.toptext {
                  text-align: right;
									position: absolute;
									margin-right: 10px;
                  margin-top: 17px;
                  color: #7e7c87;
                  font-size: 7pt;
									width: 979px;
                }
								
.languagelinks { 
	position: relative;
	margin-left: 15px;
}

.title { margin-top:18px; margin-left: 310px; border: 0px solid blue;}


/* Midden*/


h1                 {
        font-family: tahoma;
        font-style: normal;
        font-size: 20pt;
        margin-top: 8px;
        color: #858591;
        border: 0px solid black;

                  }

h2                 {
        font-family: tahoma;
        font-style: normal;
        font-size: 11pt;
        color: #cc3228;
        border: 0px solid black;
				padding-top: 0px;
				margin-top: 0px;
                  }

h3                                  {
        font-family: tahoma;
        font-style: normal;
        font-size: 8pt;
        line-height: 7px;
        color: #7e7c87;
        border: 0px solid black;
                                  }


.inhoud {
                color: #7e7c87;
                font-size: 8pt;
                margin-top: 3px;
                margin-bottom: 3px;
                line-height: 20px;
                border-bottom: 1px solid #ccc;
                /*width: 925px;*/
                width: 979px;
       }


.newstable {
               color: #7e7c87;
                  font-size: 8pt;
                  margin-top: 10px;
                  line-height: 20px;
                  border: 0px solid black;
           }

.news        {
        display: inline;
        float: right;
                width: 460px;
                  text-align: left;
                  border: 1px dashed red;
                  padding: 10px;
                 }

.left        {
        display: inline;
        float: left;
                width: 475px;
                   border: 0px solid black;
                  text-align: left;
                  padding: 8px;
                 }

.right        {
        display: inline;
                  padding: 5px;
        float: left;
                width: 475px;
                   border: 0px solid black;
                  text-align: left;
                 }


/* Onderkant*/


/* end */