* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000 !important;
}

/* Globale Linkeinstellungen */
a, a:active, a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
    color:#000000;
}

fieldset { -moz-border-radius: 8px; padding: 1em; display: block;}
legend { color: #01398e; font-weight: bold; padding: 5px; }

button, .submit input, .antragTable input[type=submit] , .antragTable input[type=button] {
	background-color: #00006f;
	color: #ffffff;
}

/* Wrapper */
#wrapper {
	height: 100%;
	margin-left: 10px;
	width: 1024px;	
}

#head, #menu, #contentMenu, #antragKopf, #antragFuss {
	display: none;
}

/* Content */
#content {
	padding-top: 12px;
}

#content h1, #content h2 {
	color: #000000;
	margin-bottom: 12px;
}

#content h3 {
	color: #000000;
	margin-bottom: 12px;
}

#content h5 {
	color:#000000;
	font-weight:bold;
	font-size: 1em;
	margin-top: 10px;
}

/* Definition von Listen */
#content ul, .ergebnisTable tr td ul {
	list-style: none;
}

/* Definition von einfachen Absätzen */
#content p {
	margin-bottom: 1em;
	text-align: justify;
}

/* Darstellung von Mitarbeitern */
#content .clerks {
	display: block;
}

#content .clerks dt {
	float: left;
	margin-right: 1em;
}

/* Listen für Ferienhaus Ergebnis */
#content .resultList {
	margin-bottom: 12px;
}

#content .resultList li {
	padding-left: 12px;
}

/* Definition für Info Hinweise */
#content .info, #content .smallInfo {
	color: #888888;
}

/* Definition für Info Hinweise in kleiner Schrift */
#content .smallInfo, #content select {
	font-size: 1em;
}

/* Generelle Listendarstellung */
#content .linkList {
	display: block;
	margin-bottom: 12px;
}

#content .linkList dt {
	float: left;
	width: 60%;
}

#content hr {
	margin-top: 12px;
	color: #cccccc;
	height: 1px;
}


/* CSS Klassen für Tarifrechner */
ul.formPart {
	display: block;
	list-style-type: none;
	width: 99%;
}

ul.formPart li {
	display: block;
	list-style-type: none;
	padding: 5px;
}

ul.formPart li dl {
	background-color: transparent;
	height: 100%;
	position: relative;
}

ul.formPart li dl dt {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 1em;
	padding: 2px 0;
	width: 25%;
	vertical-align: middle;
}

ul.formPart li dl dd {
	display: block;
	float: left;
	margin-right: 1em;
}

li.row {
	overflow: hidden;
	padding: 2px;
}

li.row:hover, .ergebnisTable tbody tr:hover, .showExample .exampleImage:hover  {
	background-color: #cadceb;
}

dd.rowChoice {
	display: block;
	width: 25%;
}

dd.rowChoice .floatList {
	overflow: hidden;
}

dd.rowChoice .floatList li {
	float: left;
	padding-right: 1em;
}

dd.rowInfo {
	color: #888888;
	overflow: hidden;
	width: 44%;
}

/* Ergebnisanzeige */
.ergebnisTable {
	font-size: 1em;
}

.ergebnisTable th, .ergebnisTable td {
	padding: 2px;
}

/* Antragsansicht */
.antragTable {
	border: 1px solid #888888;
	font-size: 1em !important;
}

.antragTable input[type=text], textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.antragTable thead tr th, .antragTable tfoot tr th {
	text-align: left;
}

.antragTable thead tr th span {
	font-weight: normal;
}

.antragTable tfoot {
	padding-top: 2em;
}

.antragTable tbody tr td {
	background-color: #c1e2f2;
	padding: 2px;
}

.antragTable label, .antragTable tbody tr td span, .antragTable thead tr th, .antragTable tfoot tr th {
	font-weight: bold;
}

.antragTable tbody th, .antragTable tfoot tr th {
	font-size: 1.2em;
	text-align: left;
	padding: 24px 5px 5px 5px;
}

.antragTable textarea {
	height: 100px;
	width: 99%;
}

/* Fehler im Antrag */
.antragTable td.errorfield {
	background-image: url('../../images/errorBack.jpg');
	background-repeat: repeat;
	color: #ffffff;
}

/* Globaler Fehler */
.error {
	background-image: url('../../images/misc/error.jpg');
	background-position: 2% 50%;
	background-repeat: no-repeat;
	color: #cb2d2e;
	font-weight: bold;
	margin-left: 0.5em;
	min-height: 50px;
	padding: 1em 1em 1em 80px;
}

/* Allgemein gültige Klassen */
.submit {
	font-weight: bold;
	text-align: center;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.red {
	color: #ff0000 !important;
}

.blue {
	color: #00006f;
	font-weight: bold;
}

.toolList {
	display: block;
	margin-bottom: 20px;
}

.toolList li {
	float: left;
	margin-right: 36px;
	vertical-align: middle;
}

.left {
	float: left;
}

.right {
	float: right;
}

div.layerType {
	position:absolute; 
	top:5px; 
	left:100px; 
	z-index:1; 
	border:1px solid #00006f; 
	background-color:#ffffff;
	padding:5px;
}

#errorLayer {
visibility:hidden;
}