

/* === Font =============================================== */

body, p, li {

	font-family:  Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1 {
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
 }


/* === Textgrssen ============================================ */

	

p, table {
font-size: 0.75em;
}

#col3_content li {
font-size: 0.75em;
margin-left:1em;
line-height:1.8em;
}

label, input, textarea {
font-size: 0.75em;
}

h1 {
	font-size: 1.1em; 
}


h2{
	font-size: 0.9em;
}

h3, h4, h5{
	font-size: 0.75em;
}

h6 {
	font-size: 0.73em;
}



.top-menu li {
	font-size: 0.9em; /* 12pt;*/
}

.sub-menu li {
	line-height:1.5em;
}

#footer {
	font-size: 0.8em; /*9pt;*/
	font-weight:bold;
}



/* ===  =============================================== */


p {
	line-height: 2.4ex;
	margin: 0.2em 0.8em 0.2em 0em;
	background: none;
}

h1 {
	font-weight: bolder;
	text-transform:none;
	color: #333333;
	margin: 0.3em 0 0.6em 0em;
}
h2 {
	font-weight: bold;
	color: #333333;
	margin: 0.5em 0 0.4em 0em;
}

h3 {font-weight: bold;
	color:#333333;
	margin: 0em 0 0em 0em;
	padding: 0em 0.5em 0.5em 0em;
}

h4 {
	font-weight:normal;
	text-decoration:underline;
	margin: 0em 0 0em 0em;
}

h5 {
	font-weight:bold;
	text-transform:none;
	font-stretch:extra-expanded;
	color: #0033CC;
	margin: 0 0em 0em 0em;
	padding: 0 0 0em 0px;
}

h6 {

	color:#0066FF; 
	background-color: #dfdfdf;
	width: 98%;
	margin: 0em 0em 0em 0px;
	padding: 0.1em 0 0.1em 0.1em;
}

*+html #col3 h6 { width: 96%; }

.marg{
	line-height: 1.2em;
	font-size: 0.70em;
	color:#333333;
	background-color:none;
	padding:5px 10px 0px 0px;
	margin: 0px 5px 5px 0px;
}

.rub{
	line-height: 1.3em;
	font-size: 0.75em;
	color:#333333;
}

.Code{
	font-weight: normal;
	font-size: 0.9em;
	text-transform:none;
	color:	#FFFFFF;
	background-color:#999999;
	margin: 0.3em 0 0.3em 0em;
}
red {
	font-weight:bold;
	color:	#CC0000;
}	

.top-menu li {
	font-weight: bold;
	margin: 0 0 0 0;
	padding-left: 0.9em;	
	font-size: 0.85em;
}


.caption {
	font-size:0.70em;
	font-style:oblique;
	padding-bottom:0.3em;
	}



/* ===  Links =============================================== */
a {
	text-decoration: none;
	color:#000066;
	font-weight:bold;
}



a:hover {
	text-decoration:underline;
	color:#0033FF;
}

/*a:visited {
	color:
	#666666;
}*/


