﻿/*Style Definitioen fuer Beck Lohnpfaendungsrechner CM 24.05.2007*/
/*body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif; 
	padding: 10px;
}

h1
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 22px;
	border-bottom: 1px solid #c0c0c0;
	font-family: Arial Narrow, Helvetica Condensed, Arial, Helvetica;
}

h2
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px solid #c0c0c0;
	font-family: Arial Narrow, Helvetica Condensed, Arial, Helvetica;
}



div#Wrapper
{
	width: 70%;
}

div.FormWrapper
{
 
}

div.Abstand
{
	padding: 10px;
}

div.Ergebnis
{
	border: 1px solid #c0c0c0;
}

div.Eingaben
{
	border: 1px solid #c0c0c0;
}

div.FormHeader
{
	font-size: 11px;
	text-align: right;
}

div.FormHeader div.Abstand
{
	padding-bottom: 0px;
}

div.FormFooter
{
	font-size: 11px;
	text-align: right;
}

div.FormFooter div.Abstand
{
	padding-top: 0px;
}

div.FormButtons
{
	text-align: right;
}

div.FormButtons div.Abstand
{
	padding-top: 0px;
}


.KleinerText
{
	font-size: 11px;
}



.clear
{
	clear: both;
	height: 1px;
}*/

/*Fehler*/


/*.FehlerText
{
	color: #FF0000;
	font-size: 12px;
}

.Pfeil 
{
	font-size: 16px;
	font-weight: bold;
}*/


/* Zurücksetzen */
body, h1, h2, h3, h4, h5, h6, ul, ol, ul li, ol li {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

img {
	border: 0px;
}

ul {
	list-style-type: none;
}




/* Styles Generell */
body {
	padding: 10px;
	position: relative;
}

div.Abstand {
	padding: 10px;
}

div.Hinweis {
	font-size: 11px;
	font-style: oblique;
	text-align: right;
}

div#Seiteninhalt {
	margin-top: 20px;
	margin-left: 20px;
}

	div#Seiteninhalt h1.h1Rechner {
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 22px;
		color: #444444;
		margin-bottom: 20px;
	}

	div#Seiteninhalt ul {
		margin: 10px;
		margin-left: 30px;
	}

		div#Seiteninhalt ul li {
			list-style-type: square;
			font-family: Arial, Helvetica, Verdana, Sans-Serif;
			font-size: 12px;
			color: #444444;
			margin-bottom: 3px;
		}

			div#Seiteninhalt ul li a {
				color: #BD2826;
				text-decoration: none;
			}

				div#Seiteninhalt ul li a:link {
					color: #BD2826;
					text-decoration: none;
				}

				div#Seiteninhalt ul li a:hover {
					color: #BD2826;
					text-decoration: underline;
				}

				div#Seiteninhalt ul li a:active {
				}

				div#Seiteninhalt ul li a:visited {
				}


	div#Seiteninhalt div.Beschreibungstext {
		margin-bottom: 30px;
	}

		div#Seiteninhalt div.Beschreibungstext p {
			color: #444444;
			font-family: Arial, Helvetica, Verdana, Sans-Serif;
			font-size: 12px;
			margin: 0px;
		}

		div#Seiteninhalt div.Beschreibungstext h3 {
			color: #444444;
			font-family: Arial, Helvetica, Verdana, Sans-Serif;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 10px;
		}

		div#Seiteninhalt div.Beschreibungstext a {
			color: #BD2826;
			text-decoration: none;
		}

			div#Seiteninhalt div.Beschreibungstext a:link {
				color: #BD2826;
				text-decoration: none;
			}

			div#Seiteninhalt div.Beschreibungstext a:visited {
				color: #BD2826;
				text-decoration: none;
			}

			div#Seiteninhalt div.Beschreibungstext a:hover {
				color: #BD2826;
				text-decoration: underline;
			}

			div#Seiteninhalt div.Beschreibungstext a:active {
				color: #BD2826;
				text-decoration: none;
			}


	div#Seiteninhalt h2.h2Rechner {
		background-color: #BD2826;
		color: #FFFFFF;
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 12px;
		padding: 4px;
		padding-left: 10px;
		margin-bottom: 0px;
		width: 650px;
	}

	div#Seiteninhalt div.Container {
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 12px;
		background-color: #E4DFD9;
		color: #444444;
		border: 1px solid #BDB7AF;
		padding: 5px;
		margin-bottom: 30px;
		width: 650px;
	}



/* Styles Formulare */
table.tblRahmenlos {
	width: 100%;
	border-collapse: collapse;
}

table.tblRahmen {
	width: 100%;
	border-collapse: collapse;
}

	table.tblRahmenlos tr th,
	table.tblRahmen tr th {
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 13px;
		color: #444444;
		border-bottom: 1px solid #444444;
		font-weight: bold;
		text-align: left;
		padding-bottom: 3px;
	}

	table.tblRahmen tr th {
		padding-bottom: 8px;
		vertical-align: bottom;
		padding-left: 3px;
	}

	table.tblRahmen tr td {
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 12px;
		color: #444444;
		padding: 3px;
		border: 1px solid #BDB7AF;
	}

		table.tblRahmen tr td.Besch {
			text-align: left;
		}

