/*
	Colors
	---------------------------
	Light Brown			#F3F0E5
	Medium Brown		#E2DFD5
	Dark Brown			#D1CEC5
	Light Blue 			#DAE0E5
	Grey				#808080
	Dark Blue			#003772

*/

/***** Grid *****/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6,
.grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0 10px;	
}

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	width: auto;
	margin: 0 -10px;
}


/***** Default Elements *****/

body {
	background: #F3F0E5 url(../img/body.jpg) no-repeat top center;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
}

a {
	color: #003772;
}

a:hover {
	
}

h1, h2, h3, h4, h5, h6 {
	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 {
	font-family: Georgia, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #003772;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

h2 {
	font-family: Georgia, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #003772;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	line-height: 1.5em;
}

input, select, textarea, button {
	
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 1.8em;
}

blockquote {
	
}

blockquote p {
	
}

ul li {
	padding-left: 15px;
	background: transparent url(../img/arrow-right.gif) no-repeat left 8px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 15px;
}

/***** Global *****/

.clear { clear:both; }

.float-left 			{ float:left; }
.float-right 			{ float:right; }
.image-float-left 		{ float:left; margin: 5px 20px 10px 0; }
.image-float-right 		{ float:right; margin: 5px 0 10px 20px; }

.text-left 				{ text-align:left; }
.text-right 			{ text-align:right; }
.text-center 			{ text-align:center; }
.text-justify 			{ text-align:justify; }

.text-grey				{ color: #999; }

.bold 					{ font-weight:bold; }
.italic 				{ font-style:italic; }
.underline 				{ border-bottom:1px solid; }
.highlight 				{ background: #DAE0E5; }

.readmore 				{ text-align: right; }
.readmore a 			{ color: #003772; border: 0 !important; padding-right: 10px; background: transparent url(../img/arrow-right.gif) no-repeat right 4px; }
.readmore a:hover 		{ text-decoration: underline; }

.back_to_list 			{ text-align: left; font-weight: bold; }
.back_to_list a			{ color: #003772; border: 0 !important; padding-left: 10px; background: transparent url(../img/arrow-left.gif) no-repeat left 4px; }
.back_to_list a:hover 	{ text-decoration: underline; }

.meta, .created {
	font-size: 0.9em;
	color: #808080;
	margin: 0;
}

.button {
	border: 1px solid #BABFC3;
}

/***** Main Navigation *****/

/* Navigation, First Level */

.navigation ul {
	margin-bottom: 1em;
	line-height: 1em;
}

.navigation li {
	padding: 0;
	background: none;
}

.navigation a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	display: block;
	text-decoration: none;
	padding: 5px;
}

/* Navigation, Second Level */

.navigation ul ul {
	margin: 0;
}

.navigation ul ul a {
	font-size: 0.9em;
	border: 0 none !important;
	padding-left: 5px !important;
}

.navigation ul ul a:hover {
	background-image: none none !important;
	text-decoration: underline;
}

.navigation ul ul a.current {
	background-image: none;
}

/* Main Navigation, First Level */

#nav-main {
	background: #013274 url(../img/nav-main.gif) repeat-x;
	position: absolute;
	top: 315px;
	left: 0;
	width: 954px;
	float: left;
	padding: 0 3px;
	margin: 0;
}

#nav-main li {
	background-image: none;
	padding: 6px 0 4px 0;
	float: left;
}

#nav-main li a {
	padding: 6px 13px 8px 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav-main li a:hover {
	text-decoration: underline;
}

#nav-main li a.current {
	color: #013274;
	background: #fff url(../img/nav-main-a.gif) repeat-x bottom left;
	text-shadow: #fff 1px 1px 1px;
}

/* Main Navigation, Second Level */

#nav-main-sub {
	border-top: 1px solid #DAE0E5;
}

#nav-main-sub a {
	border-bottom: 1px solid #DAE0E5;
	border-right: 1px solid #DAE0E5;
	border-left: 4px solid #DAE0E5;
	background: #F7FAFC;
	font-size: 0.9em;
}

