
@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: lighter;
    font-style: normal;
	line-height: 32px;
    margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
}

td, tr, table { color: black; font-size: 16px;  
    font-weight: lighter;
    font-style: normal;
	line-height: 32px;
	vertical-align: top;
}
	
small  { color: #003c65; font-size: 16px;  
    font-weight: lighter;
    font-style: normal;
	line-height: 24px;
 }

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: 13pt; 
    font-weight: normal;
    font-style: normal;
	line-height: 25px;
	color: #000000;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #8994a0;

}

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: #8994a0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 600px;
}



select
{    
	font-size: 16px;
    font-weight: normal;
    font-style: normal;
	line-height: 25px;
	background-color: #ffffff;
	color: #000000;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #8994a0;
	width: 204px;
	height: 25px;
}


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: 11pt; 
    font-weight: normal;
    font-style: normal;
	border-top: 1px solid #ff871f;
	border-bottom: 1px solid #ff871f;
	border-left: 1px solid #ff871f;
	border-right: 1px solid #ff871f;
	border-radius: 20px;
	background-color: #ff871f;
	padding: 8px;
	cursor: pointer;
	color: #ffffff;
	width: 200px;
}

.submitbutton:focus
{
	border: 1px solid #000000;
	background-color: #ff871f;
	color: #ffffff;
}

.submitbutton:hover
{
	border: 1px solid #000000;
	background-color: #ff871f;
	color: #ffffff;
}


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;
}


