/* Start of CMSMS style sheet 'basis_css' */
body {font-size:12px;color:#808080;font-family: Verdana, Helvetica, sans-serif;background-color:#CFCACA; }
.content {z-index:1;background-color:#ffffff;width:750px;position:absolute;top:0px;left:90px;border-style:solid;border-color:#CCCACA;border-width:5px}

#logo {position:absolute;top:0px;left:0px;background-color:#ffffff}
#foto {position:absolute;top:125px;left:0px;border-style:solid;border-color:#CCCACA;border-width:1px}

#text {width:710px;position:absolute;top:324px;left:0px;padding-top:10px;padding-left:20px;padding-right:20px;background-color:#fff;z-index:2}

#news {position:absolute;top:10px; left:770px;z-index:8;width:150px;background-color:#ffffff}

li{font-size:12px;color:#808080}
p {font-size:12px;color:#808080}
h1 {font-size:14px;color:#9C9C9C;font-weight:bold;}
h2 {font-size:12px;color:#9C9C9C;font-weight:bold;}

#text a:link  {font-size:12px;color:#ED8507;text-decoration:none;margin:0px}
#text a:visited {font-size:12px;color:#ED8507;text-decoration:none;margin:0px}
#text a:hover {font-size:12px;color:#cccccc;text-decoration:none;margin:0px}


.NewsSummaryLink a:link {color: #ED8507;text-decoration:none;font-weight:normal}
.NewsSummaryLink a:visited {color: #ED8507;text-decoration:none;font-weight:normal}
.NewsSummaryLink a:hover {color: #ED8507;text-decoration:none;font-weight:normal}
.NewsSummaryLink a:visited:hover {color: #cccccc;text-decoration:none;font-weight:normal}

.NewsSummaryMorelink a:link {color: #ED8507;text-decoration:none;font-weight:normal}
.NewsSummaryMorelink a:visited {color: #ED8507;text-decoration:none;font-weight:normal}
.NewsSummaryMorelink a:hover {color: #ED8507;text-decoration:none;font-weight:normal}
.NewsSummaryMorelink a:visited:hover {color: #cccccc;text-decoration:none;font-weight:normal}



/* End of 'basis_css' */

/* Start of CMSMS style sheet 'basis_news' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 5px solid #CCCACA; 
  background-color: #ffffff; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0 0 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: normal;
    padding-top: 0.2em;
	color:#990000;
	text-decoration:none;
	
}

.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%;
   }

#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;
}


.rahmen {border-width:8px;border-color:#ffffff;border-style:solid}



/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'basis_news' */

/* Start of CMSMS style sheet 'basis_menue' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
z-index:9;
   margin-left: 1px;
   margin-right: 1px;
   position:absolute;
   top:300px;
   left:55px
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #F1F1F1;
   border-bottom: 0px solid #ffffff;
   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; 
  font-weight:normal;
   color: #808080;

}
#primary-nav li a { 
   border-right: 0px solid #ffffff;
   border-left: 1px solid #ffffff;
}
#primary-nav li li a { 
   border: 1px solid #ffffff;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #E6E6E6; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #ffffff; 
}


/* 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-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: #CBCBCB; 
}


/* 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%; 
}
/* End of 'basis_menue' */