#nav-main-sub a:hover {
	border-left-color: #003772;
}

#nav-main-sub a.current {
	border-left-color: #003772;
}

/* Main Navigation, Third Level */

#nav-main-sub ul {
	background-color: #DAE0E5;
	border-right: 1px solid #DAE0E5;
	border-left: 1px solid #DAE0E5;
	border-bottom: 1px solid #DAE0E5;
}

#nav-main-sub ul a {
	background-color: #E6EDF2
}


#nav-main-sub ul a.current{
	background-color: #C3CFD9;
}

/* Secondary Navigation, First Level */

#nav-sec {
	border-top: 1px solid #E5E3D9;
}

#nav-sec a {
	border-bottom: 1px solid #E5E3D9;
	border-right: 1px solid #E5E3D9;
	border-left: 4px solid #E5E3D9;
	background: #FAFAF7 url(../img/nav-sec-a.gif) no-repeat 145px center;
	color: #736C5C;
	font-size: 0.9em;
}

#nav-sec a:hover {
	border-left-color: #99907A;
	background-image: url(../img/nav-sec-closed.gif);
}

#nav-sec a.current {
	border-left-color: #99907A;
	background-image: url(../img/nav-sec-opened.gif);
}

/* Secondary Navigation, Second Level */

#nav-sec ul {
	background-color: #E6EDF2;
	border-right: 1px solid #DAE0E5;
	border-left: 1px solid #DAE0E5;
	border-bottom: 1px solid #DAE0E5;
}

#nav-sec ul a.current{
	background-color: #DAE0E5;
}

/* Footer Navigation */

#nav-footer-wrapper {
	clear: both;
	padding-top: 2em;
}

#nav-footer {
	padding: 10px 10px 5px 10px;
	margin: 0;
	background: #D1CEC5;
	text-align: center;
}

#nav-footer li {
	background: none;
	display: inline;
	padding: 0;
	padding: 0 8px 1px 8px;
	border-right: 1px solid #A6A295;
}

#nav-footer li.last {
	border: 0;
}

#nav-footer li a {
	font-size: 0.9em;
	text-decoration: none;
}

#nav-footer li a_hover {
	text-decoration: underline;
}

/***** Layout *****/

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 373px;
	background: #DAE0E5 url(../img/header.jpg) no-repeat top left;
	position: relative;
}

#header .logo img {
	float: left;
}

#header .logo .slogan {
	font-family: Georgia, Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	color: #8C5C5C;
	float: left;
	margin-top: 50px;
}

#main {
	background: #fff url(../img/wrapper.gif) repeat-y top left;
	padding: 20px 0 20px 0;
}

/* Breadcrumb */

#breadcrumb {
	position: absolute;
	top: 349px;
	left: 0;
	background: #DAE0E5;
	padding: 6px 10px 5px 10px;
	font-size: 0.9em;
}

#breadcrumb span {
	font-weight: bold;
	color: #003772;
	color: #204E80;
	margin-right: 5px;
}

#breadcrumb a {
	text-decoration: none;
	color: #204E80;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb .separator {
	color: #808080;
	display: inline-block;
	margin: 0;
}


#left {
	
}

#content {
	margin-top: -4px;
}

#right {
	
}

#right .box {
	float: left;
	width: 100%;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	font-size: 0.9em;
}

#right .box h2 {
	font-style: normal;
	font-weight: normal;
	border-bottom: 3px solid #DAE0E5;
	padding-bottom: 0.3em;
}

#right .catalog-teaser p,
#right .event-teaser p {
	margin-bottom: 3px;
}

#right .event-teaser p {
	margin-left: 110px;
}

#right .image-float-left {
	margin-right: 10px;
}

#footer {
	background-color: #EBE8DF;
	border-top: 5px solid #D1CEC5;
	float: left;
	padding: 2em 0 0 0;
	color: #66645C;
}

