﻿@import url(formular.css);

/* -- Schriftgroesse Text ohne spez. Formatierung -- */

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

/* -- Format "Normal" der Schrift -- */
p {
    Font-size: 12px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: normal;
}

/* -- Schriftgroesse Tabellen -- */
td, th {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    Line-height: 18px;
    margin-top: 0px;
}

td.attributeinput {
	padding-left: 15px;
}

hr {
	background-color:#7DBA00; /* Mozilla 1.4 */
	color:#000000; /* IE 6 */
	border: #7DBA00; /* Opera 7.11 */
	height: 1px; /* in Opera fuer die Anzeige noetig, in Mozilla fuer die einheitliche Hoehe */
}

h1 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    MARGIN: 0px 0px 20px;
    color: #333333;
}

h2 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    margin: 15px 0px;
}

h3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    MARGIN: 0px 0px 10px;
    color: #333333;
    padding: 0px;
}

h4 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    MARGIN: 0px 0px 10px;
    COLOR: #353535;
    text-transform: uppercase;
}

h5 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    MARGIN: 0px;
    PADDING-TOP: 20px;
    color: #FFFFFF;
}

h6 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    margin: 15px 0px;
    word-spacing:0px;
    letter-spacing:1px;
    color: #353535;	
}

/* -- Normaler Linktext a-- */
a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #353535;
}
a:visited {
    font-weight: bold;
    text-decoration: underline;
    color: #353535;
}
a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #7DBA00;
}
a:active {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}

/*-- Listen --*/
ul {
    padding-left: 25px;
    list-style-image: url(/images/content/icons/Listenzeichen_standard_small.jpg);
}

li {
    padding-left: 7px;
}

/*-- Klassenformatierungen (Eingabefelder) --*/

.required {	
	color : red;
}

.missing {
	font-size : 14px;
	font-weight : bold;
	color : red;
}

.error  {
	color : red;
}

.info  {
	color : magenta;
}

.botbar  {
	font-size : 11px;
	font-weight : bold;
	color : white;
}
