/* ------------------------------------------------------------------- */
/* Quality & Logistics
/* 081030
/* ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- */
/* Cross-Browser - HTML-Tag - Resetting
/* ------------------------------------------------------------------- */
@import url(./reset.css);

/* ------------------------------------------------------------------- */
/* Standard-HTML-Tags
/* ------------------------------------------------------------------- */

body {
	background: url(../images/page-main-background.gif) 0 0 repeat-x #f6f6f6;
	color: #666;
	font: 74%/140% Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h1, h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1.2em;
}

h3, h4, h5 {
	margin-bottom: 0.5em;
}

h3 {
	font-weight: bold;
}

h4 {
	font-style: italic;
}

table {
	border: none;
	width: 100%;
}

th, td {
	padding: 1px;
}

th {
	background-color: #97b5cf;
}

small {
	font-size: 0.9em;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a:active {
	color: #111;
}

a[href^="http://"] {
	background: url(../images/icon-wwwlink.gif) 100% 10% no-repeat transparent;
	padding-right: 15px;
}

a[href^="http://www.quality-and-logistics.de"]  {
	background: none;
	padding-right: 0;
}

/* Styling Forms -------------------- */

fieldset {
	line-height: 2em;
	margin: 1em 0;
}

label,
input,
select,
textarea {
  display: block;
  float: left;
	margin-bottom: .5em;
  width: 310px;
}

select {
	width: 315px;
}

input,
select,
textarea {
	background: #fafafa;
	border: 1px solid #d1d1d1;
	font-family: Arial, Verdana, sans-serif;
	padding: 1px 2px;
}

form input:hover,
form select:hover,
form textarea:hover,
form :focus {
	background: #fff;
	border: 1px solid #548fb9;
}

form .invalid {
	background: #fee;
	border: 1px solid pink;
}

label {
	padding-right: 10px;
	width: 90px;
}

input.radio,
input.radio:hover,
label.radio {
	border: none;
	line-height: 1.5em;
	width: auto;
}

input.street_no,
input.zip {
	margin-right: 4px;
	width: 90px;
}

input.street,
input.city {
	margin-right: 4px;
	width: 210px;
}

form p.hint,
form p.valid_hint {
	font-size: 0.85em;
	line-height: 1em;
	margin: 0 0 0 100px;
}

form p.valid_hint {
	background: url(../images/icons/bullet_error.png) 0% 50% no-repeat transparent;
	height: auto;
	padding-left: 20px;
}

form br,
form p {
	border: none;
	clear: left;
	height: 0;
}

input.submit,
input[type=submit] {
  float: none;
	margin-left: 100px;
  width: auto;
}

fieldset.buttons {
	padding-left: 100px;
}

fieldset.buttons input,
fieldset.buttons button {
	float: left;
	margin: 0 5px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: auto;
}

fieldset.buttons :hover {
	background-color: #fff;
}

form label.long {
	display: block;
	font-weight: bold;
	width: auto;
}

form label.radio {
	margin-right: 5px;
	width: auto;
}

.valid_hint.questionaire {
	margin-left: 0;
}

/* ------------------------------------------------------------------- */
/* Layout
/* ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- */
/* #PAGE																												*/

#page {
	background-color: #fff;
	border: 0px solid #eee;
	border-width: 0 1px 1px 0;
	margin: 20px auto;
	padding: 20px;
	position: relative;
	width: 880px;
}

/* ------------------------------------------------------------------- */
/* #PAGE > #PAGE-HEADER																					*/

#page-header {
	margin-bottom: 12px;
}

#page-header h1 {
	margin: 0;
}

#header-navigation {
	background: url(../images/page-navigation-corner-l.gif) top left no-repeat #e2f0fb;
	height: 25px;
	line-height: 25px;
	margin-bottom: 12px;
	position: relative;
	text-align: right;
	z-index: 9998;
}

#header-navigation ul {
	background: url(../images/page-navigation-corner-r.gif) top right no-repeat transparent;
}

#header-navigation li {
	border-right: 1px solid #666;
	display: inline;
	padding: 0 5px;
	position: relative;
}

#header-navigation li.last {
	background: url(../images/p.gif) top right no-repeat transparent;
	border-right: 0;
	padding-right: 10px;
}

#header-image {
	text-align: center;
}
#header-image h1{
	line-height: 0;
}

/* ------------------------------------------------------------------- */
/* #PAGE > #PAGE-CONTENT																					*/

#page-content {
	float: left;
	padding: 6px 15px 0;
	width: 420px;
}


#page-content h2 {
	font-size: 1.2em;
	margin-bottom: 0.25em;
}

#page-content a {
	border-bottom: 1px dotted #bbb;
}

#page-content img {
	margin-bottom: 1em;
}

#page-content .column {
	float: left;
	margin-bottom: 1em;
	width: 420px;
}