#footer h1 {
	font-style: normal;
	font-weight: normal;
	border-bottom: 3px solid #D1CEC5;
	padding-bottom: 0.3em;
	color: #66645C;
}

#footer a {
	color: #66645C;
}

#footer .search {
	float: left;
	background-color: #E2DFD5;
	padding: 4px;
}

#footer .search .input {
	float: left;
	border: 1px solid #BFBDB6;
	background: #fff url(../img/input.gif) repeat-y center;
	font-size: 0.9em;
	padding: 5px;
	width: 250px;
}

#footer .search .button {
	border: 1px solid #BFBDB6;
	border-left: 0;
}

#footer .search-hints {
	font-size: 0.9em;
}

/* Category Image */

#category-image {
	top: 105px;
	left: 15px;
}

/* webgv form */ 

#webgv {
	float: right;
	margin-top: 40px;
}

#webgv h2 {
	margin-bottom: 15px;
	font-weight: bold;
}

#webgv a.search:hover {
	text-decoration: underline;
}

#webgv_form .field {
	float: left;
	padding-bottom: 7px;
	*padding-bottom: 6px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#webgv_form .field {
		padding-bottom: 4px;
	}
	#webgv h2 {
		margin-bottom: 12px;
	}
}

#webgv_form label {
	display: block;
	float: left;
	width: 90px;
	margin-top: 3px;
}

#webgv_form input,
#webgv_form select {
	float: left;
	margin-left: 5px;
	font-size: 0.9em;
}

#webgv_form .hr {
	clear: both;
	padding-bottom: 7px;
	*padding-bottom: 6px;
	border-top: 1px solid #C2C7CC;
}

#webgv_form .readmore {
	float: right;
}

#webgv_form a.submit {
	background: transparent url(../img/webgv-btn-left.gif) no-repeat top left;
	color: #fff;
	text-decoration: none;
	padding: 9px 0 9px 20px;
	display: inline-block;
	overflow: hidden;
}

@-moz-document url-prefix() { #webgv_form a.submit { padding: 10px 0px 9px 20px; !important } }

#webgv_form a.submit span {
	background: transparent url(../img/webgv-btn-right.gif) no-repeat top right;
	padding: 8px 20px 9px 0;
}

/* Article */

.article {
	
}

.article .content {
	padding-top: 0.5em;
	
}

.article .teaser-image {
	float: left;
	margin: 5px 20px 10px 0;
}

.article .footer {
	clear: both;
}

.article .tags span {
	font-weight: bold;
}

.article-list h1 {
	margin-bottom: 0.2em;
}

.article-list .article, .search .hit, .search .summary, .tag-header {
	border-bottom: 1px solid #DAE0E5;
	margin-bottom: 1em;
}

/* homepage -> special article collection */

.article-special-collection {
	margin: 0 -10px 0 -10px;
}

.article-special-collection .article-list {
	display: inline-block;
}

.article-special-collection .article {
	width: 300px;
	margin: 0 10px 10px 10px;
	float: left;
	border: none;
}

.article-special-collection .article h1 {
	font-size: 1.2em;
	margin-bottom: 0;
}

.article-special-collection .article h1 span {
	color: #666;
	font-weight: normal;
}

.article-special-collection .article .teaser-image {
	margin: 5px 20px 0 0;
}

.article-special-collection .article .content {
	padding-top: 0;
}

.article-special-collection .article p {
	line-height: 1.5em;
	margin-bottom: 0;
}

.article-special-collection .article .readmore {
	margin-bottom: 0.5em;
}

/* homepage -> article collection other */

.article-collection-other h1.title {
	border-bottom: 3px solid #DAE0E5;
	margin: 0em 0 1em 0;
	font-size: 1.3em;
	padding-bottom: 0.3em;
	font-style: normal;
	font-weight: normal;
	/*
	text-transform: uppercase;
	letter-spacing: 1px;
	*/
}

