/* 
 *  REDCODE.DE - elearningkontor.de Web Styles
 *  (C)opyright 2001-2005 REDCODE.DE. All Rights reserved.
 *  Visit us at http://www.redcode.de/
 *
 *  Modified  Version  By          Reason
 *  ========  =======  ==========  ============================================================
 *  27/04:05   1.0     pok         Create and modify
 */

/*
 * position - color - border - font - text
 *
 * constant    z-index:  0-9
 * content     z-index: 10-19
 * context     z-index: 20-29
 * navigation  z-index: 30-39
 * development z-index: 50
 */

/* Design Einstellungen */
BODY { color: #000000; background-color: #FFFFFF; margin: 20px 20px 20px 30px; }
TABLE.body { width: 925px; }
TD.border { border-bottom: 1px dotted #CAC9C9; }
.right { text-align: right; }
.alert { color: #FD7911; }
P.copyright { font-size: 10px; color: #CAC9C9; margin: 5px 0px 0px 10px; }

/** Kopf **/
TD.head1 { width: 110px; height: 10px; font-size: 8px; line-height: 10px; background-color: #EC6E0A; }
TD.head2 { width: 330px; height: 10px; font-size: 8px; line-height: 10px; background-color: #12A316; }
TD.head3 { width: 180px; height: 10px; font-size: 8px; line-height: 10px; background-color: #1580BD; }
TD.head4 { width: 305px; height: 10px; font-size: 8px; line-height: 10px; background-color: #1580BD; }
TD.head5 { width: 110px; height: 10px; font-size: 8px; line-height: 10px; background-color: #F6B785; }
TD.head6 { width: 330px; height: 10px; font-size: 8px; line-height: 10px; background-color: #89D18B; }
TD.head7 { width: 180px; height: 10px; font-size: 8px; line-height: 10px; background-color: #8AC0DE; }
TD.head8 { width: 305px; height: 10px; font-size: 8px; line-height: 10px; background-color: #1580BD; }

/** Navigation **/
DIV#navigation { margin: 20px 0px 20px 15px; }
TD.titlenav {
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	padding: 0px 70px 10px 0px;
}
P.pathnavi { font-size: 10px; color: #CAC9C9; }
UL.navigation {
	list-style-image: url(../../images/navigation_dot.gif);
	list-style: outside;
	margin: 0px 0px 0px 16px;
	padding: 0px;
}
LI.navigation {
	list-style-image: url(../../images/navigation_dot.gif);
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
UL.subnavigation {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
LI.subnavigation {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
A.navi, A:link.navi, A:active.navi, A:visited.navi { color: #000000; text-decoration: none; font-weight: bold; }
A:hover.navi { color: #000000; text-decoration: underline; font-weight: bold; }

A.subnavi, A:link.subnavi, A:active.subnavi, A:visited.subnavi { color: #000000; text-decoration: none; font-weight: normal; }
A:hover.subnavi { color: #000000; text-decoration: underline; font-weight: normal; }

A.pathnavi, A:link.pathnavi, A:active.pathnavi, A:visited.pathnavi { color: #CAC9C9; text-decoration: none; }
A:hover.pathnavi { color: #CAC9C9; text-decoration: underline; }

/** Content **/
DIV#content { width: 420px; margin: 10px 50px 10px 50px; }
/*DIV#content P { width: 410px; }*/
DIV#content UL { margin-top: 0px; margin-left: 17px; }

/** Context **/
DIV#context { margin: 20px 0px 20px 0px; text-align: right; }
TD.contextboxtitle {
	width: 140px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FD7911;
	padding: 2px 5px 2px 5px;
}
TD.contextbox {
	width: 120px;
	border-left: 1px solid #FD7911;
	border-right: 1px solid #FD7911;
	border-bottom: 1px solid #FD7911;
	padding: 5px;
}

/*** Kontakt Formular ***/
TD.contactsubmit {
	padding-left: 111px;
}
.inputcontact {
	margin-bottom: 3px;
	border: solid 1px gray;
	height: 15px;
}
.textarea {
	margin-top: 3px;
	border: solid 1px gray;
}
.submit {
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin-top: 5px;
	text-align: center;
	width: 70px;
}

/* End of web-elearningkontor.css */
