﻿body {
	margin: 0;
	padding: 0;
	background: #F4F4F4; 
	font: 12px/140% Verdana,sans-serif;
	color: #202020;
}
input, input.normal,
textarea, textarea.normal {
	font: 12px/100% Verdana,sans-serif;
	color: #202020;
}
select {
	font: 12px/160% Verdana,sans-serif;
	color: #202020;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Helvetica,Arial,sans-serif;
	color: Black;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
	line-height: 130%;
}
.sidebar h2 {
	color: #000;
}
h3 {
	font-size: 140%;
}
h3.special {
    border-top: 2px solid #BABABA;
    color: #A3A3A3;
    display: block;
    padding-top: 3px;        
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
ul, quote, code {
	margin: .5em 0;
}
p {
	margin: 0.6em 0 1.2em;
	padding: 0;
}
hr {
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: silver;
}
ul {
	margin: 0.5em 0 1em;
	padding: 0;
}
ol {
	margin: 0.75em 0 1.25em;
	padding: 0;
}
ol li, ul li {
	margin: 0.4em 0 0.4em .5em;
}
a:link, 
a:visited {
	color: #ff8800; 
	text-decoration: none;
}
h2 a:link, 
h2 a:visited {}

.sidebar a:link, 
.sidebar a:visited,
#footer a:link, 
#footer a:visited { 
	color: #e17000;
} 
a:hover, 
h2 a:hover,
.sidebar a:hover,
#footer a:hover { 
	color: #404040; 
	text-decoration: none;
}
#header a:hover { 
	color: #404040;
} 
#breadcrumb a:link, 
#breadcrumb a:visited,
#breadcrumb span { 
	color: #404040;
	padding-left: 16px;
	background: transparent url(../images/layout/menu-collapsed.gif) no-repeat 1px .2em;
} 
#breadcrumb a:hover,
#breadcrumb div.parts a:hover {
    color: #ff8800; 
}
#breadcrumb a.top {
	background: none;
	padding-left: 0px;
}
#breadcrumb div.parts {
    display: inline;
    background: transparent url(../images/layout/menu-seperator.gif) no-repeat 1px .2em;
    padding-left: 16px;
}
#breadcrumb div.parts a {
    background: none;
    padding: 0;
    font-style: italic;
}
#breadcrumb div.parts a.part {	
	background: transparent url(../images/layout/menu-leaf-mini.gif) no-repeat -2px .25em;
	padding-left: 9px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++*/
span.ext {
	background:url("../images/layout/extlink.png") no-repeat scroll right center transparent;
	padding-right:12px;
}
span.glossar {
    border-bottom: 1px dashed gray; cursor: help;
}
ul.primary-links li {
	text-align: center;
}
blockquote {
	margin-left: 15px;
	padding: 0 15px;
	border-left: 2px silver solid;
	font-style:italic;
}
.contentwrapper {
	min-height: 350px;
}
.contentwrapper #node-specials {
    background: transparent url(../images/layout/bg-special.png) repeat-x bottom center;
    margin: 0 -26px;
    padding: 0 26px;    
}
.content h1 {
	margin: 0 0 12px 0;
}
.content h2 {
	margin: 4px 0 8px 0;
}
.content .node h2 { margin: 0; }
.content h2.border { border-bottom: 1px silver solid; margin-bottom: 12px; }
.content h3 {
	margin: 4px 0 6px 0;
}

.content .box {
	background-color: #f4f4f4;
	border: 1px silver solid;
	padding: 8px 12px;
}
.content .box.right { float: right; margin: 0 0 32px 32px; }
.content .box.left { float: left; margin: 0 32px 32px 0; }
.content .box a { display: block; line-height: 2em }

