/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */
/**
* Garland, for Drupal 6.x
* Stefan Nagtegaal, iStyledThis [dot] nl
* Steven Wittens, acko [dot] net`
*
* If you use a customized color scheme, you must regenerate it after
* modifying this file.
*/
/**
* Generic elements
*/
body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size-adjust: none;
	font-size: 0.823863em;
	line-height: 1.4285em;
	/*font: 12px/170% Verdana, sans-serif;*/
	color: #241b05;
	overflow-y: scroll;
}

.hidden {
	display: none;
}

input {
	font: 12px/100% "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: #241b05;
	border-top: solid 2px #848484 !important;
	border-left: solid 2px #848484 !important;
	border-right: none;
	border-bottom: none;
}

textarea, select {
	font: 12px/160% Verdana, sans-serif;
	color: #241b05;
}

input, textarea, select {
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}

input.submit, input.submit-big, input.offer, a.submit, a.submit-big, a.offer {
	background: url("/img/button.png") no-repeat scroll 0 0 transparent;
	border: none !important;
	font-size: 13px;
	padding-top: 0 !important;
	padding-top: 0.4em\9\0 !important;
	cursor: pointer;
	/*border-radius*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 20px !important;
}
.ie10 input.submit, .ie10 input.submit-big, .ie10 input.offer, .ie10 a.submit, .ie10 a.submit-big, .ie10 a.offer {
	padding-top: 0.4em !important;
}
input.submit, input.submit-big, a.submit, a.submit-big {
	color: #646464;
}
input.submit:hover, input.submit-big:hover, a.submit:hover, a.submit-big:hover {
	color: #3E9ABC;
}
input.submit:active, a.submit:active {
	background-position: 0 -20px;
}
input.offer, a.offer {
	background-position: -100px 0;
}
input.offer:active, a.offer:active {
	background-position: -100px -20px;
}
input.submit-big, a.submit-big {
	background-position: -300px 0;
	width: 150px !important;
	border: none;
}
input.submit-big:active, a.submit-big:active {
	background-position: -300px -20px;
}

ul.one-column li {
	width: 100%;
	margin-right: 0;
}
ul.two-columns li {
	width: 47.5%;
	margin-right: 2.5%;
}
ul.column-design {
	width: 100%;
	margin-top: 25px;
}
ul.column-design li {
	float: left;
	padding-left: 0;
	margin-left: 0;
}
ul.column-design li.last {
	margin-right: 0;
}
ul.column-design, ul.column-design * {
	height: auto;
	overflow: hidden;
}
ul.column-design ul li {
	width: 100%;
	margin: 0;
}
ul.column-design ul.column-design-sub {
	margin: 0;
}
ul.column-design ul.column-design-sub li {
	margin-bottom: 20px;
}
ul.column-design ul.column-design-sub li.last {
	margin-bottom: 0;
}
ul.column-design.offer-container {
	position: relative;
}
ul.column-design.offer-container li.last {
	position: absolute;
	bottom: 0;
	right: 0;
}
ul.linklist {
	margin: 1em 0 0 0;
}
ul.linklist li {
	padding: 0 0 2px 0;
	margin: 0;
	display: block;
	width: 100%;
}
ul.linklist li a {
	width: auto;
	text-align: left;
	padding: 0 12px 0 0;
	margin: 0;
}
ul.logolist figure {
	overflow: visible;
}
ul.logolist figure, ul.logolist figure * {
	height: 80px;
}
ul.logolist figure img {
	width: 172px;
	height: 78px;
	float: left;
	border: 1px solid #dddddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 2px 2px 4px rgba(70, 70, 70, 0.1);
	-moz-box-shadow: 2px 2px 4px rgba(70, 70, 70, 0.1);
	box-shadow: 2px 2px 4px rgba(70, 70, 70, 0.1);
	background-image: url("../img/references/no-logo.jpg");
}
ul.logolist figure figcaption {
	width: 50%;
	display: table-cell;
	padding: 0 1em;
}

.centered-img {
	width: 100%;
	text-align: center;
}

div.offer-products {
	position: absolute;
	top: 100px;
	left: 550px;
	width: 350px;
}
div.offer-products ul, div.offer-products img, div.offer-products h4, div.offer-products .price {
	float: left;
	width: 50%;
}
div.offer-products ul {
	margin-top: 14px;
}
div.offer-products img {
	margin-left: 5%;
	width: 45%;
}
div.offer-products li {
	padding: 0;
	margin: 0;
}
div.offer-products .price, div.offer-products .nettoprice {
	text-align: right;
}
div.offer-products .nettoprice {
	margin-left: 50%;
}
div.offer-products * {
	font: inherit;
}

input.submit {
	width: 100px !important;
	height: 20px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
input.offer {
	width: 100px !important;
	height: 20px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin-left: auto;
	display: block;
	color: #F2F6FB !important;
	margin-top: 1.75em;
}

div#offer {
	width: 100%;
	margin-top: 0;
}
div#offer * {
	float: right;
	margin: -1em 1em 0 0;
}

input[type="password"] {
	font-family: "arial,sans-serif";
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.14286em;
}

h4 {
	font-size: 1.1331em;
}

h5 {
	font-size: 1.1231em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

ul, quote, code, fieldset {
	margin: .5em 0;
}

p {
	margin: 0.6em 0 1.2em;
	padding: 0;
}

a:link, a:visited {
	color: #3E9ABC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active, a.active {
	color: #5c5c5c;
}

hr {
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #faf9f9;
}

ul {
	margin: 0.5em 0 1em;
	padding: 0;
}

ol {
	margin: 0.75em 0 1.25em;
	padding: 0;
}
ol li {
	margin: 0.4em 0 0.4em .5em;
	/* LTR */
}

