html {
	/*display: table;*/
	width: 100%;
	height: 100%;
}
body {
	background-color: #fff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #333;
	padding: 0px;
	margin: 0px;
	/*display: table-cell;
	vertical-align: middle;*/
	width: 100%;
	height: 100%;
}
* html body { behavior: url(/_common/csshover.htc); }

/* Textlayout */
p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #333;
	padding: 0px;
	margin: 0 0 20px;
}
h1 {
	font-size: 20px;
	color: #8c8e94;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 20px;
	display: inline-block;
}
h2 {
	font-size: 12px;
	color: #8c8e94;
	font-weight: bold;
	padding: 0px;
	margin: 20px 0 10px;
}
h3 {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/* Hyperlinks */
a { text-decoration: none; color: #f6a828; }
a:hover { text-decoration: underline; }
a.image {
	background: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #333;
}
a.image:hover { text-decoration: none; }
a.block { display: block; }
a.modal-close, a.modal-close:link,
a.modal-close:active, a.modal-close:visited,
a.modal-close:hover {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #fff;
	color: #f6a828;
	padding: 0 3px 0 4px;
	position: absolute;
	right: 10px;
	top: 6px;
}

/* Bilder im Text */
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.image_right {
	float: right;
	margin: 0 0 5px 10px;
}
.image_right_no { float: right; }
.image_left {
	float: left;
	margin: 0 10px 5px 0;
}
.image_left_no { float: left; }

/* Formular */
form {
	padding: 0px;
	margin: 0px;
}
fieldset {
	width: 938px;
	margin: 0px;
	padding: 5px;
}
.ui-dialog fieldset { width: 608px;/*613px;*/ }
input, textarea {
	background-color: #fff;
	border: 1px solid #8c8e94;
	padding: 2px 5px;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
select {
	background-color: #fff;
	border: 1px solid #8c8e94;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
button {
	background-color: #fff;
	border: 0px none;
	/*outline: 1px solid #8c8e94;*/
	color: #f6a828;
	font-size: 11px;
	line-height: 15px;
	padding: 2px 5px;
	cursor: pointer;
	margin: 1px 0 0 1px;
}
* html button { overflow: visible; border: 1px solid #8c8e94; line-height: 12px; margin: 0 0 0 1px; }
*:first-child+html button { overflow: visible; border: 1px solid #8c8e94; line-height: 12px; margin: 0 0 0 1px; }
button:hover { background-color: #f6a828; color: #fff; }
.form_element {
	float: left;
	/*width: 600px;*/
	width: 469px;
	padding: 0 0 5px;
}
.ui-dialog-content .form_element { width: 600px; }
.form_element2 {
	float: left;
	/*width: 400px;
	padding: 0 0 5px 200px;*/
	width: 312px;
	padding: 0 0 5px 157px;
}
.form_element label {
	float: left;
	/*width: 190px;*/
	width: 147px;
	padding: 3px 10px 0 0;
}
.form_element label.small { /*width: 20px; */width: 10px; text-align: center; padding: 3px 10px 0; }
.form_element label.ui-button { padding: 0px; margin: 0 10px 0 0; width: 145px; }
/*.form_element label .ui-button { margin-top: -3px; }*/
.form_element input { /*width: 368px; */width: 290px; height: 18px; line-height: 15px; }
.form_element input[type=date] { float: left; /*width: 158px; */width: 124px; }
.form_element input[type=time] { float: left; /*width: 58px; */width: 45px; }
.form_element .form_inputgroup { float: left; /*width: 380px; */width: 302px; }
.form_element .form_inputgroup input[type=number] { float: left; width: 48px; margin: 0 5px 0 0; }
.form_element .form_inputgroup input[type=number] + input { float: left; width: 303px; }
.form_element .fileinput-input { /*width: 284px; */width: 206px; height: 16px; line-height: 15px; padding: 4px 5px 2px; }
.form_element .fileinput-button { width: 72px; height: 16px; line-height: 15px; padding: 4px 5px 2px; }
.form_element .fileinput-button-text { padding: 0px; }
.form_element textarea { /*width: 368px; */width: 290px; }
.form_element select { /*width: 380px; */width: 302px; }
.form_element button { margin: 0px; }
.form_element p { margin: 0px; /*padding: 3px 0 0 200px; */padding: 3px 0 0 157px; }
.form_element2 button { margin: 0 0.1em 0 0; }
.form_inputgroup input, .form_inputgroup button, .form_inputgroup label { margin: 0 0 5px; }
.form_inputgroup p { padding: 3px 0 0; }
.form_inputgroup .last { margin: 0px; }
.form_error {
	clear: left;
	float: left;
	width: 380px;
	padding: 0 0 5px 200px;/*10*/
	/*margin: -5px 0 0;*/
}
#select_params .form_element { float: none; display: inline; padding: 0px; }
#select_params .form_element label,
#select_params .form_element input[type=date],
#select_params .form_element input[type=time] { float: none; }

/* Sonstiges */
/* Verwendet bei Zwischenlinien (z.B. Shop, My) */
.onepixel { padding: 1px 0 0 0; }
.pointer { cursor: pointer; }
.hidden { display: none; }
.inline { display: inline; }
.clearer { clear: both; margin: 0px; padding: 0px; border: 0px none; }
.left { float: left; }
.left2 {
	float: left;
	padding: 0 5px 0 0;
}
.left3 {
	float: left;
	padding: 15px 0 0;
}
.right { float: right; }
.right2 {
	float: right;
	padding: 0 5px 0 0;
}
.top_0 { margin-top: 0px; }
.top_5 { margin-top: 5px; }
.top_10 { margin-top: 10px; }
.top_15 { margin-top: 15px; }
.top_20 { margin-top: 20px; }
.bottom_0 { margin-bottom: 0px; }
.bottom_5 { margin-bottom: 5px; }
.bottom_10 { margin-bottom: 10px; }
.bottom_15 { margin-bottom: 15px; }
.bottom_20 { margin-bottom: 20px; }
.left_13 { margin-left: 13px; }
.no-border-left { border-left: 0px none; }
.no-border-right { border-right: 0px none; }
.no-border-top { border-top: 0px none; }
.no-border-bottom { border-bottom: 0px none; }

.separator {
	float: left;
	width: 152px;
	height: 1px;
	background-color: #8c8e94;
	margin: 7px 0px 10px 0px;
}

/* Textstyles */
.smalltext { font-size: 9px; }
.bigtext { font-size: 14px; }
.white { color: #fff; }
.error { color: #ee0000; }
.mandatory { color: #d1562b; }
.oldPrice { text-decoration: line-through; font-size: smaller; }
.newPrice { color: #ee0000; }
.orange { color: #d1562b; }
.grey { color: #8c8e94; }
.uppercase { text-transform: uppercase; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }
.italic { font-style: italic; }

/* Auflistung */
ul {
	list-style-type: square;
	margin: 5px 0;
	padding: 0 0 0 15px;
}
ul.disc { list-style-type: disc; }
ul.none { list-style-type: none; padding: 0px; }

ol {
	margin: 5px 0;
	padding: 0 0 0 20px;
}

/** html ul, * html ol { padding: 0 0 0 21px; }
*:first-child+html ul, *:first-child+html ol { padding: 0 0 0 21px; }*/

ol.lower-alpha {
	list-style-type: lower-alpha;
    padding: 0 0 0 33px;
}
* html ol.lower-alpha { padding: 0 0 0 39px; }
*:first-child+html ol.lower-alpha { padding: 0 0 0 39px; }

li {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
    margin: 0 0 5px;
}

/* Tabelle */
table.table1 {
	padding: 0px;
	margin: 0 0 20px;
}
th.left_10, td.left_10 { padding-left: 10px; }
th.right_10, td.right_10 { padding-right: 10px; }
th.top_10, td.top_10 { padding-top: 10px; }
th.bottom_10, td.bottom_10 { padding-bottom: 10px; }
th.border_right, td.border_right { border-right: 1px solid #8c8e94; }

.iframe {
	overflow: visible;
	width: 583px;
	height: 400px;
}

.ul_small, .ul_small li{
	font-size:11px;
}

.select_icon {
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: 1px 2px;
	vertical-align: middle;
}

#slider ul, #slider li {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
#slider, #slider li {
    overflow: hidden;
    height:98px;
    width:268px;
}
#slider { background: url("/_img/100_bg.png") repeat-x scroll left bottom #fff; }
