﻿body {
}


h1 { margin-top:3em; }

.MitRahmen
{
	background-image: url('images/Rahmen.gif');
	background-repeat: no-repeat;
	margin:0px; padding:10px
}

.form
{
	margin: 0 auto;
	width: 800px;
	border:1px solid #A2B9CD;
}

	
.titel
{
	background-color:#CAE1FF;
	height: 120px;
	color:Black;
	font-style:normal;
	font-weight:normal;
	font-family: arial, sans-serif;	
	margin:0;
	padding:1em 2.5em 3.5em 2.5em;
}

.abschnitt
{
	background-color:#CAE1FF;
	background-image:url(images/lbeg-logo.gif); 
	background-repeat:repeat-x;
	height: 30px;
	margin-left:15px;
	margin-top: 20px;
	line-height: 30px;
	font-style:normal;
	font-weight:bold;
	font-size: 12px;
	font-family: arial, sans-serif;	
	color:Black;
	vertical-align: sub;
}

.label
{
	color: Black;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	padding-left:15px;
	padding-top: 15px;
}

.footer
{
	color: Black;
	font-style: normal;
	font-weight:normal;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding-left:15px;
	padding-top: 5px;
}
.text
{
	color: Black;
	font-style: normal;
	font-size: 12px;
	font-family: arial, sans-serif;
	padding-left:15px;
	padding-top: 15px;
}

.textInput
{
	/*color: #800000;*/
	color: #3B3131;
	font-style: normal;
	font-size: 12px;
	font-family: arial, sans-serif;
}

.links
{
	color:Black;
	font-style:normal;
	
	font-weight:normal;
	font-size: 12px;
	font-family: arial, sans-serif;	
	margin-top:15px;
	margin-left: 15px;
	/*padding:5px;*/
}

.inputRadioHorizontal
{
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: arial, sans-serif;
	margin-top: 15px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
}

/*input[type=checkbox], input[type=radio]{	border: none;	background: none;	-webkit-border-radius: 0;	-moz-border-radius: 0;	border-radius: 0;	padding: 0;	margin: 0;}
*/
/*
.inputRadioHorizontal input
{
	border: none;	background: url('898.gif');	-webkit-border-radius: 0;	-moz-border-radius: 0;	padding: 0;	margin: 0;
}
*/

.inputRadioHorizontal td
{
	margin-right:10px;
}

.inputRadioVertical
{
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: arial, sans-serif;
	margin-top: 15px;
	margin-left: 15px;
	vertical-align: middle;
	position: relative;
}

.inputRadioVertical td 
{   
	width:50%;
}  


.table
{
	color:Black;
	font-style:normal;
	font-weight:normal;
	font-size: 11px;
	font-family: arial, sans-serif;	
	text-align:center;
	margin-left: 15px;
	margin-right:15px;
}

.tableLeft
{
	color:Black;
	font-style:normal;
	font-weight:normal;
	font-size: 11px;
	font-family: arial, sans-serif;	
	text-align:left;
	margin-top: 15px;
	margin-left: 25px;
}

.fixWidth tr td { width: 2cm; }

.linksWithFixedWidth
{	
	color:Black;
	font-style:normal;
	font-weight:normal;
	font-size: 12px;
	font-family: arial, sans-serif;	
	margin-top:15px;
	width: 2cm;
}

.oddRow
{
	background-color:#EBEBEB;
}

.evenRow
{
}
 
.submitButton
{
	padding: 2px;
	color: #000;
	background-color: #FFCC00;
	border: 1px solid #959595;
	margin-top: 15px;
	margin-left: 15px;
	width: 150px;
	height: 30px;
}
 
.button
{
	padding: 2px;
	color: #000;
	background-color: #FFCC00;
	border: 1px solid #959595;
	margin-top: 15px;
	margin-left: 15px;
	width: 100px;
	height: 25px;
	font-size:11px;
}
 .fehler
 {
 	background-color:Gray;
 	color:Orange;
	font-style:normal;
	font-weight:normal;
	font-size: 10px;
	font-family: arial, sans-serif;	
 }
 
 .hyperlink
 {
 	color:Fuchsia;
	font-style:normal;
	font-weight:lighter;
	font-size: 12px;
	font-family: arial, sans-serif;	
	margin-top: 15px;
	margin-left: 15px;
	}
 
 
 /* background-color für die Tage
	.ui-datepicker th { background-color: #CCCCFF; }*/

/* Button für den Datepicker */
/*.ui-datepicker-trigger { position:relative; top: 1px ; right:1px ; height:25px; margin-bottom: -6px }*/
.ui-datepicker-trigger { position:absolute; height:auto; margin-bottom: -6px }

/*input[type=checkbox], input[type=radio]{	border: none;	background: none;	-webkit-border-radius: 0;	-moz-border-radius: 0;	border-radius: 0;	padding: 0;	margin: 0;}*/

.rightAlign { float: right; }