ul li {
	margin: 0.4em 0 0.4em .5em;
	/* LTR */
}
ul.menu {
	margin: 0.35em 0 0 -0.5em;
	/* LTR */
	padding: 0;
}

.item-list ul {
	margin: 0.35em 0 0 -0.5em;
	/* LTR */
	padding: 0;
}

ul.menu ul, .item-list ul ul {
	margin-left: 0em;
	/* LTR */
}

ol li {
	margin: 0.15em 0 0.15em .5em;
	/* LTR */
}

ul li, ul.menu li {
	margin: 0.15em 0 0.15em .5em;
	/* LTR */
}

.item-list ul li, li.leaf {
	margin: 0.15em 0 0.15em .5em;
	/* LTR */
}

ul li, ul.menu li {
	padding: 0 0 .2em 1.5em;
	list-style-type: none;
	list-style-image: none;
	/* background: transparent url(menu-leaf.gif) no-repeat 1px .35em; */
}

.item-list ul li, li.leaf {
	padding: 0 0 .2em 1.5em;
	list-style-type: none;
	list-style-image: none;
	/* background: transparent url(menu-leaf.gif) no-repeat 1px .35em; */
}

ul.linklist li a {
	padding-right: 12px;
	background: url("/img/link.png") no-repeat right center;
}

ol li {
	padding: 0 0 .3em;
	margin-left: 2em;
	/* LTR */
}

ul li.expanded {
	background: transparent url(menu-expanded.gif) no-repeat 1px 0.35em;
	/* LTR */
}
ul li.collapsed {
	background: transparent url(menu-collapsed.gif) no-repeat 0px 0.35em;
	/* LTR */
}
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
	display: block;
}
ul.inline li {
	background: none;
	margin: 0;
	padding: 0 1em 0 0;
	/* LTR */
}

ol.task-list {
	margin-left: 0;
	/* LTR */
	list-style-type: none;
	list-style-image: none;
}
ol.task-list li {
	padding: 0.5em 1em 0.5em 2em;
	/* LTR */
}
ol.task-list li.active {
	background: transparent url(/themes/garland/images/task-list.png) no-repeat 3px 50%;
	/* LTR */
}
ol.task-list li.done {
	color: #176850;
	background: transparent url(/misc/watchdog-ok.png) no-repeat 0px 50%;
	/* LTR */
}
ol.task-list li.active {
	margin-right: 1em;
	/* LTR */
}

fieldset ul.clear-block li {
	margin: 0;
	padding: 0;
	background-image: none;
}

dl {
	margin: 0.5em 0 1em 1.5em;
	/* LTR */
}
dl dd {
	margin: 0 0 .5em 1.5em;
	/* LTR */
}

