/* CSS Moszkwoicz 29-09-2006 */

body
{
	font-family					: Verdana ,Arial, Helvetica, sans-serif;
	font-size					: 12px;
	background					: url(../images/background1.jpg);
	background-repeat			: no-repeat;
	background-position 		: center;
	background-position 		: top;
	margin						: 0px 0px 0px 0px;
	background-attachment 	: fixed;
}


/* *******************
	Menu's, Text etc.
	******************* */

div.Address {
	font-size			: 7pt;
	color					: #4C4C4C;
	margin-bottom		: 6px;
}
	
.TopMenu {
	height				: 25px;
	width					: 821px;
	margin-left			: auto;
	margin-right		: auto;
	background-color	: #B53530;
	border-bottom		: 4px gray solid;
	border-top			: 4px #B53530 solid;
	color					: white;

}

.TopMenuText {
	margin-right		: 15px;
	margin-top			: 3px;
	color					: white;
	text-decoration	: none;
}

.TopMenuText a {
	margin-top			: 3px;
	font-size			: 10px;
	color					: white;
	text-decoration   : None; 

}

.LeftMenu {
	font-family			: Times New Roman ,Arial, Helvetica, sans-serif;
	font-size			: 16px;
	color					: #B53530;
	margin-left			: 12px;
	padding-top			: 5px;
	width					: 165px;
	height				: 300px;
}

.Content {
	font-family			: Times New Roman ,Arial, Helvetica, sans-serif;
	font-size			: 14px;
	margin-top			: 5px;
	padding-left		: 15px;
	padding-right		: 10px;
	border-left			: 1px #B53530 solid;
	width					: 550px;
}

a.LeftMenuBtn:link {
	display					: block;
	color						: #B53530;
	text-decoration		: none;
	text-align				: left;
	margin-bottom			: 5px;
}

a.LeftMenuBtn:visited {
	display					: block;
	color						: #B53530;
	text-decoration		: none;
	text-align				: left;
	margin-bottom			: 5px;
}

a.LeftMenuBtn:hover {
	display					: block;
	color						: #B53530;
	text-decoration		: none;
	text-align				: left;
	margin-bottom			: 5px;
}

a.SiteMapButton:link {
	display					: block;
	color						: Black;
	text-decoration		: underline;
	text-align				: left;
	margin-bottom			: 5px;
}

a.SiteMapButton:visited {
	display					: block;
	color						: Black;
	text-decoration		: underline;
	text-align				: left;
	margin-bottom			: 5px;
}

a.SiteMapButton:hover {
	display					: block;
	color						: Black;
	text-decoration		: underline;
	text-align				: left;
	margin-bottom			: 5px;
}

.TextOpvallend {
	font-family			: Times New Roman ,Arial, Helvetica, sans-serif;
	font-size			: 14px;	
	color					: #B53530;
	font-weight			: bold;
}

.CallText {
	font-family			: Times New Roman ,Arial, Helvetica, sans-serif;
	font-size			: 12px;	
	color					: black;
}

.CallTextOpvallend {
	font-family			: Times New Roman ,Arial, Helvetica, sans-serif;
	font-size			: 12px;	
	color					: #B53530;
	font-weight			: bold;
}

/**************** 
Form Inputs  
************************/

div.CallForm {
	width					: 165px;
	float					: left;
	text-align			: left;
}

input.ColoredBtn {
   color								: #B53530;
   font-family						: Verdana;
   font-size						: 12px;
   font-weight						: bold;
   background-image				: url(../Images/BtnBg.jpg);
   border							: 1px solid;
   border-top-color				: #B53530;
   border-left-color				: #B53530;
   border-right-color			: #B53530;
   border-bottom-color			: #B53530;
}

input.ColoredText {
   color								: black;
   font-family						: Verdana;
   font-size						: 10px;
   background-color				: white;
   border-bottom					: 1px solid;
   border-bottom-color			: #B53530;
   border-top						: 1px solid;
   border-top-color				: #B53530;
   border-right					: 1px solid;
   border-right-color			: #B53530;
   border-left						: 1px solid;
   border-left-color				: #B53530;
}

textarea.ColoredText {
   color								: #B53530;
   font-family						: Verdana;
   font-size						: 10px;
   background-color				: white;
   border							: 1px solid;
   border-top-color				: #B53530;
   border-left-color				: #B53530;
   border-right-color			: #B53530;
   border-bottom-color			: #B53530;
   width								: 210px;
}

.formInputSmall{
	background-color		:	white;
	Font-size				:	12px;
	Font-family				:	Verdana ;
	color						:	black;
	border-right			:	#B53530 1px solid;
	border-left				:	#B53530 1px solid;
	border-top				:	#B53530 1px solid;
	border-bottom			:	#B53530 1px solid;

}
.formInputSmall2{
	background-color		:	white;
	Font-size				:	12px;
	Font-family				:	Verdana ;
	color						:	black;
	border-right			:	black 1px solid;
	border-left				:	black 1px solid;
	border-top				:	black 1px solid;
	border-bottom			:	black 1px solid;

}

.formTextArea{
	background-color		:	transparent;
	Font-size				:	12px;
	Font-family				:	Verdana ;
	color						:	black;
	border					:	#8E2F1D 1px solid;
	margin-right			: 	0px;
	overflow					:	auto;
}
.select{
	background-color		:	transparent;
	Font-size				:	12px;
	Font-family				:	Verdana ;
	color						:	black;
	border					:	1px black solid;
}
.formTextArea2{
	background-color		:	white;
	Font-family				:	Verdana ;
	Font-size				:	12px;
	color						:	black;
	overflow					:	auto;
	border-right			:	#B53530 2px solid;
	border-left				:	#B53530 1px solid;
	border-top				:	#B53530 1px solid;
	border-bottom			:	#B53530 2px solid;
}

.iframe{
	border					:	#B53530 1px solid;
	background-color		:	transparent;

}


/* FONT */

h1 {
	font-size				: 14px;
	font-weight				: bold;
	color						: #A62F2A;
}

FONT.header {
	font-size				: 14px;
	font-weight				: bold;
	color						: #A62F2A;
}

FONT.subheader {
	font-size				: 13px;
	font-weight				: normal;
	font-style				: italic;
	color						: #A62F2A;
}
