/**
 * Style sheet xForm
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */
 

/**
 * Fieldset
 */
fieldset
{
	width:600px;
	display:block;
	margin:12px 0px 24px 0px;
	padding:12px 12px 0px 12px;
}

* html fieldset
{
	margin-top:12px;
}

*:first-child+html fieldset
{
	margin-top:12px;
}

legend
{
	color:#0000e6;
}

* html legend
{
	margin-top:-24px;
	padding:12px 0px;
}

*:first-child+html legend
{
	margin-top:-24px;
	padding:12px 0px;
}


/**
 * Text fields
 */
input.text,
input.password
{
	width:300px;
	margin:5px 0px 1px 0px;
	color:#999999;
}

* html input.text,
* html input.password
{
	margin:0px;
}


*:first-child+html input.text,
*:first-child+html input.password
{
	margin:0px;
}

.mod_search {
	float:left;
	position:relative;
	}
	
.mod_search input.text {
	width:135px;
	margin-top:0;
	margin-bottom:5px;
	padding:0;
	}
	
.mod_search .formbody {
}


.mod_search input.submit {
	width:23px;
	height:23px;
	margin-bottom:5px;
	margin-top:8px;
	background-image:url(img/img_search.gif);
	}	
	

/**
 * Textarea
 */
textarea
{
	width:304px;
	height:140px;
	margin:5px 0 0 0;
	color:#999999;
}

* html textarea
{
	width:302px;
}


/**
 * Drop-down menu
 */
select
{
	width:204px;
	margin:1px 0px 1px 0px;
}

* html select
{
	width:206px;
}


/**
 * Radio buttons
 */
div.radio_container
{
	margin:0px 0px 1px 0px;
}

* html div.radio_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.radio_container
{
	margin:2px 0px -1px 0px;
}

div.radio_container span
{
	padding-right:6px;
	display:block;
}

input.radio
{
	margin:1px 2px 0px 1px;
	padding:0px;
	position:relative;
	top:2px;
}

* html input.radio
{
	margin:-4px -1px 0px -3px;
	position:relative;
	top:1px;
}

*:first-child+html input.radio
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}


/**
 * Checkboxes
 */
div.checkbox_container
{
	margin:0px 0px 1px 0px;
}

* html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

div.checkbox_container span
{
	padding-right:6px;
	display:block;
}

input.checkbox
{
	margin:3px 3px 0px 1px;
	padding:0px;
}

* html input.checkbox
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}

*:first-child+html input.checkbox
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}


/**
 * File upload
 */
input.file
{
	margin:10px 0px 1px 0px;
}

* html input.file
{
	margin:0px;
}

*:first-child+html input.file
{
	margin:0px;
}

.upload {
	margin:5px 5px 0 0;
	color:#999999;
	}


/**
 * Error message
 */
div.error
{
	color:#ff0000;
}


/* CSS CW */

.explanation {
	color:#999999;
	font-size:10px;
	float:left;
	}

.submit_container {
	margin-top:10px;
	}

.submit {
	color:#333333;
	}

.mandatory {
	color:#00cc00;
}

input.produkt {
	width:60px;
	right:5px;
	height:15px;
	margin: 0 0 2px 0;
	float:right;
	}
	
input.produkteinfo {
	width:343px;
	}
	
textarea.produkteinfo {
	width:342px;
	}

form.produkteform label {
	font-size:11px;
	float:left;
	width:200px;
	}
	
form.produkteform .explanation {
	clear:both;
}


/*input.produkteinfo,
textarea.produkteinfo {
	width:300px;
	margin-bottom:10px;
}*/

/*div.produkteinfo {
	margin-bottom:10px;
	}*/

/*.headline {
left:0;
float:left;
margin-top:20px;
}*/

form hr {
	position:relative;
	top:20px;
	margin-top:20px;	
	}


html:not([dummy]) #main { 	padding-top:20px; } 
	
