/* CSS Document */

body {
	background-color:#ffffff;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

table {
	background-color:#FFFFFF;
	text-align:left;
}

.outborder {
	background-color:#666666;
}

.inborder {
	background-color:#666666;
}

.out {
	background-color:#ffffff;
}

.in {
	background-color:#ffffff;
}

td {
	background-color:#ffffff;
}

.header {
	background-color:#1F493A;
}

.title {
	background-color:#1F493A;
	color:#FFFF99;
	font-weight:bold;
}

.menu {
	background-color:#1F493A;
}

td {
	font-size:11px;
	font-family:verdana,arial,geneva,sans-serif;
	color:#000000;
}

.small {
	font-size:10px;
	font-family:verdana,arial,geneva,sans-serif;
}

.smallgrey {
	font-size:11px;
	font-family:verdana,arial,geneva,sans-serif;
	color:#000000;
}

a {
	color:#051254;
	text-decoration:none;
}

a:visited {
	color:#051254;
}

a:hover {
	color:#ff0000;
}


a:active {
	color:#051254;
}

.link a, .link a:visited, .link a:hover, .link a:active {
	font-weight:bold;
}

a.link {
	font-weight:bold;
}

.menu a, .menu a:visited, .menu a:active {
	text-decoration:none;
	font-weight:normal;
	color:#FFFF99;
}

.menu a:hover {
	font-weight:normal;
	color:#FF0000;
}

.tableb {
	background-color:#ffffff;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.adsense {
	border: dashed 1px #666666;
	padding: 7px;
}


/* --------------------------- */
/* Galerie - Erweiterung	   */
/* --------------------------- */

fieldset {
	border:1px solid #666666;
	padding:8px;
}

legend { 
	/* berschrift */
	padding:0px 5px 0px 5px;
	font-weight:bold;
	color:#1F493A;
}

.formTitel {
	/* Titel der Formularfelder */
	font-weight:bold;
	color:#1F493A;
	width:80px;
	text-align:right;
}

.formButton {
	/* Formularbutton */
	font-size:11px;
	border:1px solid #666666;
	margin-top:15px;
}

.error_message {
	/* Fehlermeldungen */
	font-weight:bold;
	color:#FF0000;
}

#stats {
	width:100%;
	font-size:0.7em;
}

#message {
    text-align:center;

}

/* Vergleichsrechner */
/*********************/
h1 {
        font-size:11px;
        background-color:#1F493A;
        color:#FFFF99;
        padding:3px;
        margin:1px;
}

/* Eingabefelder */
.input_label {
	display:block;
	width:275px;
	float:left;
	font-weight:bold;
	color:#000000;
}

/* Info Text unter Eingabefeldern */
.info {
	color:#888888;
	font-size:11px;
	font-weight:normal;
}

/* Markierung für Pflichtfelder */
.marker {
	color:#ff0000;
	font-weight:bold;
}

/* Bezeichnung der Formularfelder */
.formTitel {
        font-weight:bold;
        width: 100%;
        text-align: justify;
}

/* Titelspalte der Ergebnistabelle */
.ergebnisTitel {
        font-weight:bold;
}

/* Tabelle für Popups */
.mainBox {
        width:510px;
        border:1px solid #666666;
        margin-top:0px; background: #FFFFFF;
}

/* Bezeichnung der Formularfelder */
.formTitel {
	font-weight: bold;
	
}

.formField {
    background-color: #ffff99;
    padding: 2px;
}

.theader {
    padding-top: 2em;
    text-align: left;
}

.app_textarea {
    width: 99%;
    height: 100px;
}

.errorfield {
    background-color: #ffddff;
    border: 1px dashed #cc0000;
}


