/*
 * CSS-File for
 * schlemmer.com
 * Copyright (c) CLICKSPORTS
 * $Rev: 88 $
 * $Author: mw $
 * $Date: 2011-06-30 13:37:15 +0200 (Do, 30 Jun 2011) $
 *
 */

/* Default Element Styling */
input,
select,
optgroup,
option,
legend,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5F61;
}

optgroup {
	padding: 3px;
	font-style: normal;
}

label { cursor: pointer; }

div.input,
div.file,
div.checkbox { 
	margin-bottom: 12px;
	clear: both;
}

div.input label,
div.file label,
span.label {
	width: 150px;
	margin-top: 6px;
	float: left;
}

span.label,
div.file label { margin-top: 0px; }

/* Specials for Checkboxes */
div.checkbox { margin-left: 150px; }
div.checkbox label { margin-left: 5px; }
div.checkbox_inset {
	width: 250px;
	margin-right: 239px;
	float: right;
}

/* Regular Form fields */
div.input select,
div.input input,
div.input textarea {
	width: 250px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

div.input select { width: 262px; }

div.input select:focus,
div.input input:focus,
div.input textarea:focus,
table input:focus {
	background-color: #F2F4F5;
}

div.input textarea { height: 60px; }

/* Submit Buttons */
div.submit button {
	background-image: url(../layout/bg_submit_button.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-right: 33px;
	padding: 5px 5px 5px 18px;
	border: 1px solid #CCCCCC;
	color: #5B5F61;
	background-color: #FFFFFF;
	float: right;
	cursor: pointer;
}


/* LiveSearch */
form#MediaSearchForm label { top: 1px; margin-left: 15px; position: relative; }
input#search_input {
	width: 84px;
	padding: 1px 20px 1px 0px;
	border: 1px solid #CCCCCC;
}
input#search_input:focus { background-color: #F2F4F5; }

div#options ol#livesearch,
div#options ol#livesearch li,
div#options ol#livesearch li a {
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
	float: none;
	display: block;
}

div#options ol#livesearch {
	width: 220px;
	left: -48px;
	padding: 5px 0px 0px 5px;
	color: #00529B;
	background-color: #E5E8EA;
	position: relative;
	z-index: 20;
}

div#options ol#livesearch li { padding: 3px 5px; }
div#options ol#livesearch li img { margin-right: 5px; vertical-align: middle; }
div#options ol#livesearch li.selected { cursor: pointer; text-decoration: underline; }
div#options ol#livesearch li#livesearch_hint.selected { cursor: auto; text-decoration: none; }
span#livesearch_indicator { top: 7px; right: 10px; position: absolute; }

/* Angebotsanfrage */
table.angebotsanfrage input {
	padding: 2px;
	border: 1px solid #CCCCCC;
	display: block;
	width: 10%;
}

table.angebotsanfrage { width: 413px; margin-bottom: 10px; border: 1px solid #CBD2D6; }
table.angebotsanfrage th,
table.angebotsanfrage td { padding: 3px; }

table.angebotsanfrage th { padding-bottom: 4px; }

th.aa1 { width: 140px; }
th.aa2 { width: 140px; }
th.aa3 { width: 40px; }

td.aa1 input { width: 130px; }
td.aa2 input { width: 130px; } 
td.aa3 input { width: 35px; } 
td.aa4 input { width: 56px; }

/* Validation */
input.required {
	background-image: url(../layout/star_required.gif);
	background-repeat: no-repeat;
	background-position: 245px 4px;
}

div.validation-advice { margin: 5px 0px 0px 150px; color: #990000; }

input.validation-failed,
textarea.validation-failed,
select.validation-failed { border-color: #990000 !important; }

/* Lieferantenselbstauskunft */
div.small_radio input {
	width: 28px;
	margin-top: 7px;
}

div.small_radio label { width: 308px; }
div.small input { width: 73px; }
span.space { margin-left: 45px; }