.article-collection-other h1 {
	
}


/* Sitemap */

.sitemap li {
	
}

.sitemap .menu-item {
	background: transparent url(../img/arrow-right.gif) no-repeat left 8px;
	padding-left: 12px;
}

.sitemap .menu-item ul {
	margin-left: 2em;
}

.sitemap .article {
	margin-bottom: 0.5em;
}

.sitemap .article .summary {
	font-size: 0.9em;
	color: #808080;
	line-height: 1.5em;
}

/* Links */

.link-list h2 {
	border-bottom: 1px solid #DAE0E5;
}

.link-list li {
	background: none;
	padding: 0;
}

.link-list .links li {
	background: transparent url(../img/arrow-right.gif) no-repeat left 8px;
	padding-left: 12px;
	margin-bottom: 0.5em;
}

.link-list .description {
	display: block;
	font-size: 0.9em;
	color: #808080;
	line-height: 1.5em;
}

/* gallery */

.gallery { }

.gallery-list {
	float: left;
	list-style-type: none;
	margin: 0 -10px 1em -10px;
}

.gallery-list li {
	background: none;
	padding: 0;
	float: left;
	height: 70px; 
	width: 100px;
	margin: 10px;
	text-align: center;
}

.gallery-list li a {
	float: left;
	padding: 4px;
	border: 1px solid #DAE0E5;
	background: #F7FAFC;
}

.gallery-list li a:hover {
	background: #E6EDF2;
}

.gallery-list li img {
	border: none;
}

/***** StoneCMS Form *****/

.stonecms_form p {
	padding: 0.2em 0;
	margin: 1em 0 0 0;
}

.stonecms_form label {
	width: 180px;
	display: inline-block;
}

.stonecms_form input {
	width: 260px;
} 

.stonecms_form .textarea label {
	vertical-align: top;
}

.stonecms_form .textarea textarea {
	width: 260px;
	height: 100px;
}

.stonecms_form input.button,
.stonecms_form .submit input {
	background: #003772;
	padding: 0;
	width: auto !important;
	color: #DAE0E5;
	border: 0;
	padding: 2px 5px;
}

.stonecms_form .checkbox input {
	width: auto;
}

.stonecms_form .checkbox label {
	width: auto;
}

.stonecms_form .submit {
	margin-left: 185px;
}

.stonecms_form .errors {
	color: #9C471C;
}

.stonecms_form .errors li {
	padding: 0;
	background: 0;
	font-size: 0.9em;
}

/***** CMS Messages *****/

#cms_message {
		padding: 0.5em;
	margin-bottom: 0.5em;
}

#cms_message ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#cms_message.success {
	border: 1px solid #73994C;
	background-color: #E6F2DA;
	font-weight: bold;
	color: #73994C;
}

#cms_message.failed {
	background-color: #FDD;
	border: 1px solid #c00;
	color: #c00;
}

ul.errors {
	color: #c00;
	padding: 0 1em 0 0;
	margin-bottom: 1em;
	list-style-type: none;
}

/* webcams-tiny-list */

.webcam {
	
}

.webcam h1 {
	margin-bottom: 0.2em
}

.webcam .meta {
	margin-bottom: 1em;
}

.webcam-datasrc {
	width: 100%;
	float: left;
}

.webcam-datasrc .header {
	width: 100%;
	margin-bottom: 1em;
}

.webcam-datasrc .column {
	width: 32%;
	float: left;
	position: relative;
	margin-bottom: 1em;
}

.webcam-datasrc .column .image {
	float: left;
	width: 35%;
	text-align: right;
}

.webcam-datasrc .column .text {
	margin-left: 10%;
	float: left;
	width: 55%;
}

.webcam .webcam-datasrc {
	font-size: 0.9em;
}

.webcam .webcam-datasrc .column {
	width: 48%; 
}

.webcam .webcam-datasrc .col3 {
	clear: left;
}

