/*colors*/
.contactform div.required label {
	color: #000;
}

div.error_message ul li {
	color: #FF0000;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   background: url(/images/css/background.png) 0 6px;
   background-repeat: repeat-x;
   margin: 0px;
   padding: 0px;
   margin-top: 5px;
}

.contentbox{border-width: .05em;border-style: solid;border-color: #7a7a7a;}

h1{color: #002147; font: Tahoma; font-size: 18px;}
h6{color: #aaaaaa}
h2{color: #002147; font: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; margin-top: 25px;}
h3{color: #ffba27}
h4{color: #ffba27}

img {
   border: 0;
}

a,
a:link 
a:active {
	color: #002147;
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 990px; /* IE wont understand these, so we will use javascript magick */
   color: black;
   padding: 0 10px;
   background: url(/images/css/bodybg.png) center repeat-y;
}

div#menuwrapper2 {
	text-align: center;
	border-bottom: solid 1px #333;
}

div#header {
   height: 80px;
}

div#header h1 a {
/* you can set your own image here */
   display: block; 
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   text-align: left;
   margin-left: 10px;
}

div#search input {
	background: none;
	border: 1px #999999 solid;
	margin-right: 2px;
}

div#search input.submit:hover {
	border: 1px #999999 solid;
	cursor: pointer;
	background: #002147;
	color: #FFFFFF;
}
#toptitel {
	color: #002147;
	font-weight: bold;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
}


div#content {
   margin: 1.5em auto 2em 0; /* some air above and under menu and content */
}

div#main {
   margin-left: 240px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   padding: 0 10px;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 240px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

div.hr {
   height: 1px;
   margin: 1em;
}

.right49 {
	text-align: right;
}


/********************
CONTENT STYLING
*********************/

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* end clearing */

#topmenu {
	width: 1000px;
	margin: 0 auto;
	background: transparent url(/images/css/logo.png) no-repeat 10px 12px; 
}

#topmenu ul {
	list-style: none;
	text-align: right;
	margin-right: 5px;
}

#topmenu ul li{
	padding: 0 2px;
	display: inline;
	font-size: 10px;
	color: #666;
}

#topmenu ul li a{
	color: #666;
	text-decoration: none;
}

#topmenu ul li a:hover{
	text-decoration: underline;
}

#toptitel {
	text-align: center;
	line-height: 25px;
	height: 25px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   width: 100%;
}

#primary-nav {
	margin: 0;
	padding: 0;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 250px;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   z-index: 10;
   text-align: left;
   padding-left: 0px;
   margin-left: 0px;
}
#primary-nav {
   z-index: 10;
}
#primary-nav ul {
	z-index: 11;
   	font-size: 11px;
	line-height: 14px;
	vertical-align: middle;
}
#primary-nav ul ul {
   z-index: 12;
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-left: 0px;
   left: 100%; 
   top: 0px;
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0;
   float: none; 
   position: relative;
   padding: 4px 0; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 8px; 
   text-decoration: none; 
   color: #000000;
}

#primary-nav li ul {
	border: #002147 1px solid;
	background: #fff;
}

#primary-nav li ul li a:hover {
	border-bottom: 1px #667a91 dotted;
	border-top: 1px #667a91 dotted;
	margin-bottom: -1px;
	margin-top: -1px;
}

#primary-nav li li.menuparent { 
   background-color: #fff; 
}

#primary-nav li:hover {
   background: url(../images/css/top-hover.png) top center no-repeat;
}

#primary-nav ul li:hover {
   background: none;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li li.menuactive,
#primary-nav li li.menuparent, 
#primary-nav li li.menuparent:hover, 
#primary-nav li li.menuparenth { 
/* arrow for menuparents */
	background-image: url(/uploads/OrangeGreyShadow/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat;
}


/* Styling the apperance of menu items on hover */

#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-image: none; 
}

#primary-nav li:hover {
   background-image: url(../images/css/top-hover.png) top center no-repeat;
}

#primary-nav li.menuactive { 
   background: url(../images/css/top-active.png) top center no-repeat;
}

#primary-nav li.menuactive li li { 
   background-image: none;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

#menuwrapper { 
	width: 230px; 
}

#sub-nav { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	border: solid 1px #99a6b5;
}
#sub-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: 190px; 
    margin-left: -1px;
}
#sub-nav ul { 
	position: absolute; 
	top: 0; 
	left: 100%; 
	display: none;
}
#sub-nav li { 
    margin-bottom: -1px; 
	position: relative;
	width: 230px;
	margin: 4px 0;
}

#sub-nav a { 
	/*border: 1px solid #006699; */
	display: block; 
	margin: 0px; 
	padding: 5px 10px; 
	text-decoration: none; 
}


#sub-nav ul {
	background-color: #fff;
	border: 1px solid #333333;
	width: 231px;
   	font-size: 11px;
	line-height: 14px;
	vertical-align: middle;
}

#sub-nav li.menuactive { 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#sub-nav li .menuparent, #sub-nav li .menuparent:hover, #sub-nav li .menuparenth { 
	background-image: url(/uploads/OrangeGreyShadow/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#sub-nav li:hover, #sub-nav li.menuh, #sub-nav li.menuparenth, #sub-nav li.menuactiveh { 
	border-bottom: 1px #667a91 dotted;
	border-top: 1px #667a91 dotted;
	margin-bottom: -1px;
	margin-top: -1px;
}

#sub-nav li.menuactive:hover {
	border-bottom: 1px #667a91 dotted;
	border-top: 1px #667a91 dotted;
	margin-top: 3px;
	margin-bottom: -1px;
}

#sub-nav li a:hover {
	color: #000;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#sub-nav ul, #sub-nav li:hover ul, #sub-nav li:hover ul ul,#sub-nav li:hover ul ul ul, 
#sub-nav li.menuparenth ul, #sub-nav li.menuparenth ul ul, #sub-nav li.menuparenth ul ul ul { 
	display: none; 
	}
#sub-nav li:hover ul, #sub-nav ul li:hover ul, #sub-nav ul ul li:hover ul, #sub-nav ul ul ul li:hover ul, 
#sub-nav li.menuparenth ul, #sub-nav ul li.menuparenth ul, #sub-nav ul ul li.menuparenth ul, #sub-nav ul ul ul li.menuparenth ul{ 
	display: block; 
	}


/* IE Hack, will cause the css to not validate */

#sub-nav li, #sub-nav li.menuparent { _float: left; _height: 1%; }
#sub-nav li a { _height: 1%; }

#footer {
	text-align: center;
	height: 30px;
}
#footer p {
	border-top: 1px dotted #002147;
	font-size: 10px;
	color: #002147;
	padding-top: 2px;
	padding-bottom: 2px;	
}

a#contact {
	font-weight: bold;
	color:#0099FF;
}

fieldset {
background-color:#EEEEEE;
padding:1em;
}

fieldset legend {
font-weight:bold;
}

ul#linkshome li {
	list-style-type: square;
}