.content img[align="left"] {
    margin: 0 20px 10px 0;
}
.content img[align="right"] {
    margin: 0 0 10px 20px;
}
.errortext, .errortext * { 
	font-size: 8pt; 
	color: red; 
}
span.invalid {
	font-size: 8pt; 
	color: red; 
    display: block;
    background-color: transparent;
}
input.invalid,
textarea.invalid,
select.invalid {
    border: 2px solid red;
}
a.inactive-content {
    color: #c80000 !important;
    padding-left: 30px;
    background:url("../images/icons/ico22_lock.png") no-repeat left center transparent;
}
input.title {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 160%;
    line-height: 130%;
    width: 100%;
    margin: 0 0 4px 0;    
}
small, p.small, a.small, div.small * {
	font: 11px/110% Verdana,sans-serif;
}
small.headrow,
div.headrow {
    display: block;
    color: #6E6E6E;
    font-size: 0.92em;
    margin-bottom: 4px;
}
small.subrow,
div.subrow {
    display: block;
    color: #6E6E6E;
    font-size: 0.92em;
    margin: 0;
}
small.secondrow {
	display: inline-block;
	font-style: italic;
	padding-top: 4px;
	font-size: 10px;
}
fieldset span.errortext div { 
	margin-bottom: 4px;
	clear: both; 
}
select {
	padding: 3px;
}
option {
	margin: 3px;
}
fieldset {
	margin-bottom: 6px;
	padding: 2px 0;
	border: 0 solid;
}
fieldset.withlegend {
	border-top: 1px #e6e6e6 solid;
}
fieldset.withlegend {
	margin: 12px 0 12px -6px;
	padding: 4px 0 0 6px;
	width: 469px;
}
fieldset.withlegend legend {
	display: block;
	font-size: 90%;
	color: #808080;	
}
fieldset label {        
	width: 125px;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 5px 6px;
	line-height: 1em;
	background-color: #e6e6e6;
	font-size: 11px;
}
fieldset label.inline {
    display: inline;
    float: none;
    background: none;
}
fieldset.below label {
	float: none;
	width: 448px;
}
fieldset.below input.input_text, 
fieldset.below textarea.input_text,
fieldset.below select.input_text {
	display: block;
	float: none;
	width: 450px;
}
fieldset input.input_text, 
fieldset textarea.input_text,
fieldset select.input_text {
	display: block;
	float: left;
	margin: 0;
}
fieldset input[disabled].input_text, 
fieldset textarea[disabled].input_text,
fieldset select[disabled].input_text {
	border: none;
	background-color: white;
}
input.input_text, 
textarea.input_text { width: 303px; padding: 4px; }
select.input_text { width: 313px; padding: 3px; }

input.full.input_text, 
textarea.full.input_text { width: 98%; padding: 4px; }
select.full.input_text { width: 98%; padding: 3px; }

input.long.input_text, 
textarea.long.input_text { width: 65%; padding: 4px; }
select.long.input_text { width: 65%; padding: 3px; }

input.small.input_text, 
textarea.small.input_text { width: 153px; }
select.small.input_text { width: 163px; }

input.small2.input_text, 
textarea.small2.input_text { width: 144px; }
select.small2.input_text { width: 154px; }

input.medi.input_text { width: 90px; }
select.medi.input_text { width: 100px; }

input.mini.input_text { width: 45px; }
select.mini.input_text { width: 55px; }

