body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FEF1E9;
}

a
{
	color: #4A3325;
}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	}

.navichain {
	font-size: 10px
}

.barfont {
 	font-size: 11px;
 	color: #4A3325;
}

.formmailer {
	background : #EEC9AD;
	border : thick dashed;
}

.authorinfo {
	font-size : xx-small;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}

hr {
	color: #C2A9A5;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	background-color: #DCA07E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #BD6341;
}

input[type=checkbox] {
	color: #748EA7;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #748EA7;
}

td {
	font-size: 11px;
}

.input {
	background-color: #DCA07E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #BD6341;
}

.content {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content_title {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.content_sub_title {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
} 

.content a:link, .content a:visited, .content a:active {
 	color: #4A3325;
	text-decoration: underline;
}

.content a:hover {
 	color: #4A3325;
	text-decoration: none;
}

.quicklinks a {
 	font-size: 11px;
 	color: #4A3325;
	text-decoration: none;
}

.menu_sub {
	color:  #DCA07E;
	font-size: 11px;
	line-height: 16px;
	background-color: #EEC9AD;
}

.menu_sub a {
	text-decoration: none;
 	color: #DCA07E;
}

.menu_sub_mouseover {
	color: #F7E0CC;
	font-size: 11px;
	line-height: 16px;
	background-color: #DCA07E;
}

.menu_sub_mouseover a {
	text-decoration: none;
	color: #F7E0CC;
}

.menu_sub_selected {
	color:  #F7E0CC;
	background-color: #DCA07E;
	font-size: 11px;
	line-height: 16px
}

.menu_sub_selected a {
	text-decoration: none;
	color: #F7E0CC;
}

.table {
	background-color: #BD6341;
}

.tablehead {
	background-color: #BD6341;
	font-weight: bold;
	color: #4A3325;
}

.tablerow1 {
	background-color: #DCA07E;
	color: #4A3325;
	font-size: 12px;
}

.tablerow2 {
	background-color: #EEC9AD;
	color: #4A3325;
	font-size: 12px;
}

.tableclear {
	background-color: #FEF1E9;
	color: #4A3325;
	font-size: 12px;
}

.feuer {
	background-color: #F33E3E;
	color: #000000;
	font-size: 12px;
}

.thl {
	background-color: #3B9ED2;
	color: #000000;
	font-size: 12px;
}

.fehl {
	background-color: #028129;
	color: #000000;
	font-size: 12px;
}

.wache {
	background-color: #F2AB00;
	color: #000000;
	font-size: 12px;
}

.td_comment {
	color: #CC0000;
	font-size: 12px;
	text-decoration: none;
	background-color: #EEC9AD;
	padding: 2px;
}

/**************************************/
/* FIXE - im Code verwendete - STYLES */
/**************************************/

/* Label - alle Beschreibungstexte der Felder */
label {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* einzeilige Texteingabefelder */
.b4yf_inputfeld {
        background-color: #DCA07E;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border-style: solid;
        border-width: 1px;
        border-color: #BD6341;
	width: 99%;
}


/* mehrzeilige Texteingabefelder */
.b4yf_textarea {
        background-color: #DCA07E;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border-style: solid;
        border-width: 1px;
        border-color: #BD6341;
	width: 99%;
}


/* Select-Auswahlfeld */
.b4yf_selectfeld {
        background-color: #DCA07E;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border-style: solid;
        border-width: 1px;
        border-color: #BD6341;
        width: 99%;
}


/* Infotext aus den variablen Feldern  */
.b4yf_infotext {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}


/* Eingabefeld und "Durchsuchen-Button" für das File-Feld  */
.b4yf_filefeld {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Style-Klasse für den <div> Tag des Sicherheitscodes  */
.b4yf_codefeld {
	color: #4A3325;
	background: #EEC9AD url(contact/templates/default/images/security.png) 10px no-repeat;
	border: 1px solid #BD6341;
	text-align: center;
	/* -moz-border-radius:10px; */ /* nicht W3C konform */
	margin: 0px 60px 20px 60px;
	text-align: right;
	padding: 10px;
}


/* Securitycode-Eingabefeld  */
.b4yf_securite_code {
        background-color: #DCA07E;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border-style: solid;
        border-width: 1px;
        border-color: #BD6341;
        width: 92px;
}


/* E-Mail: Beschreibung der Felder */
.b4yf_mail_value {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}


/* E-Mail: übergebene Werte */
.b4yf_mail_beschreibung {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



/******************************/
/* TEMPLATESPEZIFISCHE STYLES */
/******************************/


.b4yf_fieldset {
	border: 1px dashed #BD6341;
	margin: 5px 5px;
	padding: 5px;
}


p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.b4yf_rahmen {
    width: 400px;
	border : 1px solid #BD6341;
	color: #4A3325;
	background-color: #EEC9AD;
	margin: 5px;
	padding: 0px;
}


.b4yf_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
        padding: 4px;
	border-top: 1px solid #BD6341;
	background-color: #EEC9AD;
}


.b4yf_error {
	padding-top : 10px;
	padding-bottom : 10px;
	color: #FF0000;
	background-color: #EEC9AD;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 25px;
}


.b4yf_button {
	width: 150px;
	text-align: center;
}


.b4yf_align_right {
	text-align: right;
}


.b4yf_align_center {
	text-align: center;
}


a.b4yf:link {
	text-decoration : none;
	color : #000000;
}

a.b4yf:visited {
	text-decoration : none;
	color : #000000;
}

a.b4yf:hover {
	text-decoration : underline;
	color : #000000;
}

a.b4yf:active {
	text-decoration : none;
	color : #000000;
}



/****************************************/
/* STYLES für die Anzeige des Testmodus */
/****************************************/

h1 {
	font-size: 1.6em;
	text-align: center;
}

.b4yf_tm_rahmen {
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #666666;
}

.b4yf_tm_kopf {
	color: #000000;
	background: #666666 url(../../testmod/templates/images/logo.gif) 10px no-repeat;
	height : 60px;
	padding: 5px;
	margin-bottom: 30px;
}

.b4yf_tm_titel {
	margin-top: 0px;
	margin-left: 70px;
	margin-right: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.0em;
	line-height: 40px;
	color: #EEEEEE;
	background-color: #666666;
	font-weight: bold;
}

.b4yf_tm_subtitel {
	margin-top: -13px;
	margin-left: 135px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 35px;
	color: #BBBBBB;
	background-color: #666666;
	font-weight: bold;
}

.b4yf_tm_vorheb {
	color: #00ff00;
	background-color: #666666;
	font-size: 1.1em;
}

.b4yf_tm_fieldset {
	border: 1px solid #666666;
	margin: 15px 5px;
	padding: 10px;
}

.b4yf_tm_legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 2px 10px;
	border: 1px solid #666666;
}

.b4yf_tm_area {
	height: 300px;
	overflow: scroll;
	background-color:#DDDDDD;
	border: 1px solid #cccccc;
	color: #000000;
	padding: 5px;
}

.b4yf_tm_bottom {
	border-top: #666666 solid 1px;
	color: #000000;
	background-color: #EEEEEE;
	padding: 2px;
	text-align: center;
}

