/*
	Colors
	---------------------------------------
	100% Gelb (RGB 255/230/85)		#FFE655
	5%   Gelb (RGB 255/230/85)		#FFFEF6
	100% Blau (RGB 0/110/185)		#006EB9
	70%  Blau (RGB 0/110/185)		#4C99CE
	35%  Blau (RGB 0/110/185)		#A6CCE7
	20%  Blau (RGB 0/110/185)		#CCE2F1
	7%   Blau (RGB 0/110/185)		#EDF5FA
	100% Rot						#B72837								
*/

/***** Default Elements *****/

body {
	background: #EDF5FA;
	font-family: Arial, Verdana, Herlvetica, sans-serif;
	font-size: 13px;
	color: #006EB9;
	text-align: center;
}

/***** Default Headings *****/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-bottom: 1em;
	line-height: 1.5em;
}

h1 {
	font-size: 1.2em;
}

h2 {
	padding-top: 1em;
	font-size: 1.1em;
}

h3 {
	padding-bottom: 0.5em;
	font-size: 1em;
	font-style: italic;
}

input, select, textarea, button {
	
}

p, ul, ol {
	padding-bottom: 1em;
	line-height: 1.6em;
}

blockquote {
	
}

blockquote p {
	
}

ul {
	
}

ol {
	
}

a {
	color: #006EB9;
	text-decoration: unserline;
}

a:hover {
	color: #B72837;
}

/***** Global *****/

.clear 					{ clear:both; }

.float-left 			{ float:left; }
.float-right 			{ float:right; }

.text-left 				{ text-align:left; }
.text-right 			{ text-align:right; }
.text-center 			{ text-align:center; }
.text-justify 			{ text-align:justify; }

.bold 					{ font-weight:bold; }
.italic 				{ font-style:italic; }
.underline 				{ border-bottom:1px solid; }
.highlight 				{ background:#ffc; }

.image-left				{ float:left; margin:4px 10px 4px 0; }
.image-right			{ float:right; margin:4px 0 4px 10px; }

.readmore 				{ text-align: right; }
.readmore a 			{ text-decoration: underline; }
.readmore a:hover 		{ }

.back-to-list 			{  }
.back-to-list a			{ text-decoration: underline; }
.back-to-list a:hover 	{  }

.image-left {
	float: left;
	margin: 6px 1em 6px 0;
}

.image-right {
	float: right;
	margin: 6px 0 6px 1em;
}

.image-center {
	margin: 6px auto;
}

.button {
	background: #006EB9;
	border: 0;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 1em;
	display: block;
	text-align: center;
}

/***** Navigation *****/

/* #nav-main */

#nav-main {
	
}

#nav-main li {
	line-height: 2.2em;
}

#nav-main a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#nav-main a:hover {
	color: #FFFEF6;
}

#nav-main a.current {
	
}

/* #nav-header */

#nav-header {
	float: right;
	margin-right: 20px;
	margin-top: 98px;
}

#nav-header li {
	display: inline;
	margin-left: 20px;
}

#nav-header a {
	font-size: 0.9em;
	color: #FFFEF6;
	text-decoration: none;
}

#nav-header a:hover {
	color: #B72837;
}

/***** Layout *****/

#wrapper {
	background: #C0D8F6 url(../img/wrapper.gif) repeat-y;
	width:800px;
	margin: 20px auto;
	text-align: left;
}

#header {
	background: #EAF1FB url(../img/header.gif) no-repeat;
	height: 140px;
	position: relative;
}

#header .logo {
	float: left;
	margin-left: 25px;
}

#header #category-image {
	right: 0;
	width: 510px;
	height: 98px;
	overflow: hidden;
}

#left {
	width: 250px;
	float: left;
}

#left .box {
	padding: 0 20px;
	margin-bottom: 10px;
}

#left .box h2 {
	padding-top: 0;
}

#left .box .header {
	background: #D7E0F1 url(../img/box-shadow-top.gif) no-repeat top left;
	height: 20px;
}

#left .box .content {
	background: #D7E0F1 url(../img/box-shadow-content.gif) repeat-y top left;
	padding: 0 20px;
}

#left .box .footer {
	background: #D7E0F1 url(../img/box-shadow-bottom.gif) no-repeat top left;
	height: 20px;
}

#content {
	width: 490px;
	margin: 20px;
	float: left;
}

#footer {
	background: #C0D8F6 url(../img/wrapper-bottom.gif) no-repeat;
	height: 50px;
	clear: both;
}

