/* Misc-Styles */

#language
{
	float: left;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#language: hover
{
	float: left;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #505a55;
}

#language: visited {
	float: left;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #6c7966;
}
#zoomArea
{
	float: right;
	width: 70px;
}

#scrollarea {
	overflow:auto;
/*	height:452px;*/
	height:447px;
	width:621px;
	/* IE6: weniger, aber ausgelagert in Framework Page */
}

body
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/* ueberschreiben des SAP-Standards wegen scrolling-Bug in IE7. */
/* funktioniert wenn prtl_std_ie6.css vor dieser datei geladen wird und nicht danach. */
.prtlBody {
    overflow: visible;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	/* fuer IE 6: ausgelagert in Framework Page
	background-position: 1016px;*/
	background-position: 1006px 0px;
}

#TLN
{
	float: left;
	width: 344px;
/*	overflow: hidden;*/
}

img
{
	border: 0;
}

/* Box-Style */

.mainContainer
{
	/* fuer IE 6: ausgelagert in Framework Page
	width: 1016px;*/
	width: 1007px;
	height:606px;
	border-right: 1px #b3d690 dashed;
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url('/irj/portalapps/com.twk.portal.navigation/images/leftNav1RepeatBg.png');
	background-repeat: repeat-y;	
	float: left;
	/* um nicht-modifizierbaren Portal-Standard zu ueberschreiben */
	font-size: small;
}

#logoBox
{
	width: 320px;
	height: 97px;
	float: left;
	margin-bottom: 1px;
	background-color: #ffffff;
	padding-top: 17px;
	padding-left: 17px;
	padding-right: 17px;
}

#leftNav1
{
	width: 145px; 
	float: left;
/*	width: 140px; */
/*	background-color: #9CC96E;*/
	
}

.leftNav1Box
{
	width: 145px;
/*	width: 141px; */
	float: left;
}

.leftNav1Box a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	/*	width: 85px; */
	width: 109px;
	
	min-height: 18px;   /*  added so that the navigation box increases automatically */
	float: left;
	display: block;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-left: 31px;
	background-color: #C0DDA4;
	border-top: 1px solid #b2c692;
	border-bottom: 1px solid #a1bf7a;
	border-right: 1px dashed #69af23;
	color: #ffffff;
}

.leftNav1Box a:hover
{
	/*	width: 85px; */
	width: 109px;
	padding-bottom: 5px;
	padding-top: 6px;
/*	padding-left: 56px; */
	padding-left: 31px;
	background-color: #ffffff;
	border-top: 1px dashed #69af23;
	border-bottom: 1px dashed #69af23;
	border-right: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #505a55;
}

.leftNav1Box a:visited
{
	width: 109px;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-left: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #6c7966;
}

#leftNav1BoxAktiv
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	width: 109px;
/*	height: 18px; */
	min-height: 18px;         /*  added so that the navigation box increases automatically */
	float: left;
	display: block;
	padding-bottom: 5px;
	padding-top: 7px;
/*	padding-left: 56px; */
	padding-left: 31px;
	background-color: #ffffff;
	border-top: 1px dashed #69af23;
	border-bottom: 1px dashed #69af23;
	border-right: 1px solid #ffffff;
	color: #505a55;
}

#leftNav2
{
	width: 191px;
	height: 100%;
	float: left;
	padding-left: 1px;
/*	padding-left: 6px; */
	padding-right: 1px;
}

#secTopLvl {
	display: block;
	color: #69af23;
	font-weight: bold;
	background-color: #f2f8ec;
	min-height: 19px;
	width: 158px;
	float: left;
	padding-top: 6px;
	padding-left: 9px;
	margin-bottom: 5px;
}

#secTopLvl:hover{
	background-color: #e0eed2;	
}

#secTopLvlCurrent {
	display: block;
	color: #69af23;
	font-weight: bold;
	background-color: #e0eed2;
	min-height: 19px;
	width: 158px;
	float: left;
	padding-top: 6px;
	padding-left: 8px;
	margin-bottom: 5px;
}

div.secNav a
{
	display: block;
	color: #7e7e7e;
	background-color: #ffffff;
	min-height: 20px;
	width: 152px;
	float: left;
	padding-top: 5px;
	padding-left: 15px;
	margin-bottom:3px;
	padding-bottom: 3px;
	text-decoration: none;
}

div.secNav a:hover
{
	display: block;
	color: #7e7e7e;
	background-color: #F8F8F8;
	min-height: 20px;
	width: 152px;
	float: left;
	padding-top: 5px;
	padding-left: 15px;
	margin-bottom:3px;
	padding-bottom: 3px;
	text-decoration: none;
}


#secNavCurrent
{
	background-color: #F8F8F8;
}