img, a img {
	border: none;
}

table {
	margin: 1em 0;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #fefefe;
	color: #241b05;
	font-weight: bold;
}

th a:link, th a:visited {
	color: #6d6d6d;
}

td, th {
	padding: .3em .5em;
}

tr.even, tr.odd {
	border: solid #fefefe;
	border-width: 1px 0;
}

tbody th {
	border: solid #fefefe;
	border-width: 1px 0;
}

tr.odd, tr.info {
	background-color: #fefefe;
}
tr.even {
	background-color: #ffffff;
}
tr.drag {
	background-color: #fcf5f5;
}
tr.drag-previous {
	background-color: #f9e8e8;
}
tr.odd td.active, tr.even td.active {
	background-color: #fefefe;
}

td.region, td.module, td.container, td.category {
	border-top: 1.5em solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #fefefe;
	color: #22123a;
	font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
	border-top-width: 0;
}

span.form-required {
	color: #87df00;
}
span.submitted {
	font-size: 0.92em;
	color: #716b5c;
}

.description {
	font-size: 0.92em;
	color: #716b5c;
	line-height: 150%;
	margin-bottom: 0.75em;
	color: #716b5c;
}

.messages, .preview {
	margin: .75em 0 .75em;
	padding: .5em 1em;
}

.messages ul {
	margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
	margin: 0.25em 0;
}

#center form {
	margin-bottom: 2em;
}

.form-button, .form-submit {
	margin: 2em 0.5em 1em 0;
	/* LTR */
}

#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit {
	margin: 0;
}

fieldset .form-button, fieldset .form-submit {
	margin: 0;
}

.sidebar .form-button, .sidebar .form-submit {
	margin: 0;
}

table .form-button, table .form-submit {
	margin: 0;
}

.box {
	margin-bottom: 2.5em;
}

/**
* Layout
*/
#header-region {
	min-height: 1em;
	background: #fefefe url(/img/bg-navigation.png) repeat-x 50% 100%;
}
#header-region .block {
	display: block;
	margin: 0 1em;
}
#header-region .block-region {
	display: block;
	margin: 0 0.5em 1em;
	padding: 0.5em;
	position: relative;
	top: 0.5em;
}
#header-region * {
	display: inline;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}
#header-region script {
	display: none;
}
#header-region p, #header-region img {
	margin-top: 0.5em;
}
#header-region h2 {
	margin: 0 1em 0 0;
	/* LTR */
}
#header-region h3, #header-region label, #header-region li {
	margin: 0 1em;
	padding: 0;
	background: none;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#wrapper {
	background: #fefefe url(/img/body.png) repeat-x 50% 0;
}
#wrapper #container {
	margin: 0 auto;
	padding: 0 20px;
	width: 956px;
}
#wrapper #container #header {
	height: 80px;
}
#wrapper #container #header #logo-floater {
	position: absolute;
	margin-top: 23px;
	*margin: 30px 0 0 -10em;
}
#wrapper #container #header #logo-floater #logo {
	padding: 20px;
	margin-top: -15px;
}
#wrapper #container #header h1 {
	line-height: 120px;
	position: relative;
	z-index: 2;
	white-space: nowrap;
}
#wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
	line-height: 120px;
	position: relative;
	z-index: 2;
	white-space: nowrap;
}
#wrapper #container #header h1 span {
	font-weight: bold;
}
#wrapper #container #header h1 img {
	padding-top: 14px;
	padding-right: 20px;
	/* LTR */
	float: left;
	/* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
	min-width: 980px;
}
body.sidebar-left, body.sidebar-right {
	min-width: 780px;
}

/* With 2 columns, require a minimum width of 800px. */
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
	float: left;
	width: 100%;
	*margin-top: 2.25em;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
	margin-left: -210px;
}
body.sidebar-right #center {
	margin-right: -210px;
}
body.sidebars #center {
	margin: 0 -210px;
}
body.sidebar-left #squeeze {
	margin-left: 210px;
}
body.sidebar-right #squeeze {
	margin-right: 210px;
}
body.sidebars #squeeze {
	margin: 0 210px;
}

