/* Start of CMSMS style sheet 'stylesheet_default' */
*
{
 margin: 0;
 padding: 0;
}

body
{
 background-color: #A08C73;
 background-image: url("/images/background.jpg");
 background-repeat: repeat-x;
 background-position: top left;
 font-family: verdana;
 font-size: 12px;
}

h1
{
 margin: 0 0 10px 0;
 color: #fff;
 font-size: 18px;
 font-weight: normal;
}

h2
{
 margin: 20px 0 0 0;
 color: #fff;
 font-size: 16px;
 font-weight: normal;
}

#pagewrapper
{
 width: 730px;
 margin: 0 auto;
 padding: 0px 0px 0px 0px;
}

#header
{

}
#header .logo
{
 margin: 35px 0 25px 20px;
}
#header .mainpicture
{
 padding: 10px;
 background-color: #fff;
}
#header .mainmenu
{
 margin: 0 10px 5px 10px;
 text-align: right;
 color: #fff;
 font-size: 20px;
}

#mainarea
{
 margin-top: 30px;
 background-image: url("/images/background_line.jpg");
 background-repeat: repeat-y;
 background-position: 500px 0px;
}

#content
{
 float: left;
 margin: 0 10px 0 10px;
 width: 465px;
 color: #fff;
 line-height: 18px;
}

#content p
{
 margin-top: 15px;
}

#content h3
{
 margin: 30px 0 5px 0;
 font-size: 12px;
}

#content ul
{
 list-style-position: outside;
 list-style-type: circle;
 margin-top: 15px;
 padding: 0px 30px 0px 30px;
}

#content li
{
 margin-top: 7px;
}

#content a:link,
#content a:active
{
 color: #fff;
}
#content a:visited
{
 color: #E5DCCC;
}
#content a:hover
{
 font-weight: bold;
}

#content img
{
 float: left;
 margin: 5px 10px 0px 0px;
 padding: 4px;
 border: 1px solid #5A4632;
}

#sidebar_right
{
 margin: 0 0 0 530px;
 color: #5A4632;
}

#footer
{
 margin-top: 30px;
 height: 80px;
 color: #BAAA8F;
 background-image: url("/images/background_footer.jpg");
 background-repeat: repeat-x;
 background-position: top left;
}

#footer a:link,
#footer a:active,
#footer a:visited
{
 color: #BAAA8F;
}

#footer a:hover
{
 font-weight: bold;
}

#footer .footer_content
{
 width: 725px;
 margin: 0px auto;
 padding: 10px 5px 10px 5px;
}

#footer a.dev_by 
{
color: #BAAA8F;
}

#footer a.dev_by:hover 
{
cursor: help; 
}

#footer a.dev_by span 
{
visibility: hidden;
position: absolute;
z-index: 100;
left: 39em;
margin-top: -11em; 
padding: 1em;
text-decoration: none;
}

#footer a.dev_by:hover span 
{
visibility: visible; 
width: 120px;
border: 1px solid #413826;
color: #fff;
font-size: 10px;
background: #BDA273;
filter: alpha(opacity=90);
opacity: 0.9;
text-align: center;
}

#footer a.dev_by:hover span img
{
 border: none;
}
/* End of 'stylesheet_default' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: none;
   display: block;
   width: 150px;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.5em 0.5em 0.5em 0; /* some air for it */
   color: #5A4632; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-weight: bold;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 2px 0 5px 10px;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   color: #DE7718;
}
div#menu_vert a.activeparent:hover {
   color: #DE7718;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent { 
   color: #5A4632;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   display: block; 
   padding: 0.5em 0.5em 0.5em 0;  /* some air for it */
   color: #DE7718;                                 /* this will be link color for all levels */
   font-size: 12px;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 2px 0px 5px 10px;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 30px 10px 0 0;  /* margin for the entire div surrounding the news list */
}

div#news h3{
 font-size: 14px;
 margin-bottom: 5px;
}

div#news a:link,
div#news a:active,
div#news a:visited,
div#news a:hover
{
 font-size: 11px;
 color: #5A4632;
}

div#news img
{
 padding: 2px;
 border: 1px solid #5A4632;
}

.NewsSummary {
    padding: 0; /* padding for the news article summary */
    margin: 0; /* margin to the bottom of the news article summary */
    font-size: 10px;
}

.NewsSummaryPostdate {
  font-size: 90%;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    margin-bottom: 5px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailSummary img {
   position: absolute;
   z-index: 99;
   visibility: hidden;
   }

#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;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/


div#archiv {
  margin: 30px 10px 0 0;  /* margin for the entire div surrounding the news list */
}

div#archiv h3{
 font-size: 14px;
 margin-bottom: 5px;
}

div#archiv a:link,
div#archiv a:active,
div#archiv a:visited,
div#archiv a:hover
{
 font-size: 11px;
 color: #5A4632;
}

div#archiv img
{
 padding: 2px;
 border: 1px solid #5A4632;
}

.ArchivSummary {
    clear: both;
    padding: 0; /* padding for the news article summary */
    margin: 20px 0 0 0; /* margin to the bottom of the news article summary */
    font-size: 12px;
}

.ArchivSummaryPostdate {
  font-size: 90%;
 }

.ArchivSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    margin-bottom: 5px;
}

.ArchivSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.ArchivSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.ArchivSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.ArchivSummaryMorelink {
  clear: both;
  padding-top: 0.5em;
}

#ArchivPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#ArchivPostDetailSummary {
   line-height: 150%;
   }

#ArchivPostDetailSummary img {
   position: absolute;
   z-index: 99;
   visibility: hidden;
   }

#ArchivPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#ArchivPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#ArchivPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
/* End of 'Module: News' */

