

  #col1 { width: 50%; }

  /* Hide right column | Rechte Spalte abschalten */
  #col2, #col2_content { display:none; }

  #col3 { margin-left: 50%; margin-right: 0; }



/* aus content.css */
input, textarea {
	margin-left	: 0em; 
	padding		: 2px; 
	width			: auto; 
	font			: 1em Arial, Helvetica, Sans-Serif; 
	border		: 1px #ccc solid; 
	background	: #fafafa; 
	color			: #333;
}

fieldset.csc-mailform .csc-mailform-field label {
	width: 10em;
	width: 100%;
	clear: left;
	display    : block; 
	text-align: left;
	background-color: #eaeef9;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	padding: 2px 2px 2px 0px;
}

#mailform .csc-mailform-submit { 
  color : #000; 
  background-color: #c8d1ec;  
  background-image: url(../img/nav_bg_nor.gif); 
  border-color:#ccc;
  width: 20.4em;
}
#mailform input[type="submit"]:hover  {
  color: #000;
  background-color: #c8d1ec;
  background-image: url(../img/nav_bg_act.gif); 
  border-color:#777;
 }
#mailform input[type="submit"]:focus  {
  color: #000;
  background-color: #c8d1ec;
  background-image: url(../img/nav_bg_act.gif); 
  border: 0px solid #333;
 }
 

 
 
/* */
input[type="text"]:focus, textarea:focus {
  background-color: #fff;
  color: #000;
 }

#col1_content .textBelowMenu h1 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #aaa;
}
