
@font-face { 
  font-family: 'VWTextWeb';
    src: url('./VWTextWeb-Regular.eot') format('eot');
	src: url('./VWTextWeb-Regular.woff') format('woff');
} 

@font-face { 
  font-family: 'VWHeadWebBold';
    src: url('./VWHeadWeb-Bold.eot') format('eot');
	src: url('./VWHeadWeb-Bold.woff') format('woff');
} 


body {
    font-family: 'VWTextWeb';
    color: black; 
    font-size: 20px; 
    font-weight: 400;
    font-style: normal;
	line-height: 32px;
 }

td, tr, table { color: black; font-size: 20px;  
    font-weight: lighter;
    font-style: normal;
	line-height: 32px;
}

	
small  { 
    height: 16px;
    width: 100%;
    color: #003c65;
    font-family: 'VWTextWeb'; 
    font-size: 12px;  
    letter-spacing: 0;
    line-height: 16px;
    margin: 0;
 }

a:link  { color: #003c65; TEXT-DECORATION: none; }
a:visited  { color: #003c65; TEXT-DECORATION: none; }

b: { color: black; font-size: 12pt;  
    font-weight: bold;
    font-style: normal;
}



h1: { 
    font-family: 'VWHEadWebBold';
   	color: black; font-size: 48px; 
    font-weight: bold;
	line-height: 52px;
    font-style: normal;
}

h2  { color: #cccccc; font-size: 10pt;  
    font-weight: lighter;
    font-style: normal;
	line-height: 1;
	margin-left: 5px;
 }


input
{    
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px; 
    height: 40px;
    padding: 4px 25px 5px 0px;
	vertical-align: baseline;
	color: #003c65;
	border: none;
    border-bottom: 1px solid #dfe4e8;
    background: #fff;
    width: 100%;
}

input::placeholder {
    height: 16px;
    width: 100%;
    font-family: 'VWTextWeb'; 
    font-size: 12px;  
    letter-spacing: 0;
    line-height: 16px;
    margin: 0;
    color: #dfe4e8;
}

input[type=checkbox] {

    width: 25px;
}


textarea
{    
    font-family: 'VWTextWeb';
  	font-size: 13pt;
    font-weight: normal;
    font-style: normal;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #dfe4e8;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;
}



select
{    
	
	font-size: 20px;
    letter-spacing: 0;
    line-height: 32px; 
    height: 40px;
    padding: 4px 25px 5px 0px;
	vertical-align: baseline;
	color: #003c65;
    
    border: none;
  	border-bottom: 1px solid #dfe4e8;
	cursor: pointer;
	width: 100%;
	
}


optgroup
{    
    font-weight: normal;
    font-style: normal;
	background-color: #e8f0fe;
	color: #000000;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #9bd1ff;
}

option
{    
	font-size: 16px;
    font-weight: normal;
    font-style: normal;
	line-height: 24px;
	background-color: #e8f0fe;
	color: #000000;
}

.submitbutton
{
	font-family: 'VWTextWeb';
    font-size: 16pt;
    letter-spacing: 0;
    line-height: 24px; 
    box-sizing: border-box;
    height: 44px;
    display: inline-block;
	color: #fff;
	border-radius: 22px!important;
    border: 2px solid #ff871f;
    background-color: #ff871f;
    min-width: 126px;
    max-width: 300px;

   
}

.submitbutton:focus
{
	background: #fff;
    border: 2px solid #ff871f;
    color: #ff871f
}

.submitbutton:hover
{
	background: #fff;
    border: 2px solid #ff871f;
    color: #ff871f
}



div.fett
{
    font-family: 'VWHEadWebBold';
   	color: black; font-size: 48px; 
    font-weight: bold;
	line-height: 52px;
    font-style: normal;
}

div.spacer
{
    font-size: 0; 
    height: 48px;
    line-height: 0;
}


