input, select, textarea, button, label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.input_label {
	float: left;
	width: 160px;
	color: #333;
	font-weight: bold;
}

.label_radio {
	color: #000;
}

form p {
	margin: 0 0 5px 0;
	clear: both;
}

fieldset legend {
	font-family: Verdana, Geneva, sans-serif;
	color: #6b6b6b;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	line-height: 160%;
	padding: 0 0 10px 0;
}

#content form p.error_text,
#content form p.error_text_310,
#content .error_text p {
	color: #c33;
	font-weight: bold;
}

.input_text {
	background: #fff;
	color: #999;
	border: 1px solid #ccc;
	padding: 2px 4px;
	width: 220px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 2px 2px 1px #ccc;
	-moz-box-shadow: inset 2px 2px 1px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
}

.input_textarea {
	background: #fff;
	color: #999;
	border: 1px solid #ccc;
	padding: 2px 4px;
	width: 220px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 2px 2px 3px #ccc;
	-moz-box-shadow: inset 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
}

.input_textarea.bigger {
	height: 70px;
}

.input_text:hover,
.input_text:focus,
.input_textarea:hover,
.input_textarea:focus {
	border-color: #999;
	color: #666;
}

.input_select, .input_select_multiple {
	background: #fff;
	color: #999;
	border: 1px solid #ccc;
	padding: 2px 4px;
	width: 230px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 2px 2px 3px #ccc;
	-moz-box-shadow: inset 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
}

.checkboxset, .radioset {
	float: left;
}

.input_checkbox, input_radio {
	margin: 0 5px 0 0;
}

.input_submit {
	background: #fff;
	color: #333;
	font-weight: bold;
	font-style: italic;
	border: 1px solid #ccc;
	padding: 2px 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.input_submit.mail {
	float: right;
}

.input_submit:hover {
	cursor: pointer;
	background: #ccc;
	color: #fff;
}

/* Seitenleisten Suche */
.sidebar-search {
	padding: 0 0 0 0;
}

.sidebar-search .input_text {
	background: #fff url('../gfx/backgrounds/search-input.png') top left no-repeat;
	background: #fff;
	border: 1px solid #ccc;
	border-right: none;
	color: #999;
	width: 185px;
	float: left;
	padding: 4px 15px 4px 15px;
/* 	border: none; */
	border-radius-top-right: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-radius-bottom-right: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.sidebar-search .input_submit {
	border-left: 0px solid #fff;
	padding: 4px 0px 2px 0px;
	width: 24px;
	border-radius-top-left: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-radius-bottom-left: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	box-shadow: inset 0px 2px 1px #ccc;
	-moz-box-shadow: inset 0px 2px 1px #ccc;
	-webkit-box-shadow: 0px 2px 1px #ccc;
	line-height: 15px;
	background: #fff url('../gfx/backgrounds/button.gif') center center no-repeat;
}

.sidebar-search .input_submit:hover {
	background: #fff url('../gfx/backgrounds/button.gif') center center no-repeat;
}



/* Seitenleisten Newsletter */
.sidebar-newsletter {
	padding: 0 0 0 0;
}

.sidebar-newsletter .input_text {
	background: #fff url('../gfx/backgrounds/search-input.png') top left no-repeat;
	background: #fff;
	border: 1px solid #ccc;
	border-right: none;
	color: #999;
	width: 185px;
	float: left;
	padding: 4px 15px 4px 15px;
/* 	border: none; */
	border-radius-top-right: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-radius-bottom-right: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.sidebar-newsletter .input_submit {
	border-left: none;
	padding: 2px 8px 4px 0px;
	width: 24px;
	border-radius-top-left: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-radius-bottom-left: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	box-shadow: 0px 2px 1px #ccc;
	-moz-box-shadow: inset 0px 2px 1px #ccc;
	-webkit-box-shadow: 0px 2px 1px #ccc;
	background: #fff url('../gfx/backgrounds/button.gif') center center no-repeat;
	line-height: 15px;
}

.sidebar-newsletter .input_submit:hover {
	background: #fff url('../gfx/backgrounds/button.gif') center center no-repeat;
}


/* Sprachwechsler */
#language-switch {
	margin: -12px 0 0 0;
}

#language-switch select {
	width: 242px;
	background: #fff url('../gfx/backgrounds/select-background.png') top left;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 11px;
/* 	border: 1px solid #ccc; */
	padding: 3px 4px 3px 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #999;
	box-shadow: inset 2px 2px 3px #ccc;
	-moz-box-shadow: inset 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
}

/* countrymanager */
.contact-selection {
	padding: 0px 0px 30px 0;
}

.contact-selection .input_label {
	width: 100px;
	font-size: 14px;
	font-style: italic;
	color: #666;
	line-height: 22px;
}

.contact-selection .input_select {
	width: 239px;
	background: #fff url('../gfx/backgrounds/select-background.png') top left;
	border: none;
	padding: 4px 3px 4px 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999;
}


.s p, .w p {
	display: inline;
	line-height: 10px;
	padding: 0;
	margin: 0;
}

.s p { color: #7C0E1F; background-color: #7C0E1F;}
.w p { color: white; background-color: white; }
