
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
 /*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family:Arial;
   font-size: 75.01%;
   line-height: 1.1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link
a:active {
   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;
   color: #86230C;
}
/*
a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #62757B;
}
*/

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;


}

/*****************
basic layout
*****************/
body {
   background: #F1DEB6 url('/gfx/back.gif') repeat-x top;
   color: #333;
   margin:1em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
/*   border: 1px solid black;*/
   margin: 0 auto;     /* this centers wrapper */
   width: 752px; /* IE wont understand these, so we will use javascript magick */


   color: black;
}

div#header {
   height: 141px; /* adjust according your image size */
   background: #F1DEB6 ;
   line-height: 1em;
}

div#header div{
	margin:0;
	display:inline;
float:left;

}

div#header div img{
	border-left: 1px solid black;
	height: 112px;
	width:236px;
	display:block;

}

img#headpic{
	 border-right: 1px solid #000;
	 width:514px;
	 float:right;
}

div#search {
   float: right;
   width: 28em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

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 */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
width: 28em;
}

 div.breadcrumbs span.lastitem {
   font-weight:bold;
 }

 div#content {
   margin: 0.5em auto 2em 0; /* some air above and under menu and content */
}

div#main {
   margin-left: 203px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
/*   margin-right: 2%; /* and some air on the right */


}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 200px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 2px 0 0;
   /*width: 20%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #000;
   background-color: #F1DEB6; /* same bg color as in header */
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */

div.left49 {
  float: left;
  width: 390px;

  padding-left:15px /* -10px 0 0 5px ;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 120px	;
  text-align: right;
  padding-right:15px;
}

/********************
CONTENT STYLING
*********************/
div#content {

}
#mainhead{
	background: url('gfx/site_13.gif') no-repeat top left;
	width:549px;
   	height:30px;
   		}
#mainhead h2{
	width:500px;
	display:inline;
}
#mainhead h1{
	margin: 0;
	width:500px;
	display:inline;
}
#maincontent{
 background: url('/gfx/site_17.gif') repeat-y;
 padding: 5px 30px 5px 30px;
  font-size: 1.1em;
  line-height: 1.3em;
	}


#mainfoot{
	background: url('gfx/site_20.gif') no-repeat top;
	width:549px;
	height:60px}
#mainfoot p{margin:0;}
/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2, div#content h1, div.boxhead span{

   font-size: 1.4em;
   text-align: left;

/* some air around the text */

 font-family:Arial;
display:block;
 font-weight: bold;
 font-style:italic;
 margin-left: 15px;

 padding: 10px 0 5px 0px;


}
div#maincontent h1{
	font-size: 1.1em;
	font-style:normal;
 	margin-left: 18px;
 	padding:5px 0;}
	
div#maincontent h2 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.2em 0;
   font-style:normal;
}
div#content h4 {
   color: #86230C;
   font-size: 0.9em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1em;
   line-height: 1.5em;
   margin: 0 1em 0.25em 0;
}
h3,h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

.boxhead{background: url('gfx/site_11.gif') no-repeat top left; width:196px; height:30px;}

.boxcontent{background:url('/gfx/site_14.gif') repeat-y; width:196px;}

.boxfoot{background: url('gfx/site_16.gif') no-repeat top left; width:196px; height:3px;margin-bottom:5px;}

table.contenttable{border:0; margin-bottom:25px; width:100%;}

table.contenttable td{ 	

	
	background-color:#e8d9b8; 
	margin:2px; 
	padding:2px; 
	text-align:right;
}

table.contenttable td.corner{	background:inherit;}


table#prices #col1{width:116px;}
table#prices #col2{width:35px; text-align:center;}
table#prices #col3{width:40px;text-align:center;}
table#prices #col4{width:40px;text-align:center;}
table#prices #col5{width:40px;text-align:center;}
table#prices #col6{width:40px;text-align:center;}
table#prices #col7{width:40px;text-align:center;}
table#prices #col8{width:40px;text-align:center;}
table#prices #col9{width:40px;text-align:center;}

table#prices td{text-align:right;}

table#prices td.head{
	font-weight:bold;
	text-align:left;
	
}

table#links #col1{
	width:180px;
	
}
table#links td{ 
	padding: 2px 4px 2px 4px; 
	vertical-align:top;
	text-align:left;
}
table#links td a{ margin-left:10px;}
table#links td.head{ 
	text-align:center; 
	font-weight:bold;
	}

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


.boxcontent p{
	padding:4px 5px 3px 15px;
	margin:0;
	line-height:normal;}
.boxcontent img{margin: 4px 5px 3px 15px;}

#printbutton{
 float:right;
 width:30px;
 display:inline;
}
.noprint img{
	margin: 5px;
}

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* 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;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}



/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */


/** menu **********************************************************************************************/

/* 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;  */
   background: #62757B  url('gfx/menur.gif') no-repeat right;
   height:25px;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
   width: 200px;
}


/* Unless you know what you do, do not touch this */
#primary-nav, #primary-nav ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
}
#primary-nav ul {
   position: absolute;
   top: auto;
   display: none;
}
#primary-nav ul ul {
   margin-top: 1px;
   margin-left: -1px;
   left: 100%;
   top: 0px;
}

#primary-nav li {
   margin-left: -1px;
   float: left;
}
#primary-nav li li {
   margin-left: 0px;
   margin-top: -1px;
   float: none;
   position: relative;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a {
   display: block;
   margin: 0px;
   padding: 5px 10px;
   text-decoration: none;
   color: #fff;
}
#primary-nav li a {
font-size: 11pt; color: #ffffff; font-weight: bold;
   /*border-right: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;*/
}
#primary-nav li li a {
   border: 1px solid #F1DEB6;
   background-color: #788089;
   font-size: 9pt; color: #fff;
}
#primary-nav li li a:hover {
   color: #E7AB0B;
}
#primary-nav li, #primary-nav li.menuparent {

}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive {

}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent,
#primary-nav ul li.menuparent:hover,
#primary-nav ul li.menuparenth {
/* arrow for menuparents */
background-color: #788089;
/*
   background-image: url('images/cms/arrow.gif');
   background-position: center right;
   background-repeat: no-repeat;*/
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
  background-color: #E7AB0B;
}


/* 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%;
}

/* accessibility */

/*
menu links accesskeys
*/
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;
}
/* end accessibility */

/**News***************************************************************/
.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 0em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-style: italic;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {

 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
.formfeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #f5f5f5;
	border: 1px solid #000000;
	margin: 0px 0px 0px;
	padding: 1px 1px 1px 5px;
}