fieldset div.indent {
	margin-left: 150px;	
}
fieldset button.noindent,
fieldset a.button.noindent,
fieldset input.button.noindent {
	margin-left: 0;	    
}
button,
a.button,
input.button {
	padding: 3px 6px;
}
input.smallbutton {
    font-size: 0.9em;
}
table.none,
table.clean {
	width: auto;    
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border: none;	
}
table.none td,
table.none th {
	margin: 0;
	padding: 0;
	border: none;	
}
table.clean td,
table.clean th {
	margin: 0 3px;
	padding: 2px 0 0 0;
	border: none;	
	vertical-align: top;	
}
table.grid {
}
table.grid tr {
	border: none;
}
table.grid tr.alternate {
	background-color: #e6e6e6;
}
table.grid td,
table.grid td  {
	padding: 4px;
}
table.grid th {
	font-weight: normal !important;
	border: none !important;
	background-color: #e6e6e6 !important;
	font-size: 11px;
}
table.kameradata {
    width: 430px; 
}
#loginwrapper table {
	margin: 0;
	padding: 0;
}
#loginwrapper tbody {
	border: none;
}
#loginwrapper td {
	margin: 0;
	padding: 0;
}
input.watermark,
textarea.watermark {
	font: 11px/100% Verdana,sans-serif;
	color: Silver;
}
.commandbar {
	border-bottom: 4px #e4e4e4 solid !important;
	padding: 0.5em 10px 0.75em !important;
}
.commandbar a {
    display: inline-block;
    padding: 4px 0;
    margin: 0 3px 0 0;
    border: 1px #d4d4d4 solid;
    background-color: #f4f4f4;
    color: #404040 !important;
    font-size:0.92em;
    text-align:center;
    width:90px;    
}
.commandbar a.red { color: #c80000 !important; }
.commandbar a.green { color: #01b000 !important; }
.commandbar a:hover {
    text-decoration: none;
    border: 1px silver solid;
    background-color: white;
}
.commandbar a.menutoggle img {
    margin-left: 5px;
    padding-left: 5px;
}
.commandbar div#commandhelp {
    border: 1px #d4d4d4 solid;
    background-color: #FFFFDD;
    padding: 10px;
    height: 225px;
    margin-top: 6px;
    overflow: auto;
    font-size: 0.9em
}
.commandbar div#commandhelp table {
    margin: 0;
    padding: 0;    
}
.commandbar div#commandhelp table thead {
    font-style: italic;    
}
.commandbar div#commandhelp table thead tr th,
.commandbar div#commandhelp table thead tr td {
    border: none;
    background-color: #EEEEBC;
}
.commandbar div#commandhelp table tbody tr th,
.commandbar div#commandhelp table tbody tr td {
    border-bottom: 1px #EEEEBC solid;
}
.commandbar div#commandhelp table th {
    vertical-align: top;
}
#commandmenuwrapper {
    display: none;
    position: absolute;
    height: 200px;
    width: 150px;    
    top: 78px;
    left: 310px;
    text-align: left;
    z-index: 100;
    background: url("../images/pixel-trans50.png") repeat;
}
#commandmenu {
    height: 198px;
    width: 148px;        
    background-color: #F4F4F4;
    border: 1px solid #D4D4D4;
    margin: -2px 0 0 -2px;
}
#commandmenu a {
    color: #404040 !important;
    padding: 6px 8px;
    display: block;
    font-size: 0.92em;
}
#commandmenu a:hover {
    background-color: White;
    text-decoration: none;
}
#SocialButtons {
    margin-top: 10px;
}
#SocialButtons a {
    margin-right: -13px;
}
#TwitterBlock  {
    background: url("../images/layout/twitter_logo.gif") no-repeat scroll top right;
}
#TwitterWrap {
    clear: both;
    margin-top: 4px;
}
#TwitterWrap * {
    font: 11px/130% Verdana,sans-serif;
}
#TwitterWrap ul {
    margin: 18px 0 0 4px;
    padding: 0;    
}
#TwitterWrap li {
    list-style: none;
    margin: 0 0 6px 0;
    padding: 0;
}
#TwitterWrap li span {
    display: block; 
}
#TwitterWrap li small {
    color: #999999;
    display: block;
    font-size: 11px;
}
.datarow {
    border-top: 2px #f4f4f4 solid; 
    padding: 4px 0px;
    clear: both;
}
div.pager {
    text-align: center;
}
div.pager .page-directions, 
div.pager .page-numbers {
    display: inline-block;
}
div.pager a,
div.pager span.inactive {
    padding: 4px 8px;
    margin: 4px 0;
    min-width: 14px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 0.92em;
    color: #404040;    
    border: 1px white solid;
}
div.pager span.inactive {
    color: silver;
}
div.pager a:hover,
div.pager a.current {
    background-color: #f4f4f4;
    border: 1px Silver solid;
}
ul.blockitems {
}
ul.blockitems li {
    border-bottom: 1px solid silver; 
    background: none;
    padding: 8px 8px 0px 8px;
    margin: 0;
}
ul.blockitems li:hover {
    background-color: #f9f9f9
}
ul.articlebox {
    margin: 0;
    padding: 0;
}
ul.articlebox li {
    list-style-type: none;
    list-style-image: none;  
    background: none;
    margin: 0 0 6px 0;
    padding: 0;
    font: 11px/130% Verdana,sans-serif;  
}
ul.articlebox li a {
    text-decoration: none;
    color: #404040;
    display: block;
}
ul.articlebox li a:hover {
    text-decoration: underline;
}
ul.articlebox small {
    color: gray;
    font: 9px/110% Verdana,sans-serif;  
}
div.kameraimageuploadcontainer {
    width: 200px; 
    padding: 8px; 
    float: right;
    overflow: auto;
    text-align: right;
}
div.kameraimagecontainer {
}
div.kameraimagewrapper {
    display:inline-block
}
div.kameramoreinfo {
    font-size: 0.9em;
    width: 100%;
    display: none;
    background-color: #FFFFB7;
    overflow: auto;
}
div.kameramoreinfo,
div.kameramoreinfo div {
    padding: 8px;
}
div.kameramoreinfo p:first-child,
div.kameramoreinfo p.first { 
    margin-top: 0; 
}
div.kameramoreinfo p:last-child { 
    margin-bottom: 0; 
}
a.kameraimage {
	margin-right: 3px;
}
a.kameraimage img {
	border: 1px silver solid;
}
input.kameracommand {
    margin: -26px 0 0 2px;
    padding: 0;
    position: absolute;
}
#kamera-map {
    width: 468px; 
    height: 624px; 
    border: 1px solid silver; 
    float: left; 
    margin-right: 15px;
}
div.kameramapbubble {
    background: url("../images/logo_back.png") no-repeat scroll bottom right;
}
div.kameramapbubble h5 {
    margin-bottom: 0.6em;
}
div.kameramapbubble hr {
    margin: 0.4em 0;
}
div.kameramapbubble table {
}
div.authorinfo {
    width: 120px;
    float: right; 
    margin: 0 0 20px 20px;
    padding-top: 5px;
    background: url("../images/layout/pic-header.png") no-repeat center top;
}
div.authorinfoimage,
div.authorinfotext {
    background-color: #f5f5f5;
    border-left: 1px #dfdfdf solid;
    border-right: 1px #dfdfdf solid; 
}
div.authorinfoimage {
    padding: 5px 10px 10px 10px;   
}
div.authorinfotext { 
    font-size: 0.8em;
    line-height: 12px;
    text-align: center;   
    padding: 0 10px;    
    overflow: hidden;
}
div.authorinfofooter {
    width: 120px;
    height: 7px;
    margin-top: -3px;
    background: url("../images/layout/pic-footer.png") no-repeat center bottom;
}
a.glossarword {
    border: 1px solid silver;
    display: inline-block;
    margin: 0 2px 6px 0;
    padding: 2px 4px 3px;
}
a:hover.glossarword {
    background-color: #f4f4f4;
}

