﻿<!-- 
			* {
				margin: 0;
				padding: 0;
			}
			html, body {
				background: #850000 url("http://www.vechtdalrally.nl/images/bg.jpg") repeat-x top;
				color: #000;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 12px;
				width: auto;
				height: 100%;
			}

			a {
				color: #c00000;
				font-weight: bold;
			}
						
			a:hover {
				color: #760000;
				font-decoration: underline;
			}
						
			#container {
                min-height: 100%;
                _height: 100%;
                margin: 0 auto;
                background: #fff;
            }
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */

			.for1024 {
				width: 1000px;
			}
						
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			
			#kopstuk {
				width: auto;
				height: 74px;
				background: #fff url("http://www.vechtdalrally.nl/images/kopstuk.jpg");
				color: #000;
				text-align: left;
				position: relative;
				z-index: 2;
			}

			#menubalk {
				width: auto;
				height: 46px;
				background: #fff url("http://www.vechtdalrally.nl/images/menubg.jpg");
				color: #000;
				text-align: left;
				position: relative;
				z-index: 999;
			}

			#visual {
				width: 686px;
				height: 210px;
				background: #fff url("http://www.vechtdalrally.nl/images/visual.jpg");
				color: #000;
				text-align: left;
				position: relative;
				z-index: 2;
				margin-bottom: 10px;
			}						

			
			p {
				padding: 10px;
				font-size: 12px;
				line-height: 20px;
			}
			
			h1 {
				font-size: 18px;
				font-weight: bold;
				color: #c00000;	
				margin-left: 5px;
				margin-top: 5px;
			}
			
			hr {
				width: 93%;
				color: #c00000;
			}
			
			img {
				border: 0px;	
			}
			
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			.pos25 {
				width: 325px;
				height: auto;
				float: left;
				z-index: 2;
				margin-top: -220px;
			}
			
			.pos25tekst {
				width: 			290px;
				min-height: 	200px;
				background: 	#fff;
				color: 			#000;
				margin-left: 	20px;
				opacity:		0.8;filter:alpha(opacity=80);
				text-align: 	left;
				position: 		relative;
				z-index: 		2;
			}
			
			.pos25tekst p {
				padding: 10px;
				font-size: 12px;
				line-height: 20px;
				color: #000;			
			}

			.pos75 {
				width: 675px;
				height: auto;
				float: left;
			}
			
			.pos75tekst {
				width: 656px;
				height: auto;
				margin-left: 13px;
				margin-bottom: 50px;
				padding: 3px;
				border: 1px solid #000;
				position: relative;
				z-index:4;
			}
			
			.subtitel {
				font-size: 16px;
				color: #c00000;
			}
			
			
			
			
			
			.actiebalk {
				width: 675px;
				height: 51px;
				background: #fff url("http://www.vechtdalrally.nl/images/actietekstbg.jpg");
			}
			
			.rss_box li {
				margin-left: 30px;
			}
	
			
			
			
			
#imagerotator {
            width:               686px; 
            height:              210px;
}

#flashcatch {  /* laag over flash heen om context menu van flash af te vangen */
            width:               686px; 
            height:              210px;
            position:           absolute;
            background:      url('../images/interface/spacer.gif');
            z-index:            30;
}

#flash {
            width:               686px; 
            height:              210px;
            position:           absolute;
            z-index:            10;
}

			
			
			
			
			
			
			
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			#footer {
				height: 68px;
				line-height: 68px;
				vertical-align: middle;
				text-align: left;
				margin: 0 auto;
				margin-top: -68px;
				clear: both;
				background: #fff url("../images/footerbg.jpg");
				z-index: 1;
			}
			
			.footerpic {
				width: 314px;
				height: 434px;
				position: absolute;
				margin-top: -366px;
				margin-left: 686px;
				background: #fff url("../images/footerbgrechts.jpg");
				z-index: 1;
			}
			
			#footer p {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				padding: 0;
				line-height: 30px;
			}
