/**
 * 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
 */
 
.ce_form .text
{
	left:200px;
	width:300px;
	height:20px;
	border:#CCCCCC 1px solid;
	margin:1px 0px 5px 0px;
	color:#333333;
}

input.sicherheit
{
	width:100px;
	height:20px;
	color:#333333;
	float:left;
	border:#CCCCCC 1px solid;
	float:left;
	margin-bottom:2px;
}

/**
 * Textarea
 */
.ce_form .textarea
{
	width:300px;
	height:100px;
	border:#CCCCCC 1px solid;
	color:#999999;
	margin-bottom:5px;
}


/**
 * 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;
	height:18px;
}

* 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:inline;
}

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

* 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:1px 0px 1px 0px;
}

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

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


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


/**
 * Eigene
 */


.ce_form h1{
	margin-bottom:30px;
}

label
{
	color:#333333;
	text-align:right;
	padding-right:10px;
	float:left;
	width:160px;
}

#newsletter label
{
	text-align:left;
	padding-top:3px;
}

#newsletter .text {
	left:200px;
	width:300px;
	height:20px;
	border:#CCCCCC 1px solid;
	margin:1px 0px 5px 0px;
	color:#333333;
}







.checkbox_manuell label {
	width:20px;
}


.mandatory{
	color:#ff9713;
}

.captcha_text.sicherheit
{
	color:#333333;
	padding-left:10px;
	float:left;
	margin-bottom:4px;
	height:20px;
}


.ce_form .text:focus, .ce_form .textarea:focus, .ce_form .sicherheit:focus
{
	background-color:#EEEEEE;
}

div.submit_container
{
	position:absolute;
	width:300px;
	left:170px;
	margin-top:20px;
}

.error {
	color:#FF0000;
	text-transform:uppercase;
	font-size:10px;
	}
	
.confirm {
	color:#00CC00;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	}