/* And add blanks left and right for the sidebars to fill */
/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
	margin: 60px 0 5em;
	width: 210px;
	float: left;
	z-index: 2;
	position: relative;
}
#wrapper #container .sidebar .block {
	margin: 0 0 1.5em 0;
}

#sidebar-left .block {
	padding: 0 15px 0 0px;
}

#sidebar-right .block {
	padding: 0 0px 0 15px;
}

.block .content {
	margin: 0.5em 0;
}

#sidebar-left .block-region {
	margin: 0 15px 0 0px;
	/* LTR */
}

#sidebar-right .block-region {
	margin: 0 0px 0 15px;
	/* LTR */
}

.block-region {
	padding: 1em;
	background: transparent;
	border: 2px dashed #ffffff;
	text-align: center;
	font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
	background: white url(/img/bg-content.png) repeat-x 50% 0;
	position: relative;
}
#wrapper #container #center .right-corner {
	background: transparent url(/img/bg-content-right.png) no-repeat 100% 0;
	position: relative;
	left: 10px;
}
#wrapper #container #center .right-corner .left-corner {
	padding: 60px 25px 5em 35px;
	background: transparent url(/img/bg-content-left.png) no-repeat 0 0;
	margin-left: -10px;
	position: relative;
	left: -10px;
	min-height: 400px;
}
#wrapper #container #footer {
	float: none;
	clear: both;
	text-align: center;
	margin: 4em 0 -3em;
	color: #716b5c;
}
#wrapper #container .breadcrumb {
	position: absolute;
	top: 15px;
	left: 35px;
	/* LTR */
	z-index: 3;
}

body.sidebar-left #footer {
	margin-left: -210px;
}
body.sidebar-right #footer {
	margin-right: -210px;
}
body.sidebars #footer {
	margin: 0 -210px;
}

/**
* Header
*/
#wrapper #container #header h1 {
	color: #a1a1a1;
	font-weight: normal;
	text-shadow: #f2ebe9 0px 1px 3px;
	font-size: 1.6em;
}
#wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
	color: #a1a1a1;
	font-weight: normal;
	text-shadow: #f2ebe9 0px 1px 3px;
	font-size: 1.6em;
}
#wrapper #container #header h1 a:hover {
	text-decoration: none;
}
#wrapper #container .breadcrumb {
	font-size: 0.92em;
	color: #656565;
}
#wrapper #container .breadcrumb a {
	color: #656565;
}
#wrapper #container .breadcrumb ul li {
	display: inline;
	color: #aaaaaa;
}
#wrapper #container .breadcrumb ul li:first-child {
	padding: 0 0 0.2em 0;
	margin: 0.15em 0 0.15em 0;
}
#wrapper #container .breadcrumb ul li a {
	color: #656565;
}
#wrapper #container .breadcrumb ul li a:hover {
	color: #2298c1;
	text-decoration: none;
}

#site-info ul {
	white-space: nowrap;
	cursor: default;
	text-align: left;
	margin-left: 0.5em;
	width: 71%;
	float: left;
}
#site-info ul li {
	display: block;
	margin: 0 0 0 1em;
	padding: 0;
	cursor: auto;
	float: left;
}
#site-info div#copyright {
	width: 26.25%;
	text-align: right;
	float: left;
	margin: 0.5em 0 1em 0;
}

#mission {
	padding: 1em;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin-bottom: 2em;
}

