﻿html 
{
	overflow-y: scroll;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 	text-align: center;
}
/* ------------------- LINKS ------------------ */

a:link 
{
	text-decoration: none; 
	color: #006DB6;
	font-family: Arial;
}

a:visited 
{
	text-decoration: none; 
	color: #006DB6;
	font-family: Arial;

}

a:active 
{
	text-decoration: none; 
	color: #006DB6;
	font-family: Arial;
}

a:hover 
{
	text-decoration: none; 
	color: #006DB6;
	font-family: Arial;
}




/* ------------------- BILDER ------------------ */


.imageLink {
	border: 0px;
}

/* ------------------- TEXTER ------------------ */

.ingressText 
{
	font-family: Arial;
	font-size: 12px;
	color: #3F3F3F;
}

.brodText 
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #4C4C4C;	
}

.brodText_small
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #4C4C4C;	
}

.brodText_small_bold
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #4C4C4C;	
}

.brodText_bold 
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #4C4C4C;	
}


.brodTextItalic 
{
	font-family: Arial;
	font-size: 12px;
	color: #898989;	
	font-style: italic;	
	line-height: 16px;
}

.brodText_blue 
{
	font-family: Arial;
	font-size: 12px;
	color: #006DB6;
	font-weight: normal;	
}

.brodText_white_bold 
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;	
}

.brodText_blue_blod_11
{
	font-family: Arial;
	font-size: 11px;
	color: #006DB6;
	font-weight: bold;	
}


.smallHeader 
{
	font-family: Arial;
	font-size: 18px;
	color: #1192E8;	

}

.bigHeader
{
	font-family: Arial;
	font-size: 20px;
	color: #969899;
	font-weight: normal;			
}

.bigHeader_blue
{
	font-family: Arial;
	font-size: 20px;
	color: #006DB6;
	font-weight: normal;			
}

.smallDate 
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #BBBDBF;	
}

.submenuLink
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: white;
}


/* ------------------- Produkt Lista ------------------ */



.ul_prod_dot 
{	
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
	line-height: 16px;
	vertical-align: top;
}

.li_prod_dot 
{
	background: url('../../Images/prod_dot_2.gif') no-repeat 0 0;
	margin: 0px; 
	padding-left: 25px;
	padding-top: -3px;
	vertical-align: top;
}


/* ------------------- AIA Calc ----------------------------*/

.calcForm
{	
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	background-position: 20px 10px;
	margin-left: 8px;
	margin-top: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 16px;
	width: 200px;
}

.errorText
{
	font-family: Arial;
	font-size: 11px;
	color: #E54F4F;
	font-weight: bold;	
}