.webcam-list .webcam {
	margin-bottom: 1em;
	border-bottom: 1px solid #DAE0E5;
}

.webcam-list .thumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.webcam-list .description {
}

.webcam-tiny-list {
	margin: 0 -5px;
	float: left;
	padding-bottom: 0.5em; 
}

.webcam-tiny-list li {
	display: inline;
	background: 0;
	padding: 0;
	float: left;
}

.webcam-tiny-list li .title {
	display: block;
	width: 85px;
	margin: 0 5px;
	font-weight: bold;
}

.webcam-tiny-list a {
	float: left;
	margin: 5px;
}

/* Search */

.search .summary {
	font-weight: bold;
	margin-bottom: 2em;
}

/* Tags */

.tag-header h1 {
	font-size: 1.2em;
	color: #444;
}

.tag-cloud {
	list-style-type: none;
}

.tag-cloud li {
	display: inline;
	padding: 0 0.5em;
	background: none;
}

.tag-cloud .weight-1 {
	font-size: 0.8em;
}

.tag-cloud .weight-2 {
	font-size: 0.9em;
}

.tag-cloud .weight-3{
	font-size: 1em;
}

.tag-cloud .weight-4 {
	font-size: 1.2em;
}

.tag-cloud .weight-5 {
	font-size: 1.4em;
}

.tag-cloud .weight-6 {
	font-size: 1.6em;
}

/* Amazon */

.amazon-list .categories {
	background: #F5F7FA;
	border: 1px solid #DAE0E5;
	padding: 1em;
}

.amazon-list .categories h3 {
	margin-top: 0;
}

.amazon-list .categories ul {
	margin: 0;
}

.amazon-list .categories li {
	background: url("../img/arrow-right.gif") no-repeat scroll left 50% transparent;
	padding-left: 1.2em;
}

.amazon-list h2 {
	padding: 0.2em 0;
	margin-top: 2em;
	border-bottom: 3px solid #DAE0E5;
}
	
.amazon-list li {
	list-style-type: none;
	background: none;
	padding: 0;
}

.amazon-list .item {
	border-bottom: 1px solid #DAE0E5;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.amazon-list .item .image,
#right .amazon-item .image {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.amazon-list .order {
	clear: both;
	font-weight: bold;
}

.amazon-list .back-to-top a {
	background: url("../img/arrow-left.gif") no-repeat scroll left 5px transparent;
	padding-left: 1em;
}

#right .amazon-item .price {
	margin-right: 0.5em;
}

#right .amazon-item .order a {
	text-decoration: none;
}

/* Wetterstation ********************************************************************************/

.weather-station-icon {
	margin-bottom: -2px;
	margin-right: 0.5em;
}

.weatherstation-current-data {
	list-style-type: none;
	border-top: 1px solid #DAE0E5;
	border-left: 1px solid #DAE0E5;
	border-right: 1px solid #DAE0E5;
}

.weatherstation-current-data li {
	background-image: none;
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #DAE0E5;
}

.weatherstation-current-data li span {
	float: right;
}

.weatherstation-current-data .even {
	background-color: #fff;
}

.weatherstation-current-data .odd {
	background-color: #F5F7FA;
}

table.weatherstation-current-data {
	width: 100%;
	border-bottom: 1px solid #DAE0E5;
	margin-bottom: 1em;
}

table.weatherstation-current-data th,
table.weatherstation-current-data td {
	padding: 0.5em;
}

table.weatherstation-current-data thead th {
	 background-color: #DAE0E5;
}

.addChartFrom {
	background: #F5F7FA;
	border: 1px solid #DAE0E5;
	padding: 1em;
	font-weight: bold;
	margin-bottom: 2em;
}

.addChartFrom a {
	text-decoration: none;
	font-weight: normal;
}

.chart-field {
	margin-bottom: 0.5em;
}

.chart-field label {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}

.chart-field select,
.chart-field input {
	width: 150px;
}
