/* Default stuff */
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h3 {
	height:35px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.text_small {
  font-size: 10px;
}

form {
	padding: 0px;
	margin: 0px;
}

acronym, abbr {
	cursor: help; 
/*	border-bottom: 1pt dotted; */
}

hr {
	color: black;
	height: 1px;
}

fieldset {
	border: none;
	margin: 0px;
	padding-top: 0px;
}

div.logo {
	background-color: #c3c3c3;
	height: 98px;
	width: 482px;
	margin: 0px;
	margin: auto;
	padding-top: 38px;
	padding-left: 38px;
}

div.vo {
	padding-top: 20px;
	padding-left: 38px;
	height: 38px;
	width: 482px;
	background-color: #999999;
	margin: auto;
	color: white;
	font-size: 20px;
	letter-spacing: 0.2em;
}

div.red {
	color: #f0f0ee;
	padding-right: 65px;
	padding-top: 5px;
	height: 23px;
	width: 455px;
	background-color: #9a3334;
	margin: auto;
	text-align: right;
}

div.content {
	position: relative;
	top: 0px;
	left: 0px;
	margin: auto;
	width: 444px;
	min-height: 200px;
	background-color: #f0f0f0;
	padding: 38px;
	padding-top: 15px;
}

td.login_desc {
	text-align: right;
}

.content_inner {
  min-height:150px;
  margin-bottom:20px;
}

input {
	width:250px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.radio {
  width:30px;
  border:none;
}

.submit_button {
	width: auto;
}

.textarea {
  width:300px;
  height:100px;
  border:solid 1px #9a3334;
  font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.checkbox {
  width:30px;
  border:none;
}

/* Main Content area */
div.container {
	width: 100%;
}

#header {
	width: 100%;
	height: 41px;
	background-image: url( ../../resources/images/header_verlauf.gif );
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 25px;
}

.tbl_buttons {
  width:430px;
  /*border:solid 1px red;*/
}

.calc {
	width:380px;
	border:solid 1px silver;
	padding: 10px;
	text-align: center;
}

.calc:hover {
	cursor: pointer;
}

.error {
	height: 12px;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}

/* VO CALC */
h4 {
	margin-bottom: 3px;
}

#VoRechner {
	left: 20px;
	top: 20px;
	visibility: hidden;
}

.layerWindow {
	background-color: #f0f0f0;
	border: 1px solid #9a9a9a;
	position: absolute;
	width: 470px;
	z-index: 6;
	color: #6f6f6f;
	padding-bottom: 10px;
}

.layerWindowHeader {
	cursor: move;
	height: 24px;
	width: 467px;
	background-color: #999999;
	border-bottom: 1px solid #9a9a9a;
	padding-top: 6px;
	padding-left: 4px;
}

.layerWindowClose {
	cursor: pointer;
	height: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 12px;
	padding-right: 10px;
	padding-top: 7px;
}

.layerWindowContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 449px;
	padding-top: 5px;
	margin-left: 10px;
}

#ContentPage1 {
	display: block;
}

#ContentPage2 {
	display: none;
}

#ContentPage3 {
	display: none;
}

#ContentPage4 {
	display: none;
}

#ContentPage5 {
	display: none;
}

.HeaderContent {
	padding-top: 3px; 
}

.center {
	margin: auto;
	text-align: center
}

#AnAbwesenheit {
	display: block;
	margin: 0px;
	padding: 0px;
}

form.calcForm br {
	clear: left;
}

form.calcForm h3 {
	font-weight: normal;
	font-size: 13px;
	color: #b4b4b4;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

form.calcForm h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
	color: black;
}

.calcInput {
	width: 75px;
	margin-left: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
	color: #252525;
	text-align: right;
}

.calcOutput {
	width: 75px;
	margin-left: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
	background-color: #F0F0F0;
	color: #252525;
	border: none;
	border-bottom-style: double;
	border-bottom-color: #252525;
	padding-left: 3px;
	padding-top: 3px;
	text-align: right;
}

.calcLabel {
	width: 230px;
	display: block;
	float: left;
	margin-bottom: 5px;
	color: #252525;
}

.smallCalcLabel {
	float: left;
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #c4c4c4;
}

#cmd_page12 {
	position: absolute;
	bottom: 0px;
	right: 5px;
}

#cmd_page21 {
	position: absolute;
	bottom: 0px;
	right: 72px;	
}

#cmd_page23 {
	position: absolute;
	bottom: 0px;
	right: 5px;
}

#cmd_page32 {
	position: absolute;
	bottom: 0px;
	right: 72px;	
}

#cmd_page34 {
	position: absolute;
	bottom: 0px;
	right: 5px;
}

#cmd_page43 {
	position: absolute;
	bottom: 0px;
	right: 72px;	
}

#cmd_page45 {
	position: absolute;
	bottom: 0px;
	right: 5px;
}

#cmd_page54 {
	position: absolute;
	bottom: 0px;
	right: 72px;	
}

.calcButton {
	display: block;
	margin-top: 10px;
	float: right;
	color: #2e2e2e;
}

.sep {
	margin-bottom: 10px;
	background-color: transparent;
}