/**
* Primary navigation
*/
ul.primary-links {
	margin: 0 0 0 137px;
	padding: 0;
	position: relative;
	z-index: 4;
}
ul.primary-links li {
	margin: 0;
	padding: 0 !important;
	float: left;
	/* LTR */
	background-image: none;
}
ul.primary-links li a {
	display: block;
	margin: 0;
	padding: .75em 1em 0 1em;
	color: #656565;
	background: transparent url(/img/bg-navigation-item.png) no-repeat 50% 0;
}
ul.primary-links li a:link, ul.primary-links li a:visited {
	display: block;
	margin: 0;
	padding: .75em 1em 0 1em;
	color: #656565;
	background: transparent url(/img/bg-navigation-item.png) no-repeat 50% 0;
}
ul.primary-links li a:hover {
	color: #2298c1;
	background: transparent url(/img/bg-navigation-item-hover.png) no-repeat 50% 0;
	text-decoration: none;
}
ul.primary-links li a.active {
	color: #aaaaaa;
	background: transparent url(/img/bg-navigation-item-active.png) no-repeat 50% 0;
	cursor: default;
}
ul.secondary-links {
	margin: 0;
	padding: 18px 0 0;
	float: right;
	/* LTR */
	clear: right;
	/* LTR */
	position: relative;
	z-index: 4;
}
ul.secondary-links li {
	margin: 0;
	padding: 0;
	float: left;
	/* LTR */
	background-image: none;
}
ul.secondary-links li a {
	display: block;
	margin: 0 1em;
	padding: .75em 0 0;
	color: #d1d1d1;
	background: transparent;
}
ul.secondary-links li a:link, ul.secondary-links li a:visited {
	display: block;
	margin: 0 1em;
	padding: .75em 0 0;
	color: #d1d1d1;
	background: transparent;
}
ul.secondary-links li a:hover, ul.secondary-links li a.active {
	color: #d1d1d1;
	background: transparent;
}
ul.primary, ul.secondary {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
}
ul.primary li, ul.secondary li {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
}

/**
* Secondary navigation
*/
/**
* Local tasks
*/
#tabs-wrapper {
	margin: 0 -26px 1em;
	padding: 0 26px;
	border-bottom: 1px solid #fdfdfd;
	position: relative;
}

ul.primary {
	padding: 0.5em 0 10px;
	float: left;
	/* LTR */
}
ul.secondary {
	clear: both;
	text-align: left;
	/* LTR */
	border-bottom: 1px solid #fdfdfd;
	margin: -0.2em -26px 1em;
	padding: 0 26px 0.6em;
}

h2.with-tabs {
	float: left;
	/* LTR */
	margin: 0 2em 0 0;
	/* LTR */
	padding: 0;
}

ul.primary li a, ul.primary li.active a {
	border: 0;
	background: transparent;
	padding: 4px 1em;
	margin: 0 0 0 1px;
	/* LTR */
	height: auto;
	text-decoration: none;
	position: relative;
	top: -1px;
	display: inline-block;
}
ul.primary li a:hover, ul.primary li a:visited {
	border: 0;
	background: transparent;
	padding: 4px 1em;
	margin: 0 0 0 1px;
	/* LTR */
	height: auto;
	text-decoration: none;
	position: relative;
	top: -1px;
	display: inline-block;
}
ul.secondary li a, ul.secondary li.active a {
	border: 0;
	background: transparent;
	padding: 4px 1em;
	margin: 0 0 0 1px;
	/* LTR */
	height: auto;
	text-decoration: none;
	position: relative;
	top: -1px;
	display: inline-block;
}
ul.secondary li a:hover, ul.secondary li a:visited {
	border: 0;
	background: transparent;
	padding: 4px 1em;
	margin: 0 0 0 1px;
	/* LTR */
	height: auto;
	text-decoration: none;
	position: relative;
	top: -1px;
	display: inline-block;
}
ul.primary li.active a {
	background: url(/img/bg-tab.png) repeat-x 0 50%;
	color: #a1a1a1;
}
ul.primary li.active a:link, ul.primary li.active a:visited {
	background: url(/img/bg-tab.png) repeat-x 0 50%;
	color: #a1a1a1;
}
ul.primary li a:hover {
	background: url(/img/bg-tab.png) repeat-x 0 50%;
	color: #a1a1a1;
}
ul.secondary li.active a {
	background: url(/img/bg-tab.png) repeat-x 0 50%;
	color: #a1a1a1;
}
ul.secondary li.active a:link, ul.secondary li.active a:visited {
	background: url(/img/bg-tab.png) repeat-x 0 50%;
	color: #a1a1a1;
}
ul.secondary li a:hover {
	background: url(/img/bg-tab.png) repeat-x 0 50%;
	color: #a1a1a1;
}
ul.primary li.active a, ul.secondary li.active a {
	font-weight: bold;
}

/**
* Nodes & comments
*/
.node {
	border-bottom: 1px solid #fdfdfd;
	margin: 0 -26px 1.5em;
	padding: 1.5em 26px;
}

ul.links li, ul.inline li {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	/* LTR */
	padding-right: 1em;
	/* LTR */
	background-image: none;
}

