body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #444;
}

.clearfix:after,
.qtrans_language_chooser:after,
.navigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.headlines {
	font-size: 16px;
	color: #900;
}

.columns-txt {
	font-size: 11px;
}

a.content {
	color: #900;
	padding-left: 12px;
	/*text-indent: 12px;*/
	display: block;
	text-decoration: underline;
	/*background: url(/wp-content/themes/adagiotech/images/icon_arrow.png) no-repeat 0px 4px;*/
	background: url(/wp-content/themes/adagiotech/images/icon_arrow.gif) no-repeat 0px 4px;
	/*behavior: url(/wp-content/themes/adagiotech/iepngfix.htc);*/
}

a.content:hover {
	text-decoration: none;
}

.list {
	padding: 0;
	margin: 0;
}

.list ul {
	padding: 0;
	margin: 0 0 10px 15px;
}

.list ul li {
	list-style-type: disk;
	/*padding-bottom: 10px;*/
	color: #666;
}

h1, h2, h3, h4, h5, h6, a {
	color: #990000;
	margin-top: 0;
}

a:hover {
	text-decoration: none;
}

strong, b {
	color: #000;
}

#content-top h2 {
	font-size: 16px;
}

#content-top p {
	margin-top: 0;
}

#content-top h1,
#content-top h2,
#content-top h3,
#content-top h4,
#content-top h5,
#content-top h6 {
	margin: 0;
}

.clear,
.qtrans_widget_end {
	clear: both;
}

/*/////////////////////////////////////////////////////////////////////////////
// WORDPRESS SPECIFIC
/////////////////////////////////////////////////////////////////////////////*/

* html img {
	behavior: url(/wp-content/themes/adagiotech/iepngfix.htc);
}

.alignleft {
	float: left;
}

img.alignleft {
	margin-right: 10px;
}

.aligncenter {
	float: center;
}

.alignright {
	float: right;
}

img.alignright {
	margin-left: 10px;
}

/*/////////////////////////////////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////////////////////////////////*/

.center-horizontal {
	position: relative;
	margin: auto;
	width: 800px;
	/*
	left: 50%;
	margin-left: -430px;
	*/
}

#header {
	height: 310px;
	min-width: 860px;
	border-top: 5px solid #000;
	border-bottom: 5px solid #900;
	background: #1E1E1E url(images/header-bg.jpg) center no-repeat;
	position: relative;
}

#header h1.title {
	visibility: hidden;
	display: none;
}

#header h3.slogan {
	visibility: hidden;
	display: none;
}

#header #qtrans_language_chooser {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .center-horizontal {
	height: 310px;
}


/*/////////////////////////////////////////////////////////////////////////////
// HEADER NAVIGATION
/////////////////////////////////////////////////////////////////////////////*/

#header .navigation {
	position: absolute;
	right: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .qtrans_language_chooser {
	position: absolute;
	/*left: 290px;*/
	right: 50px;
	bottom: 80px;
}

#header .navigation li,
#header .qtrans_language_chooser li {
	float: left;
}

#header .qtrans_language_chooser li {
	margin-left: 2px;
}

#header .navigation li a {
	color: #FFF;
	display: block;
	margin-left: 8px;
	padding: 8px;
	text-decoration: none;
	text-transform: uppercase;
}

#header .navigation li a:hover {
	color: #ccc;
}

#header .navigation li.current_page_item a {
	background-color: #900;
}

/* INTERN */

#header .navigation .page-item-168 a {
	/* png in ie6 are awful
	background-image: url(images/icon_intern.png);*/
	background-image: url(images/icon_intern.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 28px;
}

/*/////////////////////////////////////////////////////////////////////////////
// CONTENT AREA
/////////////////////////////////////////////////////////////////////////////*/

#content-top {
	border-bottom: 1px solid #dadada;
	background: #F3F3F3;
}

#content-bottom {
	padding-top: 30px;
}

#footer {
	border-top: 1px solid #EBEBEB;
	margin-top: 30px;
	padding: 15px 0;
	font-size: 11px;
	line-height: 14px;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/*/////////////////////////////////////////////////////////////////////////////
// CONTENT (-TOP, -BOTTOM) COLUMNS
/////////////////////////////////////////////////////////////////////////////*/

.with-1-columns {
}

.with-2-columns {
}

.with-3-columns {
	line-height: 17px;
}

.with-2-columns .block,
.with-3-columns .block {
	float: left;
}


/*/////////////////////////////////////////////////////////////////////////////
// CONTENT-TOP COLUMNS
/////////////////////////////////////////////////////////////////////////////*/

.with-2-columns {
	background: #F3F3F3 url(images/content-top-bg.png) center repeat-y;
	line-height: 17px;
}

.with-2-columns .block {
	width: 370px;
}

.with-2-columns .col-1 {
	padding-right: 30px;
}

.with-2-columns .col-2 {
	padding-left: 30px;
}

#content-top .with-1-columns {
	padding: 10px 0;
	font-size: 15px;
}

#content-top .with-1-columns p {
	margin: 0;
}

#content-top .with-1-columns img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}