table.tblKleinerText tr td {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

	table.tblKleinerText tr td.Besch {
		width: 90px;
		text-align: right;
		padding-right: 10px;
	}

table.tblRahmen tr td table tr td {
	border: 0px;
}

table.tblRahmen tr.Odd td {
	background-color: #f3f0ed;
}

table.tblRahmen tr td.OhneRahmenUndFarbe,
table.tblRahmen tr th.OhneRahmenUndFarbe {
	background-color: Transparent;
	padding-right: 10px;
	border: 0px;
}

table.tblAlignTop tr td {
	vertical-align: top;
}

table.tblRahmenlos tr td {
	padding-right: 10px !important;
}

table.tblRahmenlos tr.DividerRow td {
	border-bottom: 1px solid #bdb7af !important;
}

table.tblRahmenlos tr.FooterRow td {
	border-top: 1px solid #444444 !important;
	padding-top: 5px;
	font-weight: bold;
}

table tr th {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	padding: 2px;
	border-bottom: 1px solid #444444;
	padding-right: 10px;
	vertical-align: bottom;
}

table tr td {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #444444;
	padding: 3px;
}

	table tr td.ZelleRot {
		color: #BD2826 !important;
	}

	table tr td.ZelleGruen {
		color: #4ea40b !important;
	}


	table tr td a {
		color: #BD2826;
		text-decoration: underline;
	}

		table tr td a:link {
			color: #BD2826;
			text-decoration: underline;
		}

		table tr td a:hover {
			color: #BD2826;
			text-decoration: none;
		}

		table tr td a:active {
		}

		table tr td a:visited {
		}

	table tr td.tdDatepicker img {
		margin-top: 2px;
	}

	table tr td input.txtStandard,
	table tr th input.txtStandard {
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 12px;
		color: #444444;
		padding: 3px;
		text-align: right;
		width: 90px;
		border: 1px solid #BDB7AF;
	}

		table tr td input.txtStandard:disabled,
		table tr th input.txtStandard:disabled,
		table tr td select.ddlStandard:disabled,
		table tr th select.ddlStandard:disabled {
			color: #999999;
		}

	table tr td input.txtDatepicker,
	table tr td input.txtDatepickerJahr {
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 12px;
		color: #444444;
		padding: 3px;
		text-align: right;
		width: 90px;
		border: 1px solid #BDB7AF;
		margin-right: 0px;
	}

	table tr td select.ddlStandard {
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 12px;
		color: #444444;
		padding: 2px;
		text-align: right;
		width: 90px;
		border: 1px solid #BDB7AF;
		height: 21px;
	}

	table tr td select.ddlStandardLohn {
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 12px;
		color: #444444;
		padding: 2px;
		text-align: left;
		width: 90px;
		border: 1px solid #BDB7AF;
		height: 21px;
	}

td.Besch {
	width: 95px;
	text-align: right;
	padding-right: 5px;
}

td.BeschTop {
	width: 95px;
	text-align: right;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 5px;
}

td.tdInfozelle {
	width: 30px;
	text-align: center;
	position: relative;
	vertical-align: top;
}

	td.tdInfozelle a {
		cursor: default;
		text-decoration: none;
	}

		td.tdInfozelle a:link {
			cursor: default;
			text-decoration: none;
		}

		td.tdInfozelle a:hover {
			cursor: default;
			text-decoration: none;
		}

		td.tdInfozelle a:active {
		}

		td.tdInfozelle a:visited {
		}

td.tdTrenner {
	background-image: url(../images/TrennerBG.gif);
	background-position: left center;
	background-repeat: repeat-x;
	height: 10px;
}


td.WertTuerkis {
	font-weight: bold;
	padding-left: 10px;
	color: #49A19C;
}

td.WertGruen {
	font-weight: bold;
	padding-left: 10px;
	color: #466000;
}

td.WertRot {
	font-weight: bold;
	padding-left: 10px;
	color: #FF0000;
}

td.WertRosa {
	font-weight: bold;
	padding-left: 10px;
	color: #E5004F;
}

td.WertBlau {
	font-weight: bold;
	padding-left: 10px;
	color: #220D87;
}


div.FloatHalb {
	width: 300px;
	min-height: 100px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	margin-right: 15px;
}

	div.FloatHalb h3 {
		margin-bottom: 10px;
	}

	div.FloatHalb p {
		margin-bottom: 5px;
	}


table.Ergebnis tr td {
	vertical-align: top;
}


/* Tooltips */
div.TTPfeil {
	display: none;
	position: absolute;
	text-align: center !important;
	width: 30px;
	z-index: 11;
}

	div.TTPfeil img {
		background-color: #E4DFD9;
		text-align: center !important;
		z-index: 11;
	}

div.TT {
	display: block;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 100%;
}

	div.TT h6 {
		color: #DFE2E3;
		font-family: Arial, Verdana, Helvetica, Serif;
		font-size: 12px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		margin-bottom: 5px;
	}

	div.TT p {
		color: #DFE2E3;
		font-family: Arial, Verdana, Helvetica, Serif;
		font-size: 11px;
		margin: 0px;
		padding: 0px;
		margin-right: 2px;
		margin-bottom: 5px;
	}


div#TTAnzeige {
	background-color: #64615C;
	border: 1px solid #33312E;
	display: none;
	margin-top: -19px;
	margin-left: 28px;
	padding: 5px;
	position: absolute;
	text-align: left;
	width: 300px;
	z-index: 10;
}

* + html div#TTAnzeige {
	margin-top: 0px;
	margin-left: 5px;
}



/*Styles C.M. 06.06.2011*/
div.Buttons {
	margin-top: 5px;
	padding-top: 8px;
	border-top: 1px solid #BDB7AF;
}

	div.Buttons input.btnDo {
		font-weight: bold;
	}

	div.Buttons input.btnReset {
	}

	div.Buttons div.Hinweis {
		font-size: 11px;
		font-style: oblique;
		text-align: right;
	}

span.Fehlertext {
	color: Red;
	margin-left: 5px;
	font-size: 11px;
}

span.Pfeil {
	font-weight: bold;
	font-size: 16px;
}

span.Einheit {
	margin-left: 5px;
	font-size: 11px;
}

.MainFehler {
	margin-bottom: 20px;
}


/*Drucken*/
div.DruckenUmbruch
{
}