/* Start of CMSMS style sheet 'Lebenshilfe: default' */
* {
	margin: 0pt;
	padding: 0pt;
}

body {
	background-color: #FFBE75;
	background-image: url("images/bodybg.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

div {
	text-align: left; /* damit Inhalte nicht immer Zentriert werden */
}

div#wrapper {
	background-image: url("images/wrapperbg.png");
	margin: 0pt auto;
	width: 960px;
	}

#header {
	width: 960px;
	height: 137px;
	background-image: url("images/topbg.png");
}

#maincontent {
	width: 960px;
	background-image: url("images/mainbg.png");
	background-repeat: no-repeat;
}

#footer {
	width: 960px;
	height: 73px;
	background-image: url("images/footerbg.png");
	background-repeat: no-repeat;
}

#footercontent {
	position: absolute;
	margin-left: 20px;
	margin-top: 22px;
	width: 920px;
	height: 40px;
	text-align: center;
}


#leftcol {
        display: inline; /* IE6 Double Margin Bug */
	float: left;
	width: 200px;
	margin-left: 20px;
        padding-right: 7px;
        border-right: 1px dotted gray;
}

#maincol {
     display: inline; /* IE6 Double Margin Bug */
     margin-left: 12px;
     float: left;     
     width: 700px;
}



#topmenu {
	position: absolute;
	margin-left: 500px;
	margin-top: 14px;
	width: 440px;
	height: 18px;
        text-align: right;
}

#pathway {
	position: absolute;
	margin-left: 17px;
	margin-top: 112px;
	width: 800px;
	height: 12px;
}


table#rimages{
 width: 100%;
margin-bottom: 16px;
}

table#rimages td{
width: 33%;
height: 171px;
vertical-align: middle;
text-align: center;
background-color: #ffe9af;
-moz-border-radius: 10px;
}

table#rimages img{
horizontal-align:center; 
vertical-align:middle;
}


dfn {
 display: none;
 visibility: hidden;
}

a, a:link, a:visited, a:active {
 color: #004A99;
 text-decoration: none;
}







/* End of 'Lebenshilfe: default' */

/* Start of CMSMS style sheet 'Lebenshilfe: Leftmenu' */
/********************
MENU
*********************/
#leftmenu {
   padding-left: 0;
   margin-left: 0;
  width: 194px;
}

.dfn {
 visibility: hidden;
 display: none;
}

/* third level has some padding to have it stand out */
div#leftmenu ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#leftmenu li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#leftmenu ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #leftmenu li a { height: 1%; } 
* html #leftmenu li hr { height: 1%; }
/** end fix **/

/* first level links */
div#leftmenu a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#leftmenu ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#leftmenu 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#leftmenu a:hover {
   background-color: #C3D4DF;
}
div#leftmenu a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#leftmenu li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#leftmenu 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#leftmenu ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* 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#leftmenu ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#leftmenu 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#leftmenu 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#leftmenu 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#leftmenu li.separator hr {
   display: none; /* this is for accessibility */
}


/* weitere */

div#leftmenu a:hover {
background-color:#C3D4DF;
}

div#leftmenu ul ul a {
background-position:1.5em center;
font-size:90%;
padding:0.5em 0.5em 0.5em 2.8em;
}

div#leftmenu a {
background:transparent url(images/cms/arrow-right.gif) no-repeat scroll 0.5em center;
color:#18507C;
display:block;
min-height:1em;
padding:0.8em 0.5em 0.8em 1.5em;
text-decoration:none;
}












/* End of 'Lebenshilfe: Leftmenu' */

/* Start of CMSMS style sheet 'Lebenshilfe: Fonts' */
* {
font-family: verdana;
font-size: 1em;
}

#leftcol {
font-size: 0.8em;
}

#pathway {
font-size: 0.7em;
}

div#maincol h1 {
 color: #385c72;
 font-size: 1.2em;
 text-align: left;
 padding-left: 0.5em;
 padding-bottom: 1px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #385c72;
 border-left-width: 1.1em;
 border-left-style: solid;
 border-left-color: #385c72;
 line-height: 1.5em;
 margin-top: 0pt;
 margin-right: 0pt;
 margin-bottom: 0.5em;
 margin-left: 0pt;
}

div#maincol {
line-height: 1.5em;
}

div#maincol li {
margin-left: 2em;
}
/* End of 'Lebenshilfe: Fonts' */

/* Start of CMSMS style sheet 'Lebenshilfe: News' */
div#leftnews {
  margin: 0  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
  -moz-border-radius: 10px;
}

div#leftnews h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 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: bold;
    padding-top: 0.2em;
}

.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;
}


#NewsPostDetailPrintLink,
#NewsPostDetailReturnLink,
#NewsPostDetailCategory,
#NewsPostDetailAuthor,
div.NewsSummaryCategory, 
div.NewsSummaryAuthor  {
 visibility: hidden;
 display: none;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Lebenshilfe: News' */

/* Start of CMSMS style sheet 'Lebenshilfe: Guestbook' */
div.cms-guestbook-showform-button input{
border: 1px solid black;
-moz-border-radius: 8px;
margin: 2px;
padding: 2px;
background: #FFE9AF;
margin-bottom: 20px;
}



div.cms-guestbook-pagination_header,
div.cms-guestbook-entry-header,
div.cms-guestbook-entry-text{
-moz-border-radius: 10px;
background-color: #FFF9F2;
padding: 5px;
border: 1px solid #FFE9AF;
}

div.cms-guestbook-pagination_header{
display: none;
margin-top: 16px;
}

div.cms-guestbook-entry-text{
margin-bottom: 20px;
}

div.cms-guestbook-entry-header{
background: #FFE9AF;
font-size: 0.8em;
}

/* End of 'Lebenshilfe: Guestbook' */

