﻿/* ------------------------------------------------------------- */
/* CSS til www.vardecykelklub.dk - version 2.1	    			 */
/* Sidst redigeret 7/4 2005 af Ole Klemmensen	          		 */
/* ------------------------------------------------------------- */

body {	background-color: rgb(255,255,255);
		font-family: tahoma, verdana, arial, sans-serif;
		margin-left="5"; 
		margin-right="5";
	 }

/* HERUNDER REDIGERES SCROLL BAR PÅ LINKS    					 */
/* ------------------------------------------------------------- */

body {  scrollbar-face-color: rgb(220,221,222);
        scrollbar-highlight-color: rgb(255,255,255);
        scrollbar-shadow-color: rgb(255,255,255);
        scrollbar-3dlight-color: rgb(255,255,255);
        scrollbar-arrow-color: rgb(255,255,255);
        scrollbar-track-color: rgb(255,255,255);
        scrollbar-darkshadow-color: rgb(255,255,255);
        overflow:auto }

/* HERUNDER REDIGERES FARVER OG UNDERSTREG PÅ LINKS    			 */
/* ------------------------------------------------------------- */

a:link {
	color: rgb(30,30,120);
	text-decoration:none;
	}

a:visited {
	color: rgb(30,30,120);
	text-decoration:none;
 	}	

a:active {
	color: rgb(30,30,120);
	text-decoration:none;
 	}	

 	


/* HERUNDER REDIGERES FARVER OG UNDERSTREG PÅ TEKSTER  			 */
/* ------------------------------------------------------------- */
a:hover { 
	color: rgb(30,30,120);
	text-decoration:underline;
	}



.Broedtekst-12px {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color : rgb(0,0,0);
	line-height: 120%;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
h4 {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 1em;
	color : rgb(0,0,0); 
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 0px;
	margin-top: 0px; margin-bottom: 0px;
	}

h1 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 2em;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(0,0,0);
	line-height: 120%;
	letter-spacing: 0px;
	margin-top: 0px; margin-bottom: 0px;
	}

h2 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 1.6em;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(0,0,0);
	line-height: 120%;
	letter-spacing: 0px;
	margin-top: 0px; margin-bottom: 0px;
	}

h3 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 1.2em;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	line-height: 120%;
	letter-spacing: 0px;
	margin-top: 0px; margin-bottom: 0px;
	}