/**************************************************************
	Forms 1.2 18.01.2008
**************************************************************/
form.forms { margin: 0 5px; padding-top: 5px; }
	
	/* Fieldset and legend style */
	form.forms fieldset { border: 0; }
	form.forms fieldset div.legend { padding: 5px 10px; margin-bottom: 10px; font-weight: bold; color: #fff; border-bottom: 5px solid #fff; }
	
	/* Paragraph un- and checked */
	form.forms fieldset p { clear: both; overflow: hidden; height: 100%; padding: 3px 10px 6px; margin: 0 15px; }
	form.forms fieldset p.current { background: #fff url(../images/backend/forms/paragraph-bg.gif) 0 bottom repeat-x; }
	form.forms fieldset p.errordesc {color: red; font-weight: bold; background-color: #FECCCC;padding:5px 15px;}
		
		html>body form.forms fieldset p { }
		* html form.forms fieldset p label span {  } 
	
	form.forms fieldset p.submit { padding-left: 155px; }
	form.forms fieldset p.submit input { font-weight: bold; cursor: pointer; }
		
	form input.submit { font-weight: bold; cursor: pointer; color: #4f4f4f; font-family: Arial, Helvetica, sans-serif, "Trebuchet MS"; background: #fff url(../images/backend/forms/input-bg.gif) left bottom repeat-x; border: 1px solid #cfcfcf; padding: 3px 5px; margin-bottom: 5px; vertical-align: middle; }	
		
	/* Label, em, span, b */
	form.forms fieldset p label { float: left; width: 130px; padding: 5px 15px 3px 0; text-align: right; font-size: 12px; font-weight: bold; cursor: pointer; }
  form.forms fieldset p label.non { float: none; width: 0; padding: 0; margin: 0; margin-right: 10px; text-align: left; font-weight: normal; }
	form.forms fieldset p label em { color: #d24d4d; font-style: normal; padding: 0 0 15px 5px; font: bold 11px Tahoma, Helvetica, sans-serif, "Trebuchet MS"; }
	form.forms fieldset p label span { float: none; display: block; font-weight: normal; color: #b1b1b1; font-size: 10px; } 
	
		form.forms fieldset p b { display: none; }
		form.forms fieldset p span { float: left; } 
	
	/* Input */
	form.forms fieldset p input, 
	form.forms fieldset p textarea { color: #4f4f4f; font-family: Arial, Helvetica, sans-serif, "Trebuchet MS"; background: #fff url(../images/backend/forms/input-bg.gif) left bottom repeat-x; border: 1px solid #cfcfcf; padding: 3px 5px; margin-bottom: 5px; vertical-align: middle; }
	
	form.forms fieldset p input:focus, 
	form.forms fieldset p textarea:focus { border-color: #8b8b8b; }
	
	/* Checkboxy */
	form.forms fieldset p span span { float: none; display: block; padding: 2px 0; }
	form.forms fieldset p span span input { background: none; border: 0; margin: 0; }
	form.forms fieldset p span span label { float: none; font-weight: normal; }
		
	/* Warning */
	form.forms fieldset p.warning input, 
	form.forms fieldset p.warning textarea { color: #fff; background: #f9c2c2 url(../images/backend/forms/input-warning-bg.gif) left bottom repeat-x; border-color: #b85f5f; }
	form.forms fieldset p.warning label { color: #c56666; }
	form.forms fieldset p.warning b { color: #c56666; display: inline; padding: 3px 10px 3px; margin-left: 5px; position: absolute; color: #fff; border: 1px solid #aa1415; background-color: #e55051; }
	form.forms fieldset p.warning b br { display: none; }
	
	form.forms fieldset p.warning input:focus, 
	form.forms fieldset p.warning textarea:focus { border-color: #2a0a0a; }
	
	form.forms  div#remarks ul {list-style-type: none;}
	form.forms  div#remarks li.long label {display:block;}
	form.forms div#remarks li.long input {margin-left:15px; width:400px;}
	/* Sample forms */
		
		/* Address */
		input.street { width: 216px; } input.house { width: 20px; } input.flat { width: 20px; } 
		input.post1 { width: 20px; text-align: center; } input.post2 { width: 30px; text-align: center; } input.city { width: 200px; }
		
		
	input.text { color: #4f4f4f; font-family: Arial, Helvetica, sans-serif, "Trebuchet MS"; background: #fff url(../images/backend/forms/input-bg.gif) left bottom repeat-x; border: 1px solid #cfcfcf; padding: 3px 5px; margin-bottom: 5px; vertical-align: middle; }

        /*Categories*/
        ul.kategorie {
            padding: 0px 0px 0px 15px;
        }
        ul.kategorie li.kategoria {
            list-style-type: none;
            padding: 0px;
        }
        a.toggleKategori {
            color: #054E69;
            padding-left: 5px;
        }
        
