html
{
	overflow-y: scroll;
}

html, body 
{
	margin:0;
	padding:0;
}

body 
{
	padding:10px;
	background:#D1D3D4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;

}
h1, h2, h3, h4, h5, h6, p, form 
{
	margin:0 0 1em
}

h1
{
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	padding: 10px;
	line-height: 16px;
}

h2
{
	color: rgb(128,0,0);
	font-size: 11pt;
}

a
{
	text-decoration:none;
	color: #000;
}

img
{
	border:0;
}

tr.title td h2
{
	padding-top: 2px;
	vertical-align: middle;
	color: #FFF;
}

p
{
	text-align: justify;
}

p strong
{
	font-weight: bold;
}

td.content1
{
	text-align:justify;
	padding: 15px 18px 15px 15px;
	line-height: 16px;
}

div.servicelinkheader
{
	padding-top: 10px;
}

div.servicelinkheader span
{
	text-align: left;
	margin-right: 24px;
}

div.servicelinkheader a
{
	font-size: 9pt;
	font-weight: bold;
	color: #746F67;
	text-decoration: none;
}

div.messagebar, div.errormessagebar
{
	background: #090;
	text-align: center;
	padding: 4px 0px;
	color: #FFF;
	font-weight:bold;
}

div.messagebar a, div.errormessagebar a
{
	margin-right: 10px;
	float:right;
	color: #FFF;
}

div.errormessagebar
{
	background: #F00;
}

td.breadcrumps
{
	padding: 0;
	color: #00ADED;
	font-size: 10px;
	text-align: left;
}

td.breadcrumps a
{
	color: #00ADED;
	text-decoration: none;
}

td.mainmenuitem
{
	text-indent:10px;
	text-align: center;
}

table.mainmenu
{
	position: relative;
	z-index:10;
	top: -361px;
}

.tableContent
{
	padding: 0;
	margin: 0;
}

table.submenu
{
	margin: 20px 0px 20px 0px;
	border:0;

	font-size: 12px;
	padding-top: 10px;
	line-height: 2;
}

td.submenuitem, td.submenuitemtop
{
	width:210px; 
	border-bottom: 1px solid #B9B7B3;
}

td.submenuitemtop
{
	border-top: 1px solid #B9B7B3; 
}

td.subsubmenuitem
{
	text-indent: 12px;
	color: #6D6E70;
	font-size:9pt;
	background-color:#E6E7E8;
}

td.subsubmenuitem a
{
	text-indent: 12px;
	color: #958E89;
}

td.subsubmenuitemselected
{
	text-indent: 12px;
	color: #6D6E70;
	font-size:9pt;
	background-color:#B9B7B3;
}

td.subsubmenuitemselected a
{
	text-indent: 12px;
	color: white;
}

div.maintable
{
	float:right;
	background-color:red;
}

div.newsletter
{
	background-image: url(../images/MeldtUAan.jpg);
	background-repeat: no-repeat;
	min-height: 83px;
	width: 200px;
}

.clientmessage
{
	color:#0081C6;
	font-size:9px;
	text-align:left;
	width: 185px;
}

td.main
{
/*	padding-left: 3px;
	padding-top: 3px; 
	padding-right: 3px;
	padding-bottom: 10px;*/

	z-index: 1;
	height: auto;
	text-align:justify;
	vertical-align:top;
/*	border-bottom: 1px solid #B9B7B3;*/
}

td.main p
{
	padding: 0;
	margin: 0;
	border: 0;
}

table.main tr.main
{
	height: 360px;
}

ul.mainmenu
{
	color:#333;
	padding:0;
	margin:0;
	list-style:none;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size:9pt;
}

ul.mainmenu li:first-child
{
	border-top: 1px solid #B9B7B3;
}

ul.mainmenu li
{
/*	padding: 5px 0 0 0;*/
	border-bottom: 1px solid #B9B7B3;
	line-height: 2;
}

/*ul.mainmenu li:before
{
	content: ":: ";
}*/

ul.mainmenu li ul
{
	padding:0;
	margin:0;
	border: 0;
	list-style:none;
	background-color:#E6E7E8;
}

ul.mainmenu li ul li
{
	color: #6D6E70;
	font-size:8pt;
	border: 0;
	padding-left:10px;
}

ul.mainmenu li ul li.selected
{
	background-color:#B9B7B3;
}

ul.mainmenu li ul li:first-child
{
	border:0;
}

table.breadcrumps
{
	width: 100%;
	height: 30px;
}

span.breadcrumps
{
	
}

input[type=text] 
{
	background-color: #FFF;
	border: 1px solid #000;
	margin-right: 5px;
} 

input:focus, textarea:focus
{
	background-color: #E6F2FF;
}

span.arrow
{
	background-image: url(../Images/arrow-small.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
}

a.arrow
{
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../Images/arrow-small.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 28px;
	color: #FFF;
}

label
{
	float: left;
	width: 140px;
/*	font-weight: bold;*/
}

input, textarea
{
	width: 180px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: 1px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 2px;
}

input.button, input.newsletterbutton
{
	width:auto;
	min-width: 150px;
	background: #BDCC2A;
	border:0;
	text-align:center;
	color:#FFF;
	padding:4px;
	font-weight:bold;
}

div.newsletterinput
{
	padding-top: 53px;
	margin-left:8px;
	width: 165px;
	height: 19px;
}

input.newslettertext
{
	width:135px; 
	margin:0;
}

input.error, textarea.error
{
	border: 1px solid red;
	background: #FFD9DA;
}

input.newsletterbutton
{
	min-width: 20px;
	margin:0;
	padding:0; 
	height:19px;
}

div.contactform, div.serviceform
{
	padding-top:10px;
	width: 350px;
}

div.contactform input, div.serviceform input
{
	width: 180px;
}

div.contactform input.button, div.serviceform input.button
{
	width:auto;
	margin-left:170px;
}

div.contactform textarea, div.serviceform textarea
{
	width: 250px;
	height: 70px;
}

#footer a
{
	margin-right:5px;
	color:#FFF;
}

#detail p
{
	padding:5px 0;
}

#portal a
{
	color:#FFF;
	font-weight:bold;
}