#page-content .column.w50 { width: 210px; }
#page-content .column.w33 { width: 140px; }

#page-content .column ul {
	list-style-type: disc;
	padding: 0 20px;
	margin-bottom: 1em;
}
#page-content .column ul.no_list {
	list-style-type: none;
	padding: 0;
}

#page-content .column ul.no_list li {
	padding-bottom: 1em;
}

#page-content .column li {
	margin-bottom: 0.2em;
}

#page-content .column p.headline {
	background-color: #f4f4f4;
	padding: 2px;
	margin-bottom: 0.75em;
}

.linkXchange {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	padding: 0.75em 1em 1em;

	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.linkXchange small {
	display: block;
}


/* ------------------------------------------------------------------- */
/* #PAGE > #PAGE-SIDEBAR																					*/

#page-sidebar {
	float: right;
	width: 410px;
}

#page-sidebar a {
	border-bottom: 1px dotted #bbb;
}

#page-sidebar li.active a {
	color: #333;
}
	
#page-sidebar h2 {
	background: url(../images/page-sidebar-corner-t.gif) 0 0 no-repeat #c9e4f5;
	line-height: 30px;
	margin: 0;
	padding: 0 15px;
}

#page-sidebar ul div,
#page-sidebar ul ul{
	background: url(../images/page-sidebar-corner-b.gif) bottom left no-repeat #e2f0fb;
	margin-bottom: 12px;
	padding: 10px 15px;
}

#page-sidebar ul#links {
	line-height: 2.1em;
}

#page-sidebar ul#links li {
	background: url(../images/page-sidebar-list-point.gif) left 10px no-repeat transparent;
	clear: left;
	padding-left: 12px;
}

#page-sidebar div#countdown {
	background: none;
}

div#countdown {
	margin: 0 auto;
	text-align: center;
	width: 225px;
}

div#countdown div {
	display: inline-block;
	vertical-align: bottom; /* Firefox lte 2.0 */
}

div#countdown div {
	background: none;
	color: #fff;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 56px;
}

div#countdown div.hours,
div#countdown div.minutes,
div#countdown div.seconds {
	background: #67b3e5;
	width: 56px;
}

div#countdown div.days {
	background: #67b3e5;
	width: 82px;
}

div#countdown div small {
	background-color: #548fb9;
	clear: left;
	display: block;
	font-size: 0.9em;
}

div#countdown div span {
	background: url(../images/countdown/char_map.gif) 0 0 no-repeat transparent;
	display: block;
	float: left;
	font-size: 0;
	height: 30px;
	margin: 5px 5px 5px 0;
	width: 20px;
	text-indent: -999em;
}

div#countdown div span.first-child {
	margin-left: 5px;
}

#countdown .char_- { background-position: -22px 0; }
#countdown .char_0 { background-position: -44px 0; }
#countdown .char_1 { background-position: -66px 0; }
#countdown .char_2 { background-position: 0 -30px; }
#countdown .char_3 { background-position: -22px -30px; }
#countdown .char_4 { background-position: -44px -30px; }
#countdown .char_5 { background-position: -66px -30px; }
#countdown .char_6 { background-position: 0 -60px; }
#countdown .char_7 { background-position: -22px -60px; }
#countdown .char_8 { background-position: -44px -60px; }
#countdown .char_9 { background-position: -66px -60px; }

/* ------------------------------------------------------------------- */
/* #PAGE > #PAGE-CONTENT > #PAGE-FOOTER														*/

#page-footer,
#page-footer-push {
	clear: both;
	height: 20px;
}

#page-footer-links { clear: both; height: 40px; width: 880px; margin: 0 auto; padding: 0 0 15px; color: #999; font-size: 10px; text-align: center; overflow: hidden; }
#page-footer-links ul { display: block; }
#page-footer-links li { display: inline; border-right: 1px solid #999; }
#page-footer-links li.last { border-right: 0; }
#page-footer-links li a { color: #999; padding: 0 5px; text-decoration:none; white-space: nowrap; }
#page-footer-links li a:hover { border: none; text-decoration:underline; }


/* ------------------------------------------------------------------- */
/* individual classes
/* ------------------------------------------------------------------- */

.hidden {
	left: -999em;
	position: absolute;
	top: -999em;
	text-indent: -999em;
	z-index: 0;
}
.nowrap {
	white-space: nowrap;
}

.justify {
	text-align: justify;
}

.no_list {
	list-style-type: none;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}

.autoclear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.autoclear {
	display: inline-block;
}
.autoclear {
	display: block;
}
* html .autoclear {
	height: 1%;
}

hr,
br.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0 0 -1px;
	visibility: hidden;
	width: 100%;
}

/* Anti Spam convert for mail-adresses */
.convert_eas {
	direction: rtl;
	unicode-bidi: bidi-override;
}