/*  Formulare by Thomas Hildmann | www.media3D.de
--------------------------------------------------------------------------------------------*/
fieldset {
 padding: 2em;
 border: 2px solid #d1d1d1;
 width: 100%em;
 XXXmargin: 1em;
 }

label, legend {
 XXXXtext-transform: lowercase;
 XXXmargin-top:20px;
 }

label {
 margin-right: 1.5em;
 float: left;
 width: 10em;
 padding-top: 0.3em;
 text-align: right;
 }

input {
 display: block;
 font-size: 1em;
 margin-bottom: 0.8em;
 border: 1px solid #ababab;
 background: #fff url('http://web59.server.dieagentur.de/02_bilder/templates_layout/form_bg.jpg');
 padding: 0.1em;
 width: 20em;
 }

#form_textfeld {
 display: block;
 font-size: 1em;
 margin-bottom: 0.8em;
 border: 1px solid #ababab;
 background: #fff url('http://web59.server.dieagentur.de/02_bilder/templates_layout/form_bg.jpg') repeat-x;
 padding: 0.1em;
 width: 300px;
 height: 5em;
 }
*html #form_textfeld {
 display: block;
 font-size: 1em;
 margin-bottom: 0.8em;
 border: 1px solid #ababab;
 background: #fff url('http://web59.server.dieagentur.de/02_bilder/templates_layout/form_bg.jpg') repeat-x;
 padding: 0.1em;
 width: 24em;
 height: 5em;
 }

input#submit { /* den Submit-Button */
 margin:10px 0 0 40px;
 width:146px;
 height:19px;
 float: none;
 background: #fff url('http://web59.server.dieagentur.de/02_bilder/templates_layout/form_senden_de01.jpg');
 border:none;
}

#submit_en { /* den englischen Submit-Button */
 margin:10px 0 0 40px;
 width:146px;
 height:19px;
 float: none;
 background: #fff url('http://web59.server.dieagentur.de/02_bilder/templates_layout/form_senden_en01.jpg');
 border:none;
}

/*  Formular für Log-In Bereich rechts oben
--------------------------------------------------------------------------------------------*/
#form_textfeld_log {
 border: 1px solid #ababab;
 background: #fff url('http://web59.server.dieagentur.de/02_bilder/templates_layout/form_bg.jpg') repeat-x;
 width: 150px;
 height:14px;
 margin-bottom:5px;
 }

#submit_log { /* den Submit-Button Deutsch */
 width:146px;
 height:19px;
 float: left;
 background: #fff url('http://web59.server.dieagentur.de/02_bilder/templates_layout/form_senden_de01.jpg');
 border:none;
 margin-bottom:1px;
}

#submit_log_en { /* den Submit-Button Englisch */
 width:146px;
 height:19px;
 float: left;
 background: #fff url('http://web59.server.dieagentur.de/02_bilder/templates_layout/form_senden_en01.jpg');
 border:none;
 margin-bottom:1px;
}

/*  Sprachwahl Positionierung und Layout
--------------------------------------------------------------------------------------------*/
#lang_layout {
 position: absolute;
 left: 815px; top: 0px; 
 z-index: 20;
 width:200px;
 height:22px;
 border:0px solid red;
 background: #fff url('/02_bilder/templates_layout/bg_language.jpg') no-repeat;
}
#lang_select {
 margin:2px 0 0 40px;
 font-size: 11px;
 font-family: Tahoma, Arial, Verdana, sans-serif; 
 border: 1px solid #ababab;
 background: #fff;
 width: 120px;
 height: 18px;
 }