/* Uploadify v2.1.0 ------------------------------------------------------------------------------- */
#fileInputUploader{
	background-color: White;
}
.uploadifyQueueItem {	
    background-color: white;
    border: 1px solid silver;
    margin-top: 10px;
    padding: 6px;
    width: 190px;
}
.uploadifyError {
	border: 1px solid #808080 !important;
	background-color: white !important;
	color: #C80000;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #515151;
	border: 1px solid #808080;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #4391ff;
	width: 1px;
	height: 3px;
}
/* ************************************************************************************************* */
#aggregator .feed-source .feed-title {
	margin-top: 0;
}
#aggregator .feed-source .feed-image img {
	margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
	float: right;
	display: block;
}
#aggregator .feed-item {
	margin-bottom: 1.5em;
}
#aggregator .feed-item-title {
	margin-bottom: 0;
	font-size: 1.3em;
}
#aggregator .feed-item-meta, #aggregator .feed-item-body {
	margin-bottom: 0.5em;
}
#aggregator .feed-item-categories {
	font-size: 0.9em;
}
#aggregator td {
	vertical-align: bottom;
}
#aggregator td.categorize-item {
	white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
	margin-top: 0;
}
#aggregator .categorize-item h3 {
	margin-bottom: 1em;
	margin-top: 0;
}
.node-unpublished {
	background-color: #fff4f4;
}
.preview .node {
	background-color: #ffffea;
}
#node-admin-filter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#node-admin-buttons {
	float: left;
	margin-left: 0.5em;
	clear: right;
}
td.revision-current {
	background: #ffc;
}
.node-form .form-text {
	display: block;
	width: 95%;
}
.node-form .container-inline .form-text {
	display: inline;
	width: auto;
}
.node-form .standard {
	clear: both;
}
.node-form textarea {
	display: block;
	width: 95%;
}
.node-form .attachments fieldset {
	float: none;
	display: block;
}
.terms-inline {
	display: inline;
}
fieldset {
	/* margin-bottom: 1em; */
	/* padding: .5em; */
}
form {
	margin: 0;
	padding: 0;
}
hr {
	height: 1px;
	border: 1px solid gray;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
}
th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-block {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
th.active img {
	display: inline;
}
tr.even, tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}
td.active {
	background-color: #ddd;
}
td.checkbox, th.checkbox {
	text-align: center;
}
tbody {
	border-top: 1px solid #ccc;
}
tbody th {
	border-bottom: 1px solid #ccc;
}
thead th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
#breadcrumb {
	padding-bottom: .5em;
}
.error {
	color: #e55;
}
div.error {
	border: 1px solid #d77;
}
div.error, tr.error {
	background: #fcc;
	color: #200;
	padding: 2px;
}
.warning {
	color: #e09010;
}
div.warning {
	border: 1px solid #f0c020;
}
div.warning, tr.warning {
	background: #ffd;
	color: #220;
	padding: 2px;
}
.ok {
	color: #008000;
}
div.ok {
	border: 1px solid #00aa00;
}
div.ok, tr.ok {
	background: #dfd;
	color: #020;
	padding: 2px;
}
.item-list .icon {
	color: #555;
	float: right;
	padding-left: 0.25em;
	clear: right;
}
.item-list .title {
	font-weight: bold;
}
.item-list ul {
	margin: 0 0 0.75em 0;
	padding: 0;
}
.item-list ul li {
	margin: 0 0 0.25em 1.5em;
	padding: 0;
	list-style: disc;
	line-height: 120%; /* kiko + */
}
tr.odd .form-item, tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}
.marker, .form-required {
	color: #f00;
}
.more-link {
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}
.item-list .pager {
	clear: both;
	text-align: center;
}
.item-list .pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0.5em;
}
.pager-current {
	font-weight: bold;
}
.tips {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.9em;
}
ul.primary {
	border-collapse: collapse;
	padding: 0 0 0 1em;
	white-space: nowrap;
	list-style: none;
	margin: 5px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #bbb;
}
ul.primary li {
	display: inline;
}
ul.primary li a {
	background-color: #ddd;
	border-color: #bbb;
	border-width: 1px;
	border-style: solid solid none solid;
	height: auto;
	margin-right: 0.5em;
	padding: 0 1em;
	text-decoration: none;
}
ul.primary li.active a {
	background-color: #fff;
	border: 1px solid #bbb;
	border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
	background-color: #eee;
	border-color: #ccc;
	border-bottom-color: #eee;
}
ul.secondary {
	border-bottom: 1px solid #bbb;
	padding: 0.5em 1em;
	margin: 5px;
}
ul.secondary li {
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #ccc;
}
ul.secondary a {
	padding: 0;
	text-decoration: none;
}
ul.secondary a.active {
	border-bottom: 4px solid #999;
}
#autocomplete {
	position: absolute;
	border: 1px solid;
	overflow: hidden;
	z-index: 100;
}
#autocomplete ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#autocomplete li {
	background: #fff;
	color: #000;
	white-space: pre;
	cursor: default;
}
#autocomplete li.selected {
	background: #0072b9;
	color: #fff;
}
ul.menu {
	list-style: none;
	border: none;
	text-align: left;
}
ul.menu li {
	margin: 0 0 0 0.5em;
}
li.expanded {
	list-style-type: circle;
	list-style-image: url(/misc/menu-expanded.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.collapsed {
	list-style-type: disc;
	list-style-image: url(/misc/menu-collapsed.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.leaf {
	list-style-type: square;
	list-style-image: url(/misc/menu-leaf.png);
	padding: 0 0.5em 0 0;
	margin: 0;
}
li.subleaf {
    color: #707070;
}
li.margin {
    margin-top: 0.6em !important;
}
.sidebar li a.active {  
	font-weight: bold;
}
td.menu-disabled {
	background: #ccc;
}
ul.links {
	margin: 0;
	padding: 0;
}
ul.links.inline {
	display: inline;
}
ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}
.block ul {
	margin: 0;
	padding: 0 0 0.25em 1em;
}
ul.menu, .item-list ul {
	margin: 0.35em 0 0 0;
	padding: 0;
}
ul.menu ul, .item-list ul ul {
	margin-left: 0em;
}
ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
	margin: 0.15em -0.1em;
}
ul li, ul.menu li, .item-list ul li, li.leaf {
	padding: 0 0 0.2em 1.4em;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(../images/layout/menu-leaf.gif) no-repeat 1px .35em;
}
.item-list ul li {
	padding: 0 0 0.5em 1.5em;
}
ol li {
	padding: 0 0 .3em;
	margin-left: 2em;
}
ul li.expanded {
	background: transparent url(../images/layout/menu-expanded.gif) no-repeat 1px .2em;
}
ul li.collapsed {
	background: transparent url(../images//menu-collapsed.gif) no-repeat 0px .35em;
}
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;
}
ol.task-list {
	margin-left: 0;
	list-style-type: none;
	list-style-image: none;
}
ol.task-list li {
	padding: 0.5em 1em 0.5em 2em;
}
ol.task-list li.active {
	background: transparent url(/themes/garland/images/task-list.png) no-repeat 3px 50%;
}
ol.task-list li.done {
	color: #246c24;
	background: transparent url(/misc/watchdog-ok.png) no-repeat 0px 50%;
}
ol.task-list li.active {
	margin-right: 1em;
}
fieldset ul.clear-block li {
	margin: 0;
	padding: 0;
	background-image: none;
}
dl {
	margin: 0.5em 0 1em 1.5em;
}
dl dt {
}
dl dd {
	margin: 0 0 .5em 1.5em;
}
img, a img {
	border: none;
}
table {
	margin: 1em 0;
	width: 100%;
}
thead th {
	border-bottom: 2px solid #d3e6f3;
	color: #202020;
	font-weight: bold;
}
th a:link, th a:visited {
	color: #6f9cbd;
}
td, th {
	padding: .3em .5em;
}
tr.even, tr.odd, tbody th {
	border: solid #d3e6f3;
	border-width: 1px 0;
}
tr.odd, tr.info {
	background-color: #F4F4F4; 
}
tr.even {
	background-color: #ffffff;
}
tr.drag {
	background-color: #fffff0;
}
tr.drag-previous {
	background-color: #ffffdd;
}
tr.odd td.active {
	background-color: #ddebf5;
}
tr.even td.active {
	background-color: #e6f0f7;
}
td.region, td.module, td.container, td.category {
	border-top: 1.5em solid #ffffff;
	border-bottom: 1px solid #b4d6ef;
	background-color: #d4e6f2;
	color: #272d3a;
	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: #e69d00;
}
span.submitted, .description {
	font-size: 0.92em;
	color: #6e6e6e;
}
.description {
	line-height: 150%;
	margin-bottom: 0.75em;
	color: #6e6e6e;
}
.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;
}
.box {
	margin-bottom: 2.5em;
}
#header-region {
    display: none;
	background-color: #404040;
	min-height: 1em;
	background-image: url(../images/layout/header-region.png); 
	line-height: 24px;
	background-position: bottom center;	
	background-repeat: repeat-x;
	padding: 0px;
	vertical-align:middle;
}
#header-region a:hover span {
    text-decoration: underline;
}  
#header-region table {
    width: 100%;
}
#header-region table * {
    border:none;
}
#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 * {
    font-size: 16px;
	_display: inline;
	_line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
	color: White;
}
#header-region script {
	display: none;
}
#header-region h2 {
	margin: 0 1em 0 0;
}
#header-region h3, #header-region label, #header-region li {
	margin: 0 1em;
	padding: 0;
	background: none;
}
#wrapper {
	background: #F4F4F4 url(../images/layout/body.png) repeat-x 50% 0; 
}
#wrapper #container {
	margin: 0 auto;
	padding: 0 0; 
	/* max-width: 1270px; -- kiko */
}
#wrapper #container #header {
	height: 80px;
}
#wrapper #container #header #logo-floater {
	position: absolute;
	margin-left: -10px; /* kiko + */
	z-index:100;
}
#wrapper #container #header .topbanner {  /* kiko + */
	position: absolute;
	margin-top: 12px;
	margin-left: 400px;
}

