/* Projekt: ATPL Coaching Portal
 * Globale CSS Formatvorlagen
 * Autor: Heiko Rettinger
 * Erzeugt am: 18.10.2008
 * Versionskontrolle: $Id: global.css 3 2011-03-13 13:15:48Z heiko $
 */
body, td, th, p, div {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #EEEEEE;
	color: #000000;
}
th {
	font-weight: bold;
	text-align: left;
}
h1, h2, h3, h4 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 15px 5px 5px 5px;
}
h1:first-child, h2:first-child {
	margin: 5px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 17px;
	font-style: italic;
}
h3 {
	font-size: 14px;
}
p {
	line-height: 18px;
}
form {
	margin: 0px;
	padding: 0px;
}
.langarea {
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: #000000;
	font-size: 10px;
}
.navdiv {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
.navbox {
	margin: 5px 15px 5px 5px;
	padding: 3px;
	line-height: 16px;
	border: 1px dashed #000000;
	background:#E2F3FF;
	color: #000000;
}
.maindiv {
	position:absolute;
	top: 5px;
	left: 200px;
	width: 600px;
	padding: 1px;
	border: 1px solid #000000;
	background: #E2F3FF;
	color: #000000;
}
.text {
	width: 300px;
	border: 1px inset;
}
.stext {
	width: 150px;
	border: 1px inset;
}
.wtext {
	width: 450px;
	border: 1px inset;
}
.button {
	width: 100px;
	height: 20px;
	border: 1px outset;
	font-weight:bold;
	font-size: 11px;
}
a:link, a:visited, a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a:hover {
/*	border-bottom: 1px dotted #333333; */
	text-decoration: underline;
}
.nav:link, .nav:visited, .nav:hover {
	font-weight: bold;
	color: blue;
	border: none;
}
.nav:hover {
	text-decoration: underline;
}
a.comm:link, a.comm:active, a.comm:visited, a.comm:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	padding: 0px 14px 0px 0px;
	background: url(img/icon_mail.gif) no-repeat right center;
}
a.comm:hover {
	border-bottom: 1px dotted #333333;
}
a.order:link, a.order:active, a.order:visited, a.order:hover {
	font-size: 10px;
	font-weight: normal;
	color: #CC3333;
	background-color: transparent;
}
a.order:hover {
	background-color: #FFCCCC;
}
.klein {
	font-size: 10px;
}
.searchform {
	margin: 5px 0px 5px 0px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding: 5px;
	background: #FFFFCC;
	color: #000000;
	text-align: left;
	line-height: 25px;
}
.searchtext {
	width: 100px;
}
.searchsel {
	width: 130px;
}
/* Ein- / Ausblenden von Formularzeilen */
tr.visible {
	display: table-row;
}
tr.invisible {
	display: none;
}

/* Infozeilen */
.msgerror, .msginfo, .msgsuccess {
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 20px;
	font-weight:bold;
}
.msgerror {
	border-top: 1px dotted #990000;
	border-bottom: 1px dotted #990000;
	background: #FF9999;
	color: #660000;
}
.msginfo {
	border-top: 1px dotted #999900;
	border-bottom: 1px dotted #999900;
	background: #FFFF99;
	color: #666600;
}
.msgsuccess {
	border-top: 1px dotted #009900;
	border-bottom: 1px dotted #009900;
	background: #99FF99;
	color: #006600;
}
.runtimeline {
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	border-top: 1px dotted #999999;
	background: transparent;
	color: #666666;
	font-size: 75%;
}

/* TabArea */
.tabBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: transparent;
	background-image: url(img/bdot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
.tabArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/vha.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	margin: 0px;
}
.tabSpacer {
	width: 10px;
	height: 16px;
	background-color: transparent;
}
.tabNormal, .tabActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	height: 16px;
	padding: 2px 5px 2px 5px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
.tabNormal {
	background-color: #666666;
	border-bottom: 1px solid #000000;
}
.tabActive {
	background-color: #FFFFFF;
	background-image: url(img/vht.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tabvBox {
/*	vertical-align: top; */
	text-align: right;
	background-color: transparent;
	background-image: url(img/bdot.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.tabvNormal, .tabvActive {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	white-space: nowrap;
	margin: 5px 0px 5px 5px;
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
.tabvNormal {
	background-color: #666666;
	border-right: 1px solid #000000;
}
.tabvActive {
	background-color: #FFFFFF;
	background-image: url(img/vvt.png);
	background-repeat: repeat-y;
	background-position: right;
}
.tabvArea {
	vertical-align: top;
	padding: 5px;
	background-color: #FFFFFF;
	background-image: url(img/vva.png);
	background-repeat: repeat-y;
	background-position: left;
}
.tabhBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: transparent;
	background-image: url(img/bdot.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.tabhNormal, .tabhActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	height: 16px;
	padding: 2px 5px 2px 5px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	white-space: nowrap;
}
.tabhNormal {
	background-color: #666666;
	border-top: 1px solid #000000;
}
.tabhActive {
	background-color: #FFFFFF;
}
.tabNormal a:link,.tabNormal a:active,.tabNormal a:visited,.tabNormal a:hover,.tabvNormal a:link,.tabvNormal a:active,.tabvNormal a:visited,.tabvNormal a:hover,.tabhNormal a:link,.tabhNormal a:active,.tabhNormal a:visited,.tabhNormal a:hover {
	color: #CCCCCC;
}
.tabActive a:link,.tabActive a:active,.tabActive a:visited,.tabActive a:hover,.tabvActive a:link,.tabvActive a:active,.tabvActive a:visited,.tabvActive a:hover,.tabhActive a:link,.tabhActive a:active,.tabhActive a:visited,.tabhActive a:hover {
	color: #000000;
}
/* PageArea */
.pageTopBar, .pageBottomBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: transparent;
	background-image: url(img/bdot.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
.pageTopBar {
	background-position: bottom;
	padding: 5px 0px 0px 0px;
}
.pageBottomBar {
	background-position: top;
	padding: 0px 0px 5px 0px;
}
.pageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.pageArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
}
.pageSpacer {
	width: 5px;
	height: 16px;
	background-color: transparent;
}
.pageNormal, .pageTopActive, .pageBottomActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	height: 16px;
	padding: 2px 3px 2px 3px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.pageNormal {
	background-color: #666666;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
.pageTopActive {
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
}
.pageBottomActive {
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
}
.pageNormal a:link,.pageNormal a:active,.pageNormal a:visited,.pageNormal a:hover {
	color: #CCCCCC;
}
.pageTopActive a:link,.pageTopActive a:active,.pageTopActive a:visited,.pageTopActive a:hover,.pageBottomActive a:link,.pageBottomActive a:active,.pageBottomActive a:visited,.pageBottomActive a:hover {
	color: #000000;
}

div.na {
	width:100px;
	height: 16px;
	background: #CCCCCC;
}
div.pos {
	float: left;
	width: 25px;
	height: 16px;
	background: #33FF33;
}
div.neg {
	float: left;
	width: 30px;
	height: 16px;
	background: #FF3333;
}
td.r, th.r {
	text-align:right;
}

