	/*
	StyleSheet ADT
	CSS für Design & Layout
*/


/* NavigationsCSS */
@import "navigation.css";



/* Design */

#logo {
	border-bottom: 1px solid black;
	width: 50px;
}

#banner {
	border-bottom: 1px solid black;
	width: 718px;
	text-align: right;
}

#vnavi {
	border-bottom: 1px solid black;
	font-size: 8pt;
	padding: 2px;
}

#kontakt {
	border-bottom: 1px solid black;
	font-size: 8pt;
	text-align: right;
}

#footer {
	width: 768px;
	margin-top: 1em;
	padding: 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 8pt; 
}





/* Content */


#cnt {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#cnt HR {
	color: #ccc;
}

#cnt H1 {
	padding: 4px;
	font-weight: bold;
	display: block;
	background-color: #f0f0f0;
	font-size: 10pt;
}

INPUT, BODY, H1, H2, H3, H4, TD, P, B, SMALL  {
	color : #000000;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

H1  {
	font-size : 14px;
}

SMALL  {
	font-size : 11px;
}

A:link  {
	color : #009423;
	text-decoration : underline;
}

A:visited  {
	color : #009423;
	text-decoration : underline;
}

A:hover  {
	color : #7FC991;
	text-decoration : none;
}

A:active  {
	color : #FF0000;
	text-decoration : none;
}

.adt_text  {
	font-family : Courier;
	border-style : solid;
}

.adt_radio  {
	background-color : #BFE3C8;
}




/*
	3-spaltiges Layout
*/

/* Inhaltsbox */
#col1 {
	margin-right: 210px;
}




/* rechte Spalte */
#col2 {
	width: 200px;
	float: right;
}

#col2 DIV.box {
	border: 1px solid black;
	margin: 0;
	margin-bottom: 10px;
	background-color: #bfe4c8;
}

#col2 H2 {
	display: block;
	padding: 3px;
	padding-right: 5px;
	margin: 0;
	font-size: 1em;
	color: #000;
	text-align: left;
	background-color: #7fc991;
}

#col2 DIV.text {
	padding: 5px;
	color: #000;
}

#col2 DIV.text P {
	font-size: 8pt;
}



/*
	Forms
*/
#multiformAnnotation {
	display: none;
}



#content form {
  background: #F6F6F6;
  border: 1px solid #e3e3e3;
  margin: 0px;
  padding:.5em;
}
#content form.title {}

#content form H1 {
	margin: 0;
	font-size: 12pt;
	padding-top: 5px; 
	padding-left: 5px; 
	margin-bottom: 15px; 
	padding-bottom: 10px;
}

#content form DIV.mfitem {
	padding-bottom: 5px;
	width: 100%;
}

/* Eingabefeldbeschriftung */
#content FORM P {
	color: #000;
}

#content DIV.mfitem LABEL {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: right;
	width: 6em;
	margin-top:4px;
}

/* Pflichtfeld */
#content DIV.mfitem .notempty  {
	font-weight: bold;
	color: #000;
}

#content DIV.mfitem HR {
	color: #999;
	width: 60%;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Fehlermeldung */
#content SMALL.error {
	color: #EE4A11;
	font-weight: bold;
	margin-top: .5em;
	display: block;
	font-size: 8pt;
	margin-left: 8em;
}

#content DIV.error {
	color: #EE4A11;
	font-weight: bold;
	margin-top: .5em;
	display: block;
}

#content DIV.errorbox {
	background-color: #EE4A11;
	padding: 10px;
	border: 1px solid black;
	color: #fff;
	font-weight: bold;
	margin-top: .5em;
	display: block;
}

/* Eingabefeld */
#content DIV.mfitem INPUT.form,
#content DIV.mfitem SELECT.form,
#content DIV.mfitem TEXTAREA.form
 {
	border: 1px solid black;
	background-color: #fff;
	padding-left: 5px;
	width: 20em;
	margin-left: 8.5em;
}

/* Submit-Button */
#content form A.button, 
#content form #submit {
	margin-top: 0.5em;
	text-align: center; 
	padding: 2px;
	padding-left: 1em; 
	padding-right: 1em; 
	font-weight: bold;
	border: 1px solid black;
	background: #059627;
	margin-left: 6.5em;
	color: #fff;
}

#content form A.button {
	padding: 2px;
	padding-left: 5em;
	padding-right: 5em;
	color: #000;
	border: 2px solid black;
}

#content form A.button:HOVER {
	color: #000;
	text-decoration: none;
	background-color: #CCEE63;
}

#content form IMG.captcha {
	margin-bottom: 1em;
}
