/* CSS Document */

* { font-size: 8pt; color: #666666; font-family: Verdana, sans-serif; }

div { text-align:left }

img { vertical-align:bottom; border:none }


#loginPw { background:transparent url(images/login_pw.gif) left top no-repeat; border:none; height:15px; width:91px; padding:3px 0 0 20px }
#loginUser { background:transparent url(images/login_user.gif) left center no-repeat; border:none; height:15px; width:107px; padding:3px 0 0 4px }


.inputBox { background-color: #e0e0e0 }

/* für checkboxen im Fließtext */
.inlineCheckbox { vertical-align:-5px }

/* 16px müssen nach entfernung der iFrames wieder dazu addiert werden
für links und rechts a 8px */
.leftContent { float:left; width:349px; }
.rightContent { float:right; width:349px; }


/* Auf der Hauptseite wird ein Tabellenrand verwendet. Solange die Grund-
strucktur vorhanden bleibt müssen diese Klassen für den linken und rechten
Container verwendet werden */
.tmpLeftContent { float:left; width:345px; }
.tmpRightContent { float:right; width:345px; }


.form2ColLeft { margin-bottom: 3px; }
.form2ColLeft span { float:left; text-align:right; width:110px; margin-top:3px }
.form2ColLeft input, .form2ColLeft select, .form2ColLeft textarea, .form2ColLeft div { margin-left:10px; }


/* tabellen */
#table2 * td { background-color:#e0e0e0; padding:0 5px }

/* Klassen für die automatische Bildskalierung */
.picBorder { background-color:#FFFFFF;border:1px solid #dddddd;text-align:center; padding:2px; }

.stdBox { padding:5px 6px; background-color:#E0E0E0 }


.spacer { height:30px }

.lt { float:left; }
.rt { float:right; }
.cl { clear:both; height:1px; width:1px; overflow:hidden; line-height:1px }





/* ++++++++++++++++++++++

Schrift Formatierungen

+++++++++++++++++++++++++ */

.italic { font-style:italic }
.grau { color:#999999 }
.underline { color:#777777; border-bottom: 1px solid #cccccc; padding-bottom:1px; margin-bottom:3px; text-transform:uppercase; }


/* Formatierungen für System_msg */
.err { border:1px solid #990000;margin:7px}
.info { border:1px solid #ccc;margin:7px}
.question { border:1px solid #ccc;margin:7px}
.ok { border:1px solid #01AC01;margin:7px}