.node .links, .comment .links {
	text-align: left;
	/* LTR */
}

.terms ul.links li {
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 1em;
}

.picture, .comment .submitted {
	float: right;
	/* LTR */
	clear: right;
	/* LTR */
	padding-left: 1em;
	/* LTR */
}

.new {
	color: #87df00;
	font-size: 0.92em;
	font-weight: bold;
	float: right;
	/* LTR */
}

.terms {
	float: right;
	/* LTR */
}

.preview .node, .preview .comment {
	margin: 0;
	padding: 0.5em 0;
	border: 0;
	background: 0;
}

.sticky {
	margin: 0;
	padding: 0.5em 0;
	border: 0;
	background: 0;
	padding: 1em;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin-bottom: 2em;
}

#comments {
	position: relative;
	top: -1px;
	border-bottom: 1px solid #fdfdfd;
	margin: -1.5em -25px 0;
	padding: 0 25px;
}
#comments h2.comments {
	margin: 0 -25px;
	padding: .5em 25px;
}

.comment {
	margin: 0 -25px;
	padding: 1.5em 25px 1.5em;
	border-top: 1px solid #fdfdfd;
}

.indented {
	margin-left: 25px;
	/* LTR */
}

.comment h3 a.active {
	color: #241b05;
}

.node .content, .comment .content {
	margin: 0.6em 0;
}

/**
* Aggregator.module
*/
#aggregator {
	margin-top: 1em;
}
#aggregator .feed-item-title {
	font-size: 160%;
	line-height: 130%;
}
#aggregator .feed-item {
	border-bottom: 1px solid #fdfdfd;
	margin: -1.5em -31px 1.75em;
	padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
	font-size: 0.92em;
}
#aggregator .feed-item-meta {
	font-size: 0.92em;
	color: #716b5c;
}

/**
* Color.module
*/
#palette .form-item {
	border: 1px solid #ffffff;
}
#palette .item-selected {
	border: 1px solid #fefefe;
}

/**
* Menu.module
*/
tr.menu-disabled {
	opacity: 0.5;
}
tr.odd td.menu-disabled {
	background-color: #fefefe;
}
tr.even td.menu-disabled {
	background-color: #ffffff;
}

/**
* Poll.module
*/
.poll .bar {
	background: white url(/img/bg-bar-white.png) repeat-x 0 0;
	border: solid #fcfcfc;
	border-width: 0 1px 1px;
}
.poll .bar .foreground {
	background: #fbfafa url(/img/bg-bar.png) repeat-x 0 100%;
}
.poll .percent {
	font-size: .9em;
}

/**
* Autocomplete.
*/
#autocomplete li {
	cursor: default;
	padding: 2px;
	margin: 0;
}

/**
* Collapsible fieldsets
*/
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #fefefe;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child + html fieldset {
	padding: 0 1em 1em;
	background-position: 0 .75em;
	background-color: transparent;
}
*:first-child + html fieldset > .description, *:first-child + html fieldset .fieldset-wrapper .description {
	padding-top: 1em;
}

fieldset legend {
	/* Fix disappearing legend in FFox */
	display: block;
}

*:first-child + html fieldset legend, *:first-child + html fieldset.collapsed legend {
	display: inline;
}

html.js fieldset.collapsed {
	background: transparent;
	padding-top: 0;
	padding-bottom: .6em;
}
html.js fieldset.collapsible legend a {
	padding-left: 2em;
	/* LTR */
	background: url(/img/menu-expanded.gif) no-repeat 0% 50%;
	/* LTR */
}
html.js fieldset.collapsed legend a {
	background: url(/img/menu-collapsed.gif) no-repeat 0% 50%;
	/* LTR */
}

/**
* Syndication icons and block
*/
#block-node-0 h2 {
	float: left;
	/* LTR */
	padding-right: 20px;
	/* LTR */
}
#block-node-0 img {
	float: right;
	/* LTR */
	padding-top: 4px;
}

.feed-icon {
	float: right;
	/* LTR */
	padding-top: 4px;
}

#block-node-0 .content {
	clear: right;
	/* LTR */
}

/**
* Login Block
*/
#user-login-form {
	text-align: center;
}
#user-login-form ul {
	text-align: left;
	/* LTR */
}