#wrapper #container #header h1, #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 {
	padding-bottom: 20px;
	display: block;
}
#wrapper #container #header h1 img {	
	padding-left: 28px;
	padding-right: 32px;
	padding-top: 8px; 
	float: left;
}
body.sidebars {
	min-width: 980px;
}
body.sidebar-left, body.sidebar-right {
	min-width: 780px;
}
#wrapper #container #center {
	float: left;
	width: 100%;
}
body.sidebar-left #center {
	margin-left: -210px;
}
body.sidebar-right #center {
	margin-right: -210px;
}
body.sidebars #center {
	margin: 0 -230px; 
}
body.sidebar-left #squeeze {
	margin-left: 210px;
}
body.sidebar-right #squeeze {
	margin-right: 210px;
}
body.sidebars #squeeze {
	margin: 0 230px; 
}
#wrapper #container .sidebar {
	margin: 60px 0 5em; 
	width: 210px;
	float: left;
	z-index: 2;
	position: relative;
}
#wrapper #container #sidebar-right { 
	background: transparent url('../images/layout/hessen_umriss.png') no-repeat;
	padding-right: 20px;
	padding-top: 90px;
	margin-top: -48px;	
	overflow: hidden;
}
#wrapper #container #sidebar-left { 
	background: transparent url('../images/layout/bg-navigation-top.png') no-repeat;
	padding-left: 20px;
	padding-top: 16px;
	margin-top: 42px;	
}
#wrapper #container .sidebar .block {
	margin: 0 0 1em 0; 
}
#sidebar-left .block {
	padding: 0 15px 0 0px;
}
#sidebar-right .block {
	padding: 0 0px 0 15px;
}
.block .content {
	margin: 0; 
}
#sidebar-left .block-region {
	margin: 0 15px 0 0px;
}
#sidebar-right .block-region {
	margin: 0 0px 0 15px;
}
.block-region {
	padding: 1em;
	background: transparent;
	border: 2px dashed #b4d6ef;
	text-align: center;
	font-size: 1.3em;
}
#wrapper #container #center #squeeze {
	background: #ffffff url(../images/layout/bg-content.png) repeat-x 50% 0;
	position: relative;
}
#wrapper #container #center .right-corner {
	background: transparent url(../images/layout/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(../images/layout/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;
	color: #6e6e6e;
	margin: 15px -27px -65px; 
	padding: 20px 30px;
	background-color: #f4f4f4;
	text-align:center;
}
#wrapper #container #breadcrumb {
	margin: -43px -12px 20px;
	z-index: 3;
}
#wrapper #container #contentmenu {
    background-color: #E6E6E6;
    border: 1px solid white;
    margin: -2px -26px 20px;
}
#wrapper #container #contentmenu #contentmenucommands {
    margin-right: 10px;
    margin-top: -6px;
}
#wrapper #container #contentmenu #contentmenucommands a {
    float: right;
    background-color: #ff8800;
    margin-left: 2px;
    border: 1px white solid;
    font: 11px/110% Verdana,sans-serif;    
    display: inline-block;
    padding: 3px 5px;
    color: white;
}
#wrapper #container #contentmenu #contentmenucommands a:hover,
#wrapper #container #contentmenu #contentmenucommands a.hover {
    background-color: #404040;
    text-decoration: none;
}
#wrapper #container .contentmenublock {
    display: none;
    clear: both;    
    margin-top: -10px;
    padding:0 0 0 16px;
}
#wrapper #container .contentmenublock .contentmenublockwrapper {
    height: 250px;
    padding-bottom:10px;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
}
#wrapper #container #topbox { 
	position: absolute;
	margin-left: 680px;
	top: 14px;
}
body.sidebar-left #footer {
	margin-left: -210px;
}
body.sidebar-right #footer {
	margin-right: -210px;
}
body.sidebars #footer {
	margin: 0 -210px;
}
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
	color: #ffffff;
	font-weight: normal;
	text-shadow: #000000 0px 1px 3px; 
	font-size: 2.2em; 
}
#wrapper #container #header h1 a:hover {
	text-decoration: none;
}
#wrapper #container #breadcrumb {
	font-size: 0.92em;	
}
#mission {
	padding: 1em;
	background-color: #ffffff;
	border: 1px solid #e0e4fb;
	margin-bottom: 2em;
}
ul.primary-links {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	z-index: 4;
}
ul.primary-links li {
	margin: 0;
	padding: 0;
	float: left;
	background-image: none;
}
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
	display: block;
	margin: 0 1em;
	padding: .75em 0 0;
	color: white;
	background: transparent url(../images/layout/bg-navigation-item.png) no-repeat 50% 0;
	line-height: 115%; 
}
ul.primary-links li a:hover, ul.primary-links li a.active {
	background: transparent url(../images/layout/bg-navigation-item-hover.png) no-repeat 50% 0;
}
ul.secondary-links {
	margin: 0;
	padding: 18px 0 0;
	float: right;
	clear: right;
	position: relative;
	z-index: 4;
}
ul.secondary-links li {
	margin: 0;
	padding: 0;
	float: left;
	background-image: none;
}
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
	display: block;
	margin: 0 1em;
	padding: .75em 0 0;
	color: #cde2f1;
	background: transparent;
}
ul.secondary-links li a:hover, ul.secondary-links li a.active {
	color: #cde2f1;
	background: transparent;
}
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
}
#tabs-wrapper {
	margin: 0 -26px 1em;
	padding: 0 26px;
	border-bottom: 1px solid #F4F4F4; 
	position: relative;
}
ul.primary {
	padding: 0.5em 0 10px;
	float: left;
}
ul.secondary {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #F4F4F4; 
	margin: -0.2em -26px 1em;
	padding: 0 26px 0.6em;
}
h2.with-tabs {
	float: left;
	margin: 0 2em 0 0;
	padding: 0;
}
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
	border: 0;
	background: transparent;
	padding: 4px 1em;
	margin: 0 0 0 1px;
	height: auto;
	text-decoration: none;
	position: relative;
	top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover, ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
	background: url(../images/layout/bg-tab.png) repeat-x 0 50%;
	color: #ffffff;
}
ul.primary li.active a, ul.secondary li.active a {
	font-weight: bold;
}
.node {
	border-bottom: 4px solid #F4F4F4; 
	margin: -1.5em -26px 1.5em;
	padding: 1.5em 26px;
}
ul.links li, ul.inline li {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	background-image: none;
}
.node .links, .comment .links {
	text-align: left;
}
.node .links ul.links li, .comment .links ul.links li {
}
.terms ul.links li {
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 1em;
}
.picture, .comment .submitted {
	float: right;
	clear: right;
	padding-left: 1em;
}
.new {
	color: #e69d00;
	font-size: 0.92em;
	font-weight: bold;
	float: right;
}
.terms {
	float: right;
}
.preview .node, .preview .comment, .sticky {
	margin: 0;
	padding: 0.5em 0;
	border: 0;
	background: 0;
}
.sticky {
	padding: 1em;
	background-color: #ffffff;
	border: 1px solid #e0e4fb;
	margin-bottom: 2em;
}
#comments {
	position: relative;
	top: 20px; 
	border-bottom: 4px solid #F4F4F4; 
	margin: -1.5em -25px 0;
	padding: 0 25px 20px; 
}
#comments h2.comments {
	margin: 0 -25px;
	padding: .5em 25px;
	background: #ffffff url(../images/gradient-inner.png) repeat-x 0 0;
}
.comment {
	margin:-1.5em -26px 1.5em;
	padding: 1.5em 25px 1.5em;
	border-top: 1px solid #F4F4F4; 
}
.indented {
	margin-left: 25px;
}
.comment h3 a.active {
	color: #202020;
}
.node .content, .comment .content {
	margin: 0.6em 0;
}
.node .contentfooter {
	border-top: 2px solid #F4F4F4;
	padding: 10px 0;
}
#aggregator {
	margin-top: 1em;
}
#aggregator .feed-item-title {
	font-size: 160%;
	line-height: 130%;
}
#aggregator .feed-item {
	border-bottom: 1px solid #F4F4F4; 
	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: #6e6e6e;
}
#palette .form-item {
	border: 1px solid #ffffff;
}
#palette .item-selected {
	background: #ffffff url(../images/gradient-inner.png) repeat-x 0 0;
	border: 1px solid #d9e9f5;
}
tr.menu-disabled {
	opacity: 0.5;
}
tr.odd td.menu-disabled {
	background-color: #F4F4F4; 
}
tr.even td.menu-disabled {
	background-color: #ffffff;
}
.poll .bar {
	background: #ffffff url(../images/layout/bg-bar-white.png) repeat-x 0 0;
	border: solid #f0f0f0;
	border-width: 0 1px 1px;
}
.poll .bar .foreground {
	background: #71a6cc url(../images/layout/bg-bar.png) repeat-x 0 100%;
}
.poll .percent {
	font-size: .9em;
}
#autocomplete li {
	cursor: default;
	padding: 2px;
	margin: 0;
}
/* fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #d9e9f5;
	background: #ffffff url(../images/gradient-inner.png) repeat-x 0 0;
} */
*: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 {
	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;
	background: url(../images/layout/menu-expanded.gif) no-repeat 0% 50%;
}
html.js fieldset.collapsed legend a {
	background: url(../images/layout/menu-collapsed.gif) no-repeat 0% 50%;
}
#block-node-0 h2 {
	float: left;
	padding-right: 20px;
}
#block-node-0 img, .feed-icon {
	float: right;
	padding-top: 4px;
}
#block-node-0 .content {
	clear: right;
}
div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu {
	margin: 0;
	padding: 0;
}
div.admin .left {
	float: left;
	width: 48%;
}
div.admin .right {
	float: right;
	width: 48%;
}
#autocomplete li.selected, tr.selected td, tr.selected td.active {
	background: #027ac6;
	color: #ffffff;
}
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
	color: #d3e6f3;
}
.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, tr.error {
	color: #a30000;
	background-color: #FFCCCC;
}

