@charset "UTF-8";

/* -- Weitere CSS-Dateien importieren -- */
/*                                       */
/*        @import url(name.css);         */
/*                                       */
/* -- Weitere CSS-Dateien importieren -- */

@import url(main-menue.css);

@media all
{
  div#left, div#right {
	height               : 200px;
	float                : left;
  }
  
  div#left {
    width                : 270px;
  }
  
  div#right {
    width                : 225px;
    margin-left          : 20px;
  }
  
  label {
    display              : block;
	font-size            : 1em;
	
	width                : 105px;
	
	padding-bottom       : 2px;
	padding-top          : 3px;
  }
  
  button, input {
    padding              : 1px;
	margin               : 0px;
	
    width                : 163px;
	
	border               : none;
	background           : url(../../images/layout/input-background.png) bottom right no-repeat;
  }
  
  div.form-row, label, input {
    float                : left;
  }
  
  button, input.submit {
	float                : right;
    width                : 80px;
	
    font-size            : 0.9em;
	
	padding-bottom       : 2px;
  }
  
  div.form-row {
	margin-bottom        : 12px;
  }
  
  label.full {
    width                : 200px;
	margin-bottom        : 10px;
  }
  
  textarea {
    font-family          : Arial,Verdana,Tahoma;
	font-size            : 1em;
	
    width                : 220px;
	height               : 70px;
	
	padding              : 5px;
	margin               : 0px;
	margin-bottom        : 10px;
	
	border               : none;
	background           : url(../../images/layout/textarea-background.png) bottom right no-repeat;
  }
  
  button, textarea, input, a#maps, a#maps:hover {
    color                : #59493f;
  }
  
  a#maps {
    display              : block;
	
	padding-top          : 2px;
	padding-bottom       : 2px;
	
	margin-top           : 14px;
  }
}