#login-form {
	display: block;
	float: right;
	margin: 10px 0 -12px 0;
	width: auto;
}
#login-form label, #login-form a {
	display: inline-block;
	width: 140px;
	text-align: left;
	*margin-top: -2.5em;
}
#login-form input {
	margin-right: 0;
	height: 16px;
}

/**
* User profiles.
*/
.profile {
	margin-top: 1.5em;
}
.profile h3 {
	border-bottom: 0;
	margin-bottom: 1em;
}
.profile dl {
	margin: 0;
}
.profile dt {
	font-weight: normal;
	color: #716b5c;
	font-size: 0.92em;
	line-height: 1.3em;
	margin-top: 1.4em;
	margin-bottom: 0.45em;
}
.profile dd {
	margin-bottom: 1.6em;
}

/**
* Admin Styles
*/
div.admin-panel {
	margin: 0;
	padding: 0;
}
div.admin-panel .description, div.admin-panel .body {
	margin: 0;
	padding: 0;
}
div.admin {
	margin: 0;
	padding: 0;
}
div.admin .left, div.admin .right, div.admin .expert-link {
	margin: 0;
	padding: 0;
}
div.item-list {
	margin: 0;
	padding: 0;
}

.menu {
	margin: 0;
	padding: 0;
}

div.admin .left {
	float: left;
	/* LTR */
	width: 48%;
}
div.admin .right {
	float: right;
	/* LTR */
	width: 48%;
}
div.admin-panel {
	padding: 1em 1em 1.5em;
}
div.admin-panel .description {
	margin-bottom: 1.5em;
}
div.admin-panel dl {
	margin: 0;
}
div.admin-panel dd {
	color: #716b5c;
	font-size: 0.92em;
	line-height: 1.3em;
	margin-top: -.2em;
	margin-bottom: .65em;
}
div#login-error {
	position: absolute;
	margin: 8.2em 0 0 56.5em;
	*margin: 9em 0 0 12.5em;
	padding: 0.4em;
	z-index: 9999;
	color: #E0888B;
	font-weight: bold;
}

table.system-status-report th {
	border-color: #fefefe;
}

#autocomplete li.selected {
	background: #222020;
	color: #ffffff;
}

tr.selected td {
	background: #222020;
	color: #ffffff;
}
tr.selected td.active {
	background: #222020;
	color: #ffffff;
}
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
	color: #d7d7d7;
}
tr.taxonomy-term-preview {
	opacity: 0.5;
}
tr.taxonomy-term-divider-top {
	border-bottom: none;
}
tr.taxonomy-term-divider-bottom {
	border-top: 1px dotted #f4f4f4;
}

/**
* CSS support
*/
/*******************************************************************
*																				*
*******************************************************************/
/**
* Generic elements.
*/
.messages {
	background-color: #fff;
	border: 1px solid #b8d3e5;
}

.preview {
	background-color: #fcfce8;
	border: 1px solid #e5e58f;
}

div.status {
	color: #33a333;
	border-color: #c7f2c8;
}
div.error {
	color: #a30000;
	background-color: #FFCCCC;
}

tr.error {
	color: #a30000;
	background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
	border: 1px solid #c52020;
	color: #ffffff;
	background-color: #e0888b;
}

div#offer-contact {
	float: left;
	margin: 33px 0 0 -35px;
	width: 350px;
}
div#offer-contact img {
	border-radius: 0.5em;
	margin-top: 47px;
}
div#offer-contact dl {
	margin: 0 1.12em;
}
div#offer-contact dl dt {
	width: 49%;
	float: left;
	clear: left;
}
div#offer-contact dl dd {
	width: 49%;
	float: left;
	text-align: right;
	margin-left: 0;
}

p#offer-sent {
	font-weight: bold;
	width: 454px;
	margin-left: 37px;
	height: 38px;
}

