/*
set body margin to zero
*/

/*
set form properties
*/
a:link 
	{
	color: #5D83AE;
	text-decoration: none;
}
.brandLogo{
float:left;
padding-left:12px;
margin-right:10px;
margin-bottom:15px;
width:214px;
height:88px;
background-image:url(../gfx/backbrands.gif);
background-repeat:no-repeat;
}
/* 
set link colors
*/
a:visited 
	{
	color: #5D83AE;
	text-decoration: none;
}

a:hover 
	{
	color: #405C7D;
	text-decoration: none;
}

a:active 
	{
	color: #5D83AE;
	text-decoration: none;
}

body 
	{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* 
set text properties
*/
.txt 
	{
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.txtklein
	{
	color: #A5A5A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.txtkleiner
	{
	color: #A5A5A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.txtkop 
	{
	color: #364176;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.txttd
	{
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.txtkopcontact
	{
	color: #A3A5A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
}
.txtkleincontact
	{
	color: #485485;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 3px;
}
.form {
	background-color: #FFFFF;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #828282;
	border-right: solid #828282 1px;
	border-top: solid #828282 1px;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #828282;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #828282;
	scrollbar-shadow-color: #828282;
	scrollbar-track-color: #FFFFFF;
}.pricesKlein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #030303;
}
.priceskop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #030303;
}
.pricesKopGroot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #364176;
}

