/**
 * SVN: $Id: style.css 79 2010-07-30 07:25:10Z Pranczke $
 */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

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

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

p {
	margin: 0.5em 0 0.5em 0;
}

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;	
}

/* Header */
#head {
	background-image: url('../images/logorahmen.gif');
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 12px;
	width: 1024px;
}

/* Menu */
#menu {
	float:left;
	margin-right: 12px;
	width:180px;
}

#menu h5 {
	color:#FFFFFF;
	font-weight:normal;
	font-size: 1em;
	margin-top: 12px;
	padding:2px;
	background-color:#00006F;
}

#menu h5 a {
	color:#FFFFFF;
	font-weight:normal;
	padding:2px;
	background-color:#00006F;
}

#menu ul {
	background-color:#c1e2f2;
	list-style-type:none;
    list-style-image:url('../../images/nav/pfeil-rechts-weiss-klein.gif');
    padding-left:20px;
}

#menu ul li {
	font-size: 0.9em;
	padding-left:2px;
}

#menu ul li ul {
    background-color:#99ccff;
    border-top:1px solid #dddddd;
    border-right:1px solid #444444;
    border-bottom:1px solid #444444;
    border-left:1px solid #dddddd;
    list-style-type:none;
    list-style-image:url('../../images/nav/pfeil-rechts-weiss-klein.gif');
    margin:0 5px 0 10px;
    padding-left:2px;
}

#menu ul li ul li {
	margin:0;
	padding-left:0;
}

#menu li a, 
#menu li a:link,
#menu li a:visited {
	color:#00006f;
	text-decoration:none;
}

#menu li a:hover {
	color:#00006f;
	text-decoration:underline;
}

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

#content h1, #content h2 {
	color: #00006F;
	font-size: 1.4em;
	margin-bottom: 12px;
}

#content h3 {
	color: #00006f;
	font-size: 12px;
	margin-bottom: 12px;
}

/* 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: 11px;
}

/* 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;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	margin: 2em 0 2em 0;
}


/* 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 select {
	width: 200px;
}

ul.floatList {
	overflow: hidden;
}

ul.floatList li {
	float: left !important;
	padding-right: 1em;
}

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

/* Ergebnisanzeige */
.ergebnisTable {
	font-size: 11px;
	width: 100%;
}

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

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

.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: 13px;
	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;
}

/* Hinweistexte im Antrag */
.antragTable .infoText {
	background-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;
	margin-top: 20px;
	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;
}

.ergebnisTitel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366;
	font-weight:bold;
}

td.kasten {
	font-family: arial;
	background-color: #E7EEFC;
	font-size: 11px;
	color: #000000;
}

#InfoLayer {
	position:absolute;
	top: 650px;
	left:340px;
	background:#006699;
	width:550px;
	height: auto;
	border:#000033 1px solid;
	display:none;
	padding:10px;
	z-index:2500;	
}

#InfoLayer .inner {
	background:#FFFFFF;
	padding:10px;
	z-index:2500;
}

.floater {
	display: block;
	width: 300px;
	float: left;
}

.ergebnisTrColor {
	background-color:#c1e2f2;
	}
	
.preis {
	font-size:14px;
	color:#000033;
	}	


/* popUp-Div für Ergebniss */	
#popOuter {
	position:absolute;
	top:80px;
	left:120px;
	background:#D0E9FB;
	padding:5px;
	border:1px solid #999999;	
	width: auto;
	height:auto;
	display:none;
	}
#popInner {
	background:#FFFFFF;
	padding:10px;
	width: 540px;
	border:1px solid #999999;
	height:auto;
	display:block;
	}
	
/* scrollbare Ergebnisübersicht */
div.resultControlsTop {
	padding:5px 0 30px;	
}

div.resultControlsBottom {
	clear:both;
	padding:10px 0 30px;	
}

div.resultHeader {
	width:100%;
	height:auto;
	float:left;
	padding:5px 0;
	border:1px solid #888;
}

div.resultHeader div {
	float:left;
	text-align:center;
	font-weight:bold;
}

div.resultContent {
	width:100%; 
	max-height:500px; 
	clear:left;
	overflow-x:hidden;
	overflow-y:scroll;
}

div.resultBit {
	width:100%; 
	height:auto;
	float:left;
	padding:8px 0 5px;
}

div.resultBit div {
	float:left;
	text-align:center;
}

div.secondRow {
	background-color: #ECF5FB;
}

#selectionForm #compareClose {
	clear:both;
	float:right;
 	padding:4px; 
 	margin-top:-10px;
}

#selectionForm #selectionMessage {
	padding:8px; 
	margin:0; 
}