#contentBox
{
	width: 661px;
	height: 100%;
	border-left: 1px #b3d690 dashed;
	float: left; 
}

#contentBoxPanel
{
	width: 660px;
	height: 28px;
/*	padding-top: 2px;
	padding-bottom: 2px;*/
	background-color: #b3d690;
	border-bottom: 1px solid #e5f0d9;
	border-right: 1px solid #b3d690;
	float: left;
	color: #5d5d5d;
	font-size: small;
}

#contentBoxPanel input
{
	border: 1px solid #5d5d5d;
	color: #c8c8c8;
}

#contentBoxPanel a
{
	font-size: small;
	color: #5d5d5d;
	
	text-decoration: none;
}

#contentBoxPanel a:hover
{
	text-decoration: underline;
}

#contenBoxLeftDashedSpacer
{
	width: 25px;
/*	height:550px; */
	height:445px;
	background-color: #ffffff;
	float: left;
}

#contentBoxTopSpacer
{
	height: 68px;
	border-left: 1px #b3d690 dashed;	
	float: left;
/*	width: 635px; */
}

#contentBoxbreadcrumbs
{
	padding-top: 3px;
	padding-left: 5px;
	font-size: 12px;
	color: #878787; 
	width: 475px;
}

#contentBoxbreadcrumbs a
{
	font-size: 12px;	
}

#contentBoxbreadcrumbs a:hover
{
	color: #35448d;
}

#contentBoxTextArea
{
/*	height:482px;*/
	height:477px;
	width:621px;
	/* IE6: weniger, aber ausgelagert in Framework Page */
	
	padding-left: 7px;
	border-left: 1px #b3d690 dashed;
	float: left;
}

#footer
{
	width: 660px;
/*	height: 22px; */
	background-color: #b3d690;
	border-bottom: 1px solid #e5f0d9;
	border-right: 1px solid #b3d690;
	float: left;
	text-align: center;
	color: #ffffff;
	
/*	padding-top: 5px;*/
}

#footer a
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	
	font-size: small;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer-uces
{
	width: 100%;
/*	height: 22px; */
	background-color: #a4c5fa;
	float: left;
	text-align: center;
	color: #000000;
	
/*	padding-top: 5px;*/
}

#footer-uces a
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	
	font-size: small;
}

#footer-uces a:hover
{
	text-decoration: underline;
}

.breadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #878787;
	text-decoration: underline;
}
.simpleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #C0C0C0;
	text-decoration: none;
}
.fehltText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: none;
}

.menuInhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #55555A;
}

/* overlaps with WPC */
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #35448D;
	/*width: 548px;*/
	/*width: 540px;*/
	margin-bottom: 5px;
	text-decoration: none;
}

.Seitedrucken {
	border-top: 1px solid #E5F0D9;
}

.borderBottom {
	border: 1px solid #69AF23;
	border-right: 1px solid #69AF23;
	background-color: #FFFFFF;
}


.ereignisGrauGross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #55555A;
	width: 488px;
	padding-left:60px;
	margin-top:5px;
	margin-bottom:5px;
}

.ereignis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #7A945F;
	background-color: #E9F8DA;
	margin-left:60px;
	width: 488px;
	vertical-align: middle;
	padding-left:20px;
	border-bottom:1px #CADCEE dotted;
	border-top:1px #CADCEE dotted;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #55555A;
	text-decoration: none;
	text-align: justify;
}
.tableMedium {
	background-color: #E9F8DA;
}
.tableDunkel {
	background-color: #69AF23;
}
.tableHell {
	background-color: #FAFCF8;
}


/*tarifrechner test*/

#form
{
	visibility:hidden;
	position: absolute;
	top: 240px;
	left: 377px;
	z-index: 1;
}
#form2
{
	visibility:hidden;
	position: absolute;
	top: 240px;
	left: 377px;
	z-index: 2;	
}
#result1
{
 visibility: visible;
}

#simpleButton
{
	background-color: #C9E1B1;
	color: #5d5d5d;
	border: 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	width:100px;
}

/*Lampenrechner*/
#lampcalc
{
	font-size: 10px;
	color: #555B59;
	font-family: Arial, Helvetica, sans-serif;
}
#row1
{
	background-color: #B3D791;
}

#row2
{
	background-color: #B3C794;
}

#lowestrow
{
	border-bottom: 1px solid #000000;
	background-color: #B3C794;
}
#tablestyle1
{
	border: none;
	font-size: 10px;	
}

#noborder
{
	border: none;
	cursor: default;
	background:#FFFFFF;
	color: #69AF23;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#tablehead
{
	font-size: 12px;
}

#foto /*Home*/
{
	height:100%;
	min-height:607px;
	width:100px;
	float:left;
	background-repeat: repeat-x;
}
