/** *********************************************************************
 * Beschreibung:
 *
 * @example /pfad/datei.php Beispiel
 *
 * @package
 * @todo
 *
 * @version $$Revision$$
 * @author MM
 *
 * @modifiedby    $$User$$
 * @lastmodified  $$Date$$
 *
 * Erstellt am: 13.03.2009 12:30:38
 * Erstellt von: MM
 *
 * @copyright Copyright 2003-2009 cReal. Alle Rechte vorbehalten.
 *
 * ********************************************************************** */

.hoehe_b                {height:740px;}

#contentCols .contentCol_d {float:left;height:150px;margin-top:25px;}
#contentCols .col1d     {width:330px;margin-left:23px;}
#contentCols .col2d     {width:170px;}
#contentCols .col3d     {width:220px;}

.kontakt-icon           {width:128px;position:absolute;left:50%;margin-left:300px;top:100px;}
.kontakt-box            {z-index:9;padding-top:31px;padding-left:25px;position:absolute;width:952px;height:558px;left:50%;margin-left:-476px;top:234px;background:url(../img/content/kontakt/bg.jpg) no-repeat;}
.csc-mailform           {border:0px solid;}

.kontakt-box label      {float:left;width:140px;border:0px;margin-left:20px;margin-right:12px;color:#fff;padding-top:3px;}
.kontakt-box span       {float:left;}

.csc-mailform-field     {margin-bottom:18px;height:23px;float:left;
    width:443px;background:url(../img/content/kontakt/inputs/sm.png) no-repeat;
    margin-right:15px;}
.csc-mailform-field input {border:0px;background:transparent;color:#fff;padding-top:5px;
    width:240px;}

.field-anliegen         {width:901px;background:url(../img/content/kontakt/inputs/lg.png) no-repeat;}
.field-anliegen input   {width:700px;}

.field-nachricht        {background:none;clear:both;height:250px;margin-top:-5px;margin-bottom:30px;}
.field-nachricht span   {padding-top:10px;width:904px;height:237px;background:url(../img/content/kontakt/textarea_bg.png) no-repeat;}
.field-nachricht label  {margin-bottom:10px;}
.field-nachricht textarea {width:900px;margin-left:2px;height:215px;border:0px;}

.field-submit           {background:none;clear:both;margin-left:340px;width:225px;height:23px;background:url(../img/content/kontakt/btn.png) no-repeat;}
.field-submit input     {padding-top:2px;cursor:pointer;}



.select-box-opt span {padding-right:13px;padding-top:12px;}
#mailformanliegen_opt0 span {background:url(../img/layout/suchbox/anliegen/inactive/top.png) no-repeat right top;height:23px;}
#mailformanliegen_opt0 span:hover {background:url(../img/layout/suchbox/anliegen/mouseover/top.png) no-repeat right top;}

#mailformanliegen_opt1 span, #mailformanliegen_opt2 span, #mailformanliegen_opt3 span, #mailformanliegen_opt4 span,
#mailformanliegen_opt5 span, #mailformanliegen_opt6 span, #mailformanliegen_opt7 span
{background:url(../img/layout/suchbox/anliegen/inactive/middle.png) no-repeat right top;height:23px;}

#mailformanliegen_opt1 span:hover, #mailformanliegen_opt2 span:hover, #mailformanliegen_opt3 span:hover, #mailformanliegen_opt4 span:hover,
#mailformanliegen_opt5 span:hover, #mailformanliegen_opt6 span:hover, #mailformanliegen_opt7 span:hover
{background:url(../img/layout/suchbox/anliegen/mouseover/middle.png) no-repeat right top;}



#mailformanliegen_opt8 span {background:url(../img/layout/suchbox/anliegen/inactive/bottom.png) no-repeat right top;height:26px;}
#mailformanliegen_opt8 span:hover {background:url(../img/layout/suchbox/anliegen/mouseover/bottom.png) no-repeat right top;}

.kontakt-box .field-anliegen .select-box {position:absolute;top:35px;z-index:9;left:200px;text-align:right;}
.select-box-options {}
.select-box-options li { list-style-image:none;}
.select-box a span    {width:690px;cursor:pointer;padding-right:30px;}
.select-box span    {width:690px;cursor:pointer;}
#mailformanliegen {
	cursor: default;
	border: 1px solid #aaa;
	display: block;
	padding: 0;
    visibility:hidden;
	background: #fff;
}
	#mailformanliegen:hover { border-color: #3393FF; }

	#mailformanliegen a {
		display: block;
		padding: 1px 20px 2px 4px;
		margin: 1px 1px 2px 1px;
		white-space: nowrap;
		overflow: hidden;
	}
    .select-box span {
        color:#FFF;
        font-size:12px;
    }

	#mailformanliegen-options {
		list-style: none;
		background: #fff;
		position: absolute;
		border: 1px solid #ccc;
		overflow-y: auto;
		z-index: 690;
	}
	        #mailformanliegen-alt { background-color: #eaf4ff; }
	        #mailformanliegen-options li {
				margin-bottom: 0;
				overflow: hidden;
				white-space: nowrap;
	        }
	        	#mailformanliegen-options li.optgroup>span { font-size: 105%; font-style: italic; }
	        	#mailformanliegen-options li>span { display: block; padding: 2px 5px; }
				#mailformanliegen-options li.selected { background-color: highlight !important; color: highlighttext !important; }
				#mailformanliegen-options li.disabled { color: gray; }

	#mailformanliegen-options ul { margin:0; padding:0;}
	.optgroup { margin: 4px 0 0 !important; }
	#mailformanliegen-options-group li>span {
		padding-left: 22px !important;
		width: 500px;
	}