/*
= Global styles
--------------------------------------------------------------------------------------- */
a										{ color: #0c306e; }
h2										{ color: #0c306e; }

/*
= Page layout and directly related elements
--------------------------------------------------------------------------------------- */
#header									{ background: url(images/bg-head-farmakonom.gif) 0 0 no-repeat; }
#header h1 a:link, h1 a:visited			{ background: transparent url(images/logo-farmakonom.gif) 0 0 no-repeat; }
#globalnav								{ background: url(images/bg-nav-farmakonom.gif); }

/*
= Navigation
--------------------------------------------------------------------------------------- */
#util a									{ color: #0c306e; }
#globalnav ul li a:hover				{ background-color: #3a2164; }
#globalnav ul li a.active,
#globalnav ul li a.active:hover			{ color: #ffffff; background-color: #3a2164; }
#globalnav #navright form .searchbutton	{ background: transparent url(images/bg-search-farmakonom.gif) no-repeat center top; }
#globalnav #navright form .searchfield	{ border: 1px solid #0c306e; }

/*
= Page elements
--------------------------------------------------------------------------------------- */
/* elements */
.box									{  }
#page .box h3							{ color: #0c306e; background: url(images/bg-rightspot-farmakonom.gif) 0 0 no-repeat; }

/* input elements */
.newsletter 							{ border: 1px solid #0c306e; }

/* ordbog */
span.DictionaryFound		{ background-color: #d2d9e4; }

/* Styling of characterbased input fields in the form */
form.FormBuilder .FormBuilderInputElementText, form.FormBuilder select, form.FormBuilder textarea {
	border:1px solid #0C306E;
}
