/* ***************************************************** */
/*   ALLGEMEIN                                           */
/* ***************************************************** */

body {
	font-family: Verdana;
	font-size: 12px;
	xcolor: #8e8e8e;
	color: #000000;
	background-color: #dbdbdb;
}

.programtitle {
	margin: 0;
	padding-bottom: 10px;
	font-size: 17px;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 17px;
	font-family: Verdana;
	color: #f39700;
}

h2 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 13px;
	font-family: Verdana;
	color: #656667;
}


td {
    font:13px/1.5 arial,helvetica,verdana,sans-serif;
    padding: 0 0 0 0;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
}

/* LINKS */

.actionlink {
	text-decoration: none;
	color: #454545;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF5D02;
	xx:#ffa200;
}

.actionlink:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	xx: #ffa200;
}

a {
	color: #454545;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffa200;
}

/* ***************************************************** */
/*   LISTEN                                              */
/* ***************************************************** */

.tab {
	width: 855px;
}

.tabheadercell { 
	padding:5px; 
	border: 1px solid #ffffff;

	background-color:#FF5D02;
	color: #FFFFFF;
	xbackground-color: #ffe4b5;
	xcolor: #454545;
	font-weight: bold;
}
	

.tabrow {
	width: 500px;
	background-color: #efefef;
}

.tabcell { padding:5px; border: 2px solid #ffffff; 
}

.tabfootercell{
	padding:5px; 
	border: 2px solid #ffffff;
	background-color: #ffe4b5;
	color: #454545;
	font-weight: bold;
}



.tabheaderrow {
}
.tabfooterrow {
}


/* << und >> zur Navigation in der Liste */
.tabfooterlink:visited {
    color: #FFFFFF;
}
.tabfooterlink:link {
    color: #FFFFFF;
}


/* ***************************************************** */
/*   FORMULARE ZUR EINGABE                               */
/* ***************************************************** */

form {
    font:13px/1.5 arial,helvetica,verdana,sans-serif;
    padding: 0px 0 0 0;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

textarea { /* Firefox hat z.B. für textarea monospace definitert (forms.css) */
    font:13px/1.5 arial,helvetica,verdana,sans-serif;
}

.formulartable {border:1px solid #FF5D02; padding:15px 15px 10px 15px;
}
.formularcaptionrow { 
}
.formularcaptioncell { font-weight:bold; background-color:#ffe4b5;color:#454545;padding-left:.3em;padding-right:.3em;
}
.formularsubtitlerow {
}
.formularsubtitlecell { font-weight:bold; background-color:#ffe4b5;color:#454545;padding-left:.3em;padding-right:.3em;
}
.formularhintrow {
}
.formularhintcell {
}
.formularbuttonrow {
}
.formularbuttoncell { 
}
.formularinputrow {
}
.formularinputcellname { vertical-align:top;padding-left:10px;padding-right:10px;
}
.formularinputcellvalue { vertical-align:top;padding-right:10px;
}
.formularinputcellhint { vertical-align:top;
}

.button {
	xbackground-color:#ffe4b5;
	xbackground-color:#FF5D02;
	xcolor: #454545;
	xcolor: #FFFFFF;
	font-weight:bold;
	border:1px solid #000000;
	xfont-size:9px;
	padding:1px;
	cursor:pointer;
	margin:0 3px 0 0;
	vertical-align:center;
	xheight:22px;
	text-decoration:none;

	background-image:url(../images/bg_button.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	vertical-align:center;
	text-transform: uppercase;
	margin: 10px 0px 10px 10px;
}

.textfield, .combobox, .textmemo {
	xbackground-color:#eeeeee;
    background-color:#f8f8ff;
	border:1px solid #aaa;
	xfont-size:9px;
	padding:1px;
	cursorX:pointer;
	margin:0 3px 0;
	vertical-align:left;
	xheight:15px;
	text-decoration:none;
	width:300px;
}

.checkbox {
    background-color:#f8f8ff;
	border:1px solid #aaa;
	padding:1px;
	margin:0 3px 0;
	vertical-align:left;
	text-decoration:none;
	height:20px;
	width:20px;
}


.textmemo {
	height:100px;
}

.listfield {
	background-color:#eeeeee;
	border:1px solid #aaa;
	xfont-size:9px;
	padding:1px;
	cursorX:pointer;
	margin:0 3px 0;
	vertical-align:bottom;
	xheight:18px;
	text-decoration:none;
}

.combobox { height:20px; }

/* Fehlerhinweise beim Speichern */
.error {
    xfloat:left;
    xwidth:50%;
    xfont-size: 95%;
    font-weight:bold;
    background-color: #FF0000;
    color: #FFFFFF;
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: .3em .8em .3em .5em;
    xwidth:1px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    
}

/* Warnungen beim Speichern */
.warning {
    xfloat:left;
    xwidth:50%;
    xfont-size: 95%;
    font-weight:bold;
    background-color: yellow;
    color: black;
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: .3em .8em .3em .5em;
    xwidth:1px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
}

/* Hinweise beim Speichern */
.hint {
    xfloat:left;
    xwidth:50%;
    xfont-size: 95%;
    font-weight:bold;
    background-color: #00FF00;
    color: black;
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: .3em .8em .3em .5em;
    xwidth:1px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    
}

/* ***************************************************** */
/*   SONSTIGES (nicht so wichtig)                         */
/* ***************************************************** */


.block {
    xfont-size: 100%;
    background-color: #ffffff;
    color: #000080;
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: .3em .8em .3em .5em;
    widthX:1px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    
}



.textcaption1 {
	font-weight:bold;
	xfont-size:13px;
}

.textcaption2 {
	font-weight:bold;
	xxfont-size:11px;
}


.contentcaption {
	margin: 0;
	padding-bottom: 10px;
	font-size: 17px;
	font-family: Verdana;
	color: #f39700;
	text-transform: uppercase;
}

.contentcaptionsub { color: #000080;font-size:9px;}

.contentcaption2 {    color: #000080;font-size:13px;font-weight:bold;}
.contentcaption3 {    color: #000080;font-size:12px;font-weight:bold;}


.menucaption { white-space:nowrap;font-weight:bold;
}
.menusubheading { white-space:nowrap;font-weight:bold;
}
.menuitemenabled { white-space:nowrap;color: #000080; text-decoration:underline;
}
.menuitemdisabled { white-space:nowrap;color: #202020;
}

.menubottomcaption { white-space:nowrap;font-weight:bold;
}
.menubottomsubheading { white-space:nowrap;font-weight:bold;
}
.menubottomitemenabled { white-space:nowrap;
}
.menubottomitemdisabled { white-space:nowrap;color: #202020;
}

.stelle {
color: red;
}
    