/*
dark blue #19194D
dark grey 888888
grey			B3B3B3
orange		FF7F00
light or.	FFCC99
*/ 
/******************/
/* Headers, plain */
/******************/
H1, H2, H3, H4, H5, H6 {letter-spacing: 0.1em; margin: 0px; padding: 0px;line-height: 1.5em;}
H1, H2, H3, H4, H5, H6 {margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 2px; }
H1 { font-size: 1.7em; border-bottom: 1px dotted #FF7F00; margin-bottom: 10px; color: #FF7F00;}
H2 { font-size: 1.4em; color: #19194D; margin-top: 20px; font-weight: normal; letter-spacing: normal;}
H3 { font-size: 1.0em; color: #10007B; }

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {margin-top: 15px; margin-bottom: 10px;}


/******************/
/* Bilder */
/******************/
#content dl {background-color: #ddd; margin-bottom: 8px;}
#content dd {font-size: 0.7em; padding-bottom: 4px;} 

/******************/
/* lsiten */
/******************/
#content ol, #content ul {font-size: 12px; line-height: 1.5em; margin-bottom: 0.3em;}
ol {list-style-type: decimal;}
li ol {list-style-type: upper-roman;}
li li ol {list-style-type: lower-alpha;}

ul {margin-left: 25px;}
ol {margin-left: 30px;}

/******************/
/* Abkuerzungen */
/******************/
abbr, acronym {
	width:18px; height:18px;
	background-image:url("../images/acronym/ed_acronym.gif");
	background-repeat:no-repeat;
	background-position:left top;
	white-space:nowrap;
	cursor:help;
	border-bottom:1px dashed #000;
	padding-left:19px;
}

/******************/
/* normaler Text und Links */
/******************/
#content p {font-size: 0.9em; line-height: 1.6em; margin-bottom: 1.0em;}
#content A{ color: #FF7F00; text-decoration: underline; font-weight:normal; }
#content A:hover { background-color: #fff; }
#content A.internal-link img,
#content A.internal-link-new-window img,
#content A.external-link img,
#content A.external-link-new-window img,
#content A.download img {border: 0px;}

#content hr {border: 1px dotted #FF7F00; border-width: 1px 0px 0px 0px; margin: 1.0em 0em 0.8em 0em; }

#content A.internal-link {background: url("../images/linkicons/internal_link.gif") no-repeat center left; padding: 0 0 0 10px;}
#content A.internal-link-new-window {background: url("../images/linkicons/internal_link_new_window.gif") no-repeat center left; padding: 0 0 0 14px;}
#content A.external-link {background: url("../images/linkicons/external_link.gif") no-repeat center left; padding: 0 0 0 14px;}
#content A.external-link-new-window {background: url("../images/linkicons/external_link_new_window.gif") no-repeat center left; padding: 0 0 0 14px;}
#content A.download {background: url("../images/linkicons/download.gif") no-repeat center left; padding: 0 0 0 14px;}
#content A.mail {background: url("../images/linkicons/mail.gif") no-repeat center left; padding: 0 0 0 20px;}

/******************/
/*   formulare    */
/******************/
#content form {font-size: 0.9em;}
#content label {display: block;}
#content input {}