/*/////////////////////////////////////////////////////////////////////////////
// CONTENT-BOTTOM COLUMNS
/////////////////////////////////////////////////////////////////////////////*/

#content-bottom hr {
	border: none;
	border-top: 1px solid #CCC;
	margin: 20px 0;
}

#content-bottom .with-2-columns {
	background: none;
}

#content-bottom .with-3-columns {
	color: #666;
	font-size: 12px;
	line-height: normal;
}

#content-bottom .with-2-columns .new-row,
#content-bottom .with-3-columns .new-row {
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EBEBEB;
	clear: both;
}

#content-bottom .with-2-columns .col-1 {
	width: 369px;
	border-right: 1px solid #EBEBEB;
}

#content-bottom .with-3-columns .block {
	width: 240px;
}

#content-bottom .with-3-columns .col-1 {
	width: 239px;
	padding-right: 20px;
	border-right: 1px solid #ebebeb;
}

#content-bottom .with-3-columns .col-2 {
	width: 239px;
	border-right: 1px solid #ebebeb;
	padding: 0 20px;
}

#content-bottom .with-3-columns .col-3 {
	padding-left: 20px;
}




/*/////////////////////////////////////////////////////////////////////////////
// CONTACT-PAGE COLUMNS
/////////////////////////////////////////////////////////////////////////////*/

#form .reqtxt {
	display: none;
}

#form #content-bottom .col-1 {
	padding: 0 30px 0 0;
	width: 350px;
}

#form #content-bottom .with-2-columns .col-2 {
	padding: 0 0 0 30px;
	/* minus 2px border */
	width: 389px;
}

#form #content-bottom .with-3-columns .col-2 {
	padding: 0 30px;
	/* minus 2px border */
	width: 164px;
}

#form #content-bottom .with-3-columns .col-3 {
	padding: 0 0 0 30px;
	width: 164px;
}


#form #li--7 {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #CCC;
}

#form #li--7 label {
	position: static;
}

#form #li--7 textarea {
	width: 342px;
	margin: 0;
}


/*/////////////////////////////////////////////////////////////////////////////
// NEWS-PAGE
/////////////////////////////////////////////////////////////////////////////*/

#news .block h2 a {
	text-decoration: none;
}

div.news-calendar {
	background: url(images/calendar-background.png) no-repeat;
	width: 45px;
	height: 52px;
	float: left;
	margin-right: 12px;
	behavior: url(/wp-content/themes/adagiotech/iepngfix.htc);
}

div.news-calendar .date {
	display: block;
	font-size: 22px;
	font-weight: bolder;
	height: 35px;
	line-height: 30px;
	text-align: center;
	color: #000;
}

div.news-calendar .month {
	display: block;
	height: 17px;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	color: #FFF;
}

.more-link {
	display: block;
	margin-top: 5px;
	text-align: right;
}

/*/////////////////////////////////////////////////////////////////////////////
// PRODUCTS-PAGE
/////////////////////////////////////////////////////////////////////////////*/

#productpage {
	overflow: hidden;
}

#producer-overview {
	width: 160px;
	padding: 0;
	margin: 0;
	margin-right: 30px;
	float: left;
	list-style: none;
	background-color: #FBFBFB;
	border: 1px solid #E6E6E6;
	padding: 0 20px;
	margin-bottom: 30px;
}

#producer-overview a img {
	border: 0;
}

#producer-overview li {
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
}

#producer-overview li.last {
	border-bottom: none;
}

#producer-content {
	margin-left: 230px;
}

#producer-overview li .arrow {
	display: none;
	/*behavior: url(/wp-content/themes/adagiotech/iepngfix.htc);*/
}

#producer-overview li.active .arrow {
	margin-right: -11px;
	width: 11px;
	height: 21px;
	/* ie6 ...
	background: url(images/productpage_arrow_left.png);*/
	background: url(images/productpage_arrow_left.gif);
	position: absolute;
	left: 180px;
	top: 15px;
	display: block;
}

#producer-content .producer.with-additional .text {
	width: 344px;
	padding-right: 30px;
	float: left;
	border-right: 1px solid #E6E6E6;
}

#producer-content .producer .additional {
	margin-left: 30px;
	width: 160px;
	float: left;
}

/*/////////////////////////////////////////////////////////////////////////////
// LOCATIONS-PAGE
/////////////////////////////////////////////////////////////////////////////*/

#locations .with-3-columns .col-1,
#locations .with-3-columns .col-2 {
	width: 195px;
}

#locations .with-3-columns .col-3 {
	width: 328px;
}

/*/////////////////////////////////////////////////////////////////////////////
// INTERN-PAGE
/////////////////////////////////////////////////////////////////////////////*/

#intern #login,
#intern #receive-pwd {
	width: 280px;
	padding: 20px;
	background-color: #FBFBFB;
	border: 1px solid #E6E6E6;
}

/*/////////////////////////////////////////////////////////////////////////////
// START-PAGE
/////////////////////////////////////////////////////////////////////////////*/

#start #content-top {
	padding: 30px 0;
}


