/* Akkus REN-Stylesheet "how-to-look" */


body 	{font: medium Verdana, Arial, Helvetica, sans-serif; 
      	  margin: 0; padding: 0; text-align: center; color: #005E61; background: #FFF; 
	behaviour: url(csshoover.htc);	/*damit der blöde MSIE block-hoover kann */
	}


/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: verdana, arial, helvetica; color: #000000; }
PRE { font-family: monospace; }
A:hover { color: red; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: small; text-align:left; color: #006549;}
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #005E61; margin: 4px 0;}
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #005E61; margin: 4px 0;}
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #005E61; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #005E61; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }



/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 1em; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
TABLE.contenttable { border: 0; margin: 20px 0px 20px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0.3em 5px 0.3em 5px; }
TABLE.contenttable TR TD P.bodytext { font-size: small; text-align:left; }
TABLE.contenttable TR { background-color: #FFF; }




H1,H2,H3 {
	font: small-caps 1.8em Verdana, sans-serif;
	letter-spacing: 0.2em;
	color : #006549;
	margin-top: 0.8em;
	padding: 0;
	border: 0;
	text-align: left;
    	background-color: transparent;
}

H2 {
	font: small-caps 1em Verdana, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
  	margin-bottom: 0.5em;
	margin-top: 0em;
	background-color: transparent;
	font-weight: bold;
}

H3 {
	font: 0.7em Verdana, sans-serif;
	letter-spacing: 0;
	text-align: left;
	background-color: transparent;
	font-weight: normal;
}


P  {
	font-family : Verdana, sans-serif;
	font-size : 0.7em;
	line-height : 130%;
	color: #000;
	margin-top : 0.1em;
	margin-bottom : 0.1em;
	padding-bottom : 0px;
	text-indent : 0;
	letter-spacing: 0;
	text-align: left;
}

.bodytext{
	text-align: left;
	font-size: small;
	line-height : 120%;
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #000;
}
.caption {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #006549;
}
.bulletlist {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #000;
}
.table {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #006549;
}

.important {
	font-weight : bold;
	color : #006549;
}

IMG { border: none; }