#footer p {
	padding-top: 5px;
	text-align: center;
	font-size: 0.9em;
}

/* article */

.article .teaser-image {
	float: left;
	margin: 0.4em 2em 1em 0;
}

.article .tags span {
	font-weight: bold;
}

.article ul,
.article ol {
	margin-left: 16px;
}

.article ul {
	list-style-type: disc;
}

/* article-list */

.article-list .article {
	
}

.article-list .article .readmore {
	clear: both;
}

/* WebGV Form ***********************************************************************************/

.webgv-form {
	
}

.webgv-form input,
.webgv-form select {
	font-size: 0.9em;
}

.webgv-form .field {
	margin-bottom: 1em;
}

.webgv-form label {
	display: block;
	margin-bottom: 0.2em;
}

.webgv-form .place select,
.webgv-form .type select {
	width: 167px;
}

.webgv-form .name input {
	width: 160px;
}

.webgv-form .date .day {
	width: 50px;
}

.webgv-form .date .month {
	width: 50px;
}

.webgv-form .date .year {
	width: 60px;
}

.webgv-form .name {
	border-top: 1px solid #4C99CE;
	border-bottom: 1px solid #4C99CE;
	padding: 0.5em 0;
	
}

.webgv-form .button {
	width: 70px;
}

.webgv-form .submit {
	margin-bottom: 0;
	font-size: 1.1em;
}

/* Formulare ***********************************************************************************/

.stonecms_form {
	padding-bottom: 2em;
}

.stonecms_form p {
	padding: 1em 0 0 0;
}

.stonecms_form label {
	width: 190px;
	float: left;
}

.stonecms_form .select select {
	
}

.stonecms_form .text input,
.stonecms_form .email input,
.stonecms_form .phone input,
.stonecms_form .textarea textarea {
	width: 290px;
}

.stonecms_form .textarea textarea {
	height: 150px;
}

.stonecms_form .date select {
	width: auto;
	margin-right: 5px;
}

.stonecms_form .checkbox input {
	width: autoM
}

.stonecms_form h3 {
	margin: 2em 0 0 0;
}

.stonecms_form .submit {
	margin-top: 1em;
	margin-left: 200px;
}

.stonecms_form .errors {
	margin-left: 0;
}

.stonecms_form .errors li {
	padding: 0;
	background: 0;
	font-size: 0.9em;
	color: #B72837;
	list-style-type: none;
}

/* CMS Messages ***********************************************************************************/

#cms_message {
	margin: 1em 0;
}

#cms_message ul {
	margin: 0;
	padding: 0;
}

#cms_message li {
	list-style-type: none;
	background: none;
	padding: 0.5em;
}

#cms_message.success {
	border: 1px solid #73994C;
	background-color: #E6F2DA;
	font-weight: bold;
	color: #73994C;
}

#cms_message.failed {
	border: 1px solid #B72837;
	background-color: #EBDAD2;
	font-weight: bold;
	color: #B72837;
}

/* Sitemap ***********************************************************************************/

.sitemap ul {
	margin-left: 16px;
}

.sitemap li {
	margin-bottom: 0.5em;
}

.sitemap .menu h2 {
	
}

.sitemap .menu-item {
	padding-left: 1em;
	list-style-type: disc;
}

.sitemap .summary {
	font-size: 0.9em;
}

/* Links ***********************************************************************************/

.link-list li h2 {
	margin: 0;
}

.link-list .links {
	margin-left: 16px;
}

.link-list .links li {
	margin: 0.5em 0;
	list-style-type: disc;
}

.link-list li .description {
	display: block;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* Webcams ***********************************************************************************/

.webcam {
	
}

.webcam h1 {
	margin-bottom: 0;
}

.webcam .meta {
	font-size: 0.9em;
	font-style: italic;
}

.webcam .thumbnail {
	float: left;
	margin: 4px 1em 4px 0;
}

.webcam .description {
	
}

.webcam-list {
	
}

.webcam-list .webcam {
	margin-bottom: 1em;
	border-bottom: 1px solid #CFDBE5;
}

/* Gallery */

.gallery,
.article .gallery {
	float: left;
}

.gallery-list,
.article .gallery-list {
	float: left;
	margin: 0 -10px;
	list-style-type: none;
}

.gallery-list li,
.article .gallery-list li {
	float: left;
	margin: 10px;
	padding: 0;
	background: none;
}

.gallery-list li a,
.article .gallery-list li a {
	float: left;
}
