/**
* @author  Joachim  Eberhardt
* @copyright Copyright 2007, 2008  Agentur Lernsite - Joachim  Eberhardt
* @version 1.1 19.07.08
* @package front end Agentur lernsite Screen Kontakt-Seite
*
*/
/* ************************************************************************************ */
/* Kontakt-Formular                                                                     */
/* ************************************************************************************ */

div#container div#content div#linkeSpalte {
 position:    relative;
 top: 		     1.0em;
 left:	        16.5em;
 float:           left;
 width:           24em;
 padding-bottom: 0.5em;
 margin-right:   1.0em;
 min-height:    30.0em; 
 font-size:      1.0em;
 line-height:    1.3em;
 z-index:        5;
} 

div#container div#content div#linkeSpalte p a {
color:            #586600; 
background-color: transparent;
text-decoration:     none;
}

div#container div#content div#linkeSpalte p a:hover {
 color: #a60b00;
 background-color: transparent;
 text-decoration:     none;
}


div#container div#content div#rechteSpalte {
 margin-left: 17.1em;
 }

div#container div#content div#rechteSpalte div#kontktFeld {
 font-size:    1.0em;
 z-index:      5;
}

div#container div#content div#rechteSpalte div#kontktFeld fieldset {
 padding:  	    0.5em;

 border-left:1px solid #b7c07e;
 border-top:1px solid #b7c07e;
 border-right:1px solid #a5b05e;
 border-bottom:1px solid #a5b05e;
 /*
 border: 0;
 background: #b7c07e;
 background: #a5b05e;
 */
}

div#container div#content div#rechteSpalte div#kontktFeld input.editorButton {
  margin-top: 0.5em;
  color: #505050;
  background:#ddd; 
}



.kontaktInput {
 font-family: Verdana,Arial,sans-serif;
 font-size:    10pt;
}
#kontaktReply {
 position:  absolute;
 left:           60px;
 top:         200px;
 font-size:   10pt;
 width:      350px;
}

div#container div#content div#rechteSpalte div#kontaktTextfeld {
 margin-top:  15.8em;
 font-size:   1.0em;
 z-index:   5;
}

