/* allgemein */
body,p,td,li,div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: bold;
    color: #006633;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #333333;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #333333;
}

.smallheader {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #006633;
}
.small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    font-style: normal
}
.fett {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.fettgruen {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #006633
}
.fellgelb {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFCC
}
.asterisk {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #006633
}

/* formulare*/
input,select,option,textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
    border: 1px #666666 solid;	
}
input.noborder {
    border: 0px;	   
}

/* listen */
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style : square;
}

/* navigation */
a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #FF9900;
    text-decoration: none;
}
a:visited {
    color: #FFCC33;
    text-decoration: underline;
}
a:hover {
    color: #FF9900;
    text-decoration: underline;
}

a.menue:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-style: normal;
    font-weight: bold;
    color: #006633;
    text-decoration: none;
}
a.menue:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-style: normal;
    font-weight: bold;
    color: #006633;
    text-decoration: none;
}
a.menue:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-style: normal;
    font-weight: bold;
    color: #FF9900;
    text-decoration: none;
}
.highlight {
	color: #990000;
}

/* farben */
.grey_light {
	background-color: #EEEEEE;
}
.yellow {
	background-color: #FFCC00;
}
.yellow_light {
	background-color: #FFF5B5;
}
.orange {
	background-color: #FF9900;
}
.orange_light {
	background-color: #FFCC66;
}
.green {
	background-color: #006633;
}
.green_light {
	background-color: #E0E0A3;
}

.FormTable{
	border: 1px solid #FFCC66;
}

.DataTableRow01 {
	background-color: #FFFFEE;
}
.DataTableRow01 td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}
.DataTableRow02 {
	background-color: #FFFFDD;
}
.DataTableRow02 td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}

/* Extras */
.sbot {
	width:1px;
	height: 1px;
	overflow:hidden;
	display:inline;
	position: absolute;
	top: 1px;
	right: 1px;
}