/**
* forms
*/
form.loginform {
	text-align: right;
	width: 300px;
	margin-bottom: 1em !important;
}
form.loginform > label {
	width: 195px;
	display: inline-block;
	text-align: left;
}
form.form .label {
	width: 195px;
	display: inline-block;
	text-align: left;
}
form.loginform > p {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	color: #a30000;
}
form.loginform#login-main {
	text-align: right;
	width: 300px;
	margin-bottom: 5em !important;
}
form.form {
	width: 550px;
	text-align: right;
}
form.form ul {
	width: 550px;
	text-align: right;
}
form.loginform#login-main > label {
	display: inline-block;
	width: 150px;
	float: left;
}
form.form .label, form.form .input {
	display: inline-block;
	width: 150px;
	float: left;
}
form.form label {
	display: block;
	width: 250px;
}
form.loginform#login-main > input {
	width: 144px;
	padding: 2px;
	margin-bottom: 1em;
}
form.form input {
	width: 144px;
	padding: 2px;
	margin-bottom: 1em;
}
form.form select {
	width: 144px;
	padding: 2px;
	margin-bottom: 1em;
	width: 150px !important;
	padding: 2px;
	margin-bottom: 1em;
}
form.form legend {
	width: 100%;
	text-align: left;
}
form.form fieldset legend {
	font-size: 1.14286em;
}
form.form input[type="checkbox"] {
	width: 13px;
	margin-right: 134px;
}
form.form .label {
	display: inline-block;
}
form.form .input {
	display: inline-block;
	width: 300px;
}
form.form label.error {
	width: 300px;
}
form.form input.checkbox {
	*border-style: none !important;
}
form.form .label {
	vertical-align: top;
}
form.form input.submit, form.form input.submit-big {
	margin-right: 59px;
	float: none;
}
form.form div.input.submit, form.form div.input.submit-big {
	float: none;
}
form.form #captcha-img {
	width: 148px;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	border-top: 2px solid #848484 !important;
	border-left: 2px solid #848484 !important;
	border-right: none;
	border-bottom: none;
	margin-bottom: -2em;
}
form.form#form-offer {
	float: left;
}
form.form#form-offer #captcha-img {
	margin: 0 0 -14px 0;
}
form.form #li-captcha {
	clear: left;
}
form.form input.error, form.form textarea.error {
	color: #efefef;
	background-color: #e0888b;
}
form.form input.submit, form.form input.submit-big {
	color: #646464;
}
form.form label.error-message {
	display: block !important;
	float: none;
	clear: both;
	margin: -1em 32px 1em auto;
	white-space: nowrap;
	overflow-x: visible;
	width: 150px;
	height: 1em;
}
form.form label.error-message[for=captcha] {
	margin-bottom: -1.1em;
}
form.form .no-error {
	margin: 0 32px 2em auto;
}
form.form fieldset.legend-label legend {
	margin: -2.5em 0 0 1.85em;
	width: 250px;
	font-size: 0.999497em;
}
form.form fieldset.legend-label ul {
	margin: -1.1em 0 0 0;
	font-size: 0.999497em;
}

@-moz-document url-prefix() {
	form.form fieldset.legend-label ul {
		margin-top: -1.5em;
	}
}

/**
 * impressum
 */
#impressum {
	padding-bottom: 1.5em;
}
#impressum li {
	display: block;
}
#impressum li > div {
	display: inline-block;
	vertical-align: top;
}
#impressum li > .label {
	width: 250px;
}

/**
 * dblog.module
 */
tr.dblog-user {
	background-color: #fcf9e5;
}
tr.dblog-user td.active {
	background-color: #fbf5cf;
}
tr.dblog-content {
	background-color: #fefefe;
}
tr.dblog-content td.active {
	background-color: #f5f5f5;
}
tr.dblog-warning {
	background-color: #fdf5e6;
}
tr.dblog-warning td.active {
	background-color: #fdf2de;
}
tr.dblog-error {
	background-color: #fbe4e4;
}
tr.dblog-error td.active {
	background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
	background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
	background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error {
	background-color: #fcc;
	border-color: #ebb;
	color: #200;
}
table.system-status-report tr.error th {
	background-color: #fcc;
	border-color: #ebb;
	color: #200;
}
table.system-status-report tr.warning {
	background-color: #ffd;
	border-color: #eeb;
}
table.system-status-report tr.warning th {
	background-color: #ffd;
	border-color: #eeb;
}
table.system-status-report tr.ok {
	background-color: #dfd;
	border-color: #beb;
}
table.system-status-report tr.ok th {
	background-color: #dfd;
	border-color: #beb;
}
