﻿/*
Theme Name: eMBIS
Date: 28th June 2010
Up-Date: 16th of July 2010
Description: Template fuer die Seite http://www.blog.embis.de
Version: 1.0
Author: GECKOweb
Author URI: http://www.geckoweb.at
Tags: fixe Breite, dreispaltig, valide XHTML mit Widgets
*/

/* begin Page */

body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  background-color: #E2DCD0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover,
.art-blockheader .t, .art-vmenublockheader .t, .art-logo-text, .art-logo-text a,
h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover {
	text-decoration: none;
	text-align: left;
}

h1, 
h1 a, 
h1 a:link, 
h1 a:visited, 
h1 a:hover,
h2, 
h2 a, 
h2 a:link, 
h2 a:visited, 
h2 a:hover {
  font-family: "Times New Roman", Georgia, Times, Serif;	
  font-weight: normal;
  color: #937c58;
  margin: 10px 0;  
}

h1, 
h1 a, 
h1 a:link, 
h1 a:visited, 
h1 a:hover {
  font-size: 22px;
}

h1 a:hover {
	text-decoration: underline !important;
}

h2, 
h2 a, 
h2 a:link, 
h2 a:visited, 
h2 a:hover {
	margin-top: 20px;
	font-size: 18px;
}

h3, 
h3 a, 
h3 a:link, 
h3 a:visited, 
h3 a:hover,
h4, 
h4 a, 
h4 a:link, 
h4 a:visited, 
h4 a:hover,
h5, 
h5 a, 
h5 a:link, 
h5 a:visited, 
h5 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 15px 0;		
	color: #333333;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
  font-size: 14px;
  margin-top: 20px;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
  font-size: 22px;
  font-weight: 600;
  font-family: "Times New Roman", Georgia, Times, Serif;	
  font-weight: normal;
  color: #937c58;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
  font-size: 14px;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
  font-size: 11px;
}

p {
  margin: 8px 0;
  font-size: 12px;
  text-align: justify;
  line-height: 140%;
}

a, .art-post li a {
  text-decoration: underline;
  color: #004890;
}

a:link, .art-post li a:link {
  text-decoration: underline;
  color: #004890;
}

a:visited, a.visited,
.art-post li a:visited, 
.art-post li a.visited {
  color: #004890;
}

a:hover, a.hover,
.art-post li a:hover, 
.art-post li a.hover {
  text-decoration: none;
  color: #937C58;
}

#art-main {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}

.cleared {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form {
  padding: 0 !important;
  margin: 0 !important;
}

table.position {
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-sheet {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 980px;
  min-width: 3px;
  min-height: 3px;
}

.art-sheet-body {
  position: relative;
  z-index: 1;
  padding: 25px 50px 10px 50px;
}

.art-sheet-tr, 
.art-sheet-tl, 
.art-sheet-br, 
.art-sheet-bl, 
.art-sheet-tc, 
.art-sheet-bc,
.art-sheet-cr, 
.art-sheet-cl {
  position: absolute;
  z-index: -1;
}

.art-sheet-tr, 
.art-sheet-tl, 
.art-sheet-br, 
.art-sheet-bl {
  width: 2px;
  height: 2px;
}

.art-sheet-tl {
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.art-sheet-tr {
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.art-sheet-bl {
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.art-sheet-br {
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.art-sheet-tc, 
.art-sheet-bc {
  left: 1px;
  right: 1px;
  height: 2px;
}

.art-sheet-tc {
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.art-sheet-bc {
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.art-sheet-cr, 
.art-sheet-cl {
  top: 1px;
  bottom: 1px;
  width: 2px;
}

.art-sheet-cr {
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.art-sheet-cl {
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.art-sheet-cc {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.art-sheet {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  border: 1px solid #9d9a95;
}

#art-page-background-simple-gradient, 
#art-page-background-gradient, 
#art-page-background-glare {
  min-width: 980px;
}

/* end Box, Sheet */

/* begin Header */
div.art-header {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 880px;
  height: 229px;
  overflow: hidden;
}

div.art-header-jpeg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 880px;
  height: 229px;
  background: url('images/header.jpg') no-repeat center center;
}

#headertext {
	width: 980px;
	margin: auto;
}

#headertext p {
	line-height: 0 !important;
	text-align: right;
	font-size: 11px !important;
	color: #9d9a95;
	padding: 0 !important;
	margin: 25px 0 0 0;
}

/* end Header */

/* begin Layout */
.art-content-layout {
  display: table;
  padding: 0;
  border: none;
  width: 880px;
}

.art-content-layout .art-content-layout {
  width: auto;
  margin: 0;
}

div.art-content-layout div.art-layout-cell, 
div.art-content-layout div.art-layout-cell div.art-content-layout div.art-layout-cell {
   display: table-cell;

}

div.art-layout-cell div.art-layout-cell {
   display: block;
}

div.art-content-layout-row {
  display: table-row; 
}

.art-content-layout {
  table-layout: fixed;
  border-collapse: collapse;
  border: none !important;

}

.art-layout-cell, 
.art-content-layout-row {
  vertical-align: top;
  text-align: left;
  border: none !important;

}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.art-vmenublock {
  position: relative;
  z-index: 0;
  margin: 0;
  min-width: 1px;
  min-height: 1px;
  padding: 15px 0 0 0; 
}

.art-vmenublock-body {
  position: relative;
  z-index: 1;
  padding: 0;
}

.art-vmenublock {
  margin: 0;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.art-vmenublockheader {
  position: relative;
  z-index: 0;
  height: 32px;
  margin-bottom: 4px;
}

.art-vmenublockheader .t {
  height: 24px;
  color: #937c58;
  margin: 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  margin:0;
  padding: 0 10px;
  white-space: nowrap;
  line-height: 24px;	
	font-weight: 600;
	border: 1px solid #937c58;
}

.art-vmenublockheader .l, 
.art-vmenublockheader .r {
  display: block;
  position: absolute;
  z-index: -1;
  height: 24px;
}

.art-vmenublockheader .l {
  left: 0;
  right: 1px;
}

.art-vmenublockheader .r {
  width: 980px;
  right: 0;
  clip: rect(auto, auto, auto, 978px);
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublockcontent-body {
  position: relative;
  z-index: 1;
  padding: 0;
}

.art-vmenublockcontent {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublockcontent-body {
  position: relative;
  z-index: 1;
  padding: 0;
}

/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.art-vmenu, ul.art-vmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

/* end VMenu */

/* begin VMenuItem */
ul.art-vmenu a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 22px;
  text-decoration: none;
}

ul.art-vmenu li.art-vmenu-separator {
  display: block;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 1px;
}

ul.art-vmenu .art-vmenu-separator-span {
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border: none;
}

ul.art-vmenu a .r, ul.art-vmenu a .l {
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 66px;
  background-image: url('images/vmenuitem.png');
}

ul.art-vmenu a .l {
  left: 0;
  right: 0;
}

ul.art-vmenu a .r {
  width: 981px;
  right: 0;
  clip: rect(auto, auto, auto, 981px);
}

ul.art-vmenu a .t {
  display: block;
  line-height: 22px;
  color: #937C58;
  padding: 0 10px;
  margin-left:0;
  margin-right:0;
}

ul.art-vmenu a:hover .l, 
ul.art-vmenu a:hover .r {
  top: -22px;
}

ul.art-vmenu a:hover .t {
  color: #937C58;
}

ul.art-vmenu a.active .l, 
ul.art-vmenu a.active .r {
  top: -44px;
}

ul.art-vmenu a.active .t {
  color: #937c58;
}
/* end VMenuItem */

/* begin Box, Block */
.art-block {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-block-body {
  position: relative;
  z-index: 1;
  padding: 0;
}

.art-block {
  margin: 0;
  padding: 10px 0;
}

.art-block-body li {
	padding-bottom: 5px !important;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader {
  position: relative;
  z-index: 0;
  height: 42px;
  margin-bottom: 0;
}

.art-blockheader .t {
  height: 42px;
  color: #004890;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  line-height: 42px;	
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-blockcontent-body {
  position: relative;
  z-index: 1;
  padding: 0;
}


.art-blockcontent-body, 
.art-blockcontent-body a, 
.art-blockcontent-body li a {
  color: #333333;
}

.art-blockcontent-body a,
.art-blockcontent-body li a {
  color: #004890;
  text-decoration: underline;
}

.art-blockcontent-body a:link,
.art-blockcontent-body li a:link {
  color: #004890;
  text-decoration: underline;
}

.art-blockcontent-body a:visited, 
.art-blockcontent-body a.visited,
.art-blockcontent-body li a:visited, 
.art-blockcontent-body li a.visited {
  color: #004890;
}

.art-blockcontent-body a:hover, 
.art-blockcontent-body a.hover,
.art-blockcontent-body li a:hover, 
.art-blockcontent-body li a.hover {
  color: #937c58;
  text-decoration: none;
}

.art-blockcontent-body ul {
  list-style-type: none;
  color: #333333;
  margin: 0;
  padding: 0;
}

.art-blockcontent-body ul li {
  text-decoration: none;
  line-height: 1.5em;
  padding: 0 0 0 20px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}

/* end Box, BlockContent */

/* begin Button */
.art-button-wrapper .art-button {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  color: #FFFFFF !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 25px;
  height: 25px;
  margin: 0 !important;
  padding: 0 10px !important;
  overflow: visible;
  cursor: pointer;
  z-index: 0;
}

.art-button img, 
.art-button-wrapper img {
  margin: 0;
  vertical-align: middle;
}

.art-button-wrapper {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .art-button-wrapper {
  display: block;
  float: left;
}

input, 
select, 
textarea, 
select {
  vertical-align: middle;
  border: 1px solid #9d9a95;
  padding: 2px;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  margin: 5px 5px 5px 0;
}

.art-block select {
    width:96%;
}

input:hover, 
select:hover, 
textarea:hover, 
select:hover {
  border: 1px dashed #9d9a95;
}

input:focus, 
select:focus, 
textarea:focus, 
select:focus {
  border: 1px solid #004890;
  color: #333333;
}
 



.art-button-wrapper.hover .art-button, 
.art-button:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.art-button-wrapper.active .art-button {
  color: #004890 !important;
}

.art-button-wrapper .l, 
.art-button-wrapper .r {
  display: block;
  position: absolute;
  z-index: -1;
  height: 75px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.art-button-wrapper .l {
  left: 0;
  right: 0;
}

.art-button-wrapper .r {
  width: 401px;
  right: 0;
  clip: rect(auto, auto, auto, 401px);
}

.art-button-wrapper.hover .l, 
.art-button-wrapper.hover .r {
  top: -25px;
}

.art-button-wrapper.active .l, 
.art-button-wrapper.active .r {
  top: -50px;
}

.art-button-wrapper input {
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.art-post {
  position: relative;
  z-index: 0;
  margin: 0;
  min-width: 3px;
  min-height: 3px;
  padding: 0 !important;
}

.art-post-body {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 5px 0;
}

.art-post-tr, 
.art-post-tl, 
.art-post-br, 
.art-post-bl, 
.art-post-tc, 
.art-post-bc,
.art-post-cr, 
.art-post-cl {
  position: absolute;
  z-index: -1;
}

.art-post-tr, 
.art-post-tl, 
.art-post-br, 
.art-post-bl {
  width: 2px;
  height: 2px;
}

.art-post-tl {
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.art-post-tr {
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.art-post-bl {
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.art-post-br {
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.art-post-tc, 
.art-post-bc {
  left: 1px;
  right: 1px;
  height: 2px;
}

.art-post-tc {
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.art-post-bc {
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.art-post-cr, 
.art-post-cl {
  top: 1px;
  bottom: 1px;
  width: 2px;
}

.art-post-cr {
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.art-post-cl {
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.art-post-cc {
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}

.art-post {
  margin: 20px;
}

a img {
  border: none;
}

.art-article img, 
img.art-article {
  border: 1px solid #9d9a95;
  padding: 4px;
  margin: 0;
}

.art-metadata-icons img {
  border: none;
  vertical-align: middle;
}

.art-article table, 
table.art-article {
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.art-article table, 
table.art-article .art-article tr, 
.art-article th, 
.art-article td {
  background: none;
}

.art-article th {
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre {
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-post h2.art-postheader, 
.art-post h2.art-postheader a, 
.art-post h2.art-postheader a:link, 
.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited, 
.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered {
  margin: 0.2em 0;
  padding: 0;
  font-weight: normal;
  font-size: 20px;
  color: #937c58;
}

.art-post h2.art-postheader a, 
.art-post h2.art-postheader a:link, 
.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited, 
.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered {
  margin: 0;
  text-decoration: none;
  color: #937c58;
}

.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited,
.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered {
  color: #937c58;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.art-postheadericons {
  color: #9d9a95;
  padding: 2px 0;
  margin: 0;
}

.art-postheadericons, 
.art-postheadericons a, 
.art-postheadericons a:link, 
.art-postheadericons a:visited, 
.art-postheadericons a:hover {
  font-size: 11px;
}

.art-postheadericons a, 
.art-postheadericons a:link, 
.art-postheadericons a:visited, 
.art-postheadericons a:hover {
  margin: 0;
  text-decoration: underline;
  color: #9d9a95;
}

.art-postheadericons a:visited, 
.art-postheadericons a.visited,
.art-postheadericons a:hover, 
.art-postheadericons a.hover {
  text-decoration: none;
  color: #9d9a95;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.art-post ol, 
.art-post ul {
  color: #333;
  margin: 1em 0 1em 2em;
  padding: 0;

}

.art-post li ol, 
.art-post li ul {
  margin: 8px 0 8px 30px;
  padding: 0;
}

.art-post li {
  margin: 8px 0;
  padding: 0;
}

.art-post ul {
  list-style-type: none;
}

.art-post ol {
  list-style-position: inside;
}

.art-post li {
  padding: 0 0 0 12px;
  line-height: 140%;
}

.art-post ol li, 
.art-post ul ol li {
  background: none;
  padding-left: 0;
}

.art-post ul li, 
.art-post ol ul li {
  background: url('images/postbullets.png') no-repeat;
  padding-left: 12px;
}

/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.art-postcontent blockquote p {
  color: #333333;
  text-align: left;
}

blockquote,
.art-postcontent blockquote {
  margin: 0;
  padding: 5px;
  background-color: #ECEDFF;
  border-left: 5px solid #004890;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.art-postfootericons {
	float:right;
	display: block;
	padding: 3px;
	margin: -14px 0 0 0;
	width: 200px;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	background-color: #004890;
	color: #ffffff !important;
	text-decoration: none !important;
}

.art-postfootericons, 
.art-postfootericons a, 
.art-postfootericons a:link, 
.art-postfootericons a:visited, 
.art-postfootericons a:hover{
   color: #ffffff;
  	text-decoration: none !important;
}

.art-postfootericons a:visited, 
.art-postfootericons a.visited {
 	color: #ffffff;
	text-decoration: none !important;
}

.art-postfootericons a:hover, 
.art-postfootericons a.hover {
  text-decoration: none;
  color: #ffffff;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.art-footer {
  border-top: 1px solid #333333;
  padding: 5px 0 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 685px;
  margin: 10px 0 0 195px;
}

.art-footer .art-footer-inner {
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 0;
}

.art-footer .art-footer-text p {
  margin: 0;
  font-size: 11px;
}

.art-footer, 
.art-footer-text, 
.art-footer-text p {
  color: #333333;
}

.art-footer .art-footer-text,
.art-footer .art-footer-text a,
.art-footer .art-footer-text a:link,
.art-footer .art-footer-text a:visited,
.art-footer .art-footer-text a:hover {
  font-size: 11px;
  text-decoration: none;
  color: #333333;
}

.art-footer .art-footer-text a:visited {
  text-decoration: none;
  color: #937c58;
}

.art-footer .art-footer-text a:hover {
  color: #004890;
  text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, 
.art-page-footer a, 
.art-page-footer a:link, 
.art-page-footer a:visited, 
.art-page-footer a:hover {
  font-size: 10px;
  text-decoration: underline;
  color: #937c58;
}

.art-page-footer {
  margin: 0;
  text-decoration: none;
  color: #937c58;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.art-content-layout .art-sidebar1 {
  width: 20%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */

.art-content-layout .art-content {
  width: 60%;
}
.art-content-layout .art-content-sidebar1,
.art-content-layout .art-content-sidebar2 {
  width: 80%;
}
.art-content-layout .art-content-wide {
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */
.art-content-layout .art-sidebar2 {
  width: 20%;
}

/* end LayoutCell, sidebar2 */


/* Kommentare */

.commentlist {
	list-style: none !important;
}

.comentlist ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}

.commentlist, 
.commentlist li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #937c58 !important;
}

.commentlist li ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.commentlist li li {
  margin-left: 20px;
  padding: 0;
  border-left: 5px solid #e2dcd0;
  border-bottom: none !important;
}

.commentlist li .avatar {
  float: right;
  border: 1px solid #333;
  padding: 1px;
  margin: 1px;
}

.commentlist li cite {
  font-size: 1.2em;
}

#commentform textarea {
  width: 100%;
}

img.wp-smiley {
  border: none;
  margin: 0;
  padding: 0;
}

.navigation {
  display: block;
  text-align: center;
  padding: 0;
  height: 30px;
  border-bottom: 1px dashed #e2dcd0;
}
.navigation a {
	padding: 5px;
}


/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, 
div.aligncenter, 
.art-article .aligncenter img, 
.aligncenter img.art-article, 
.aligncenter img, img.aligncenter {
  display: block;
 margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 10px 10px 10px 0 !important;
}
.alignleft img, 
img.alignleft {
  margin: 0 10px 0 0 !important;
}

.alignright {
  float: right;
	margin: 10px 0 10px 10px !important;
}
.alignright img, 
img.alignright {
  margin: 0 0 0 10px !important;
}

.alignnone {
	clear:both;
	margin: 10px auto !important;
}
.alignnone img, 
img.alignnone {
  margin: 0 auto !important;
}


.wp-caption {
	border: 1px solid #9d9a95;
	padding: 4px !important;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
}
/* End */


.hidden {
  display: none;
}

/* Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

.gallery {
  letter-spacing: normal;
}

.art-content {
  position: relative;
  z-index: 1;   
}

#todays-events{
  position: relative;
  z-index: 11;    
}

#upcoming-events{
  position: relative;
  z-index: 10;    
}

/* Stile fuer die Hauptnavigation */

div#mainnavi {
	width: 880px;
	height: 25px;  /*nicht l�schen */
	margin: 0 0 10px 0;
}
div#mainnavi ul {
	background-color: #004890;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#mainnavi li {
	display:block;
	height: 25px;
	float:left;
	width: 146.6px;
	line-height: 25px;
	background-color: #004890;
}

div#mainnavi a {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	display: block;
	float:left;
	width: 100%;
	text-align: center;
}

div#mainnavi a:link,
div#mainnavi a:visited,
div#mainnavi a:active {
	color: #ffffff;
}

div#mainnavi span {
	display:block;
	float:left;
	width: 100%;
}
div#mainnavi span:hover {
	background: url(images/navi-strich.gif) right top no-repeat;
}
div#mainnavi a:hover {
	background: url(images/navi-strich.gif) left top no-repeat #be946a;
}
div#mainnavi .aktiv {
	background: url(images/navi-strich.gif) left top no-repeat #be946a;
}

/* Kontaktlinks links oben */

div#kontaktlinks {
	width: 193px;
	margin-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

div#kontaktlinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
}
div#kontaktlinks li {
	display: block;
	float: left;
	width: 33%;
	text-align: center;
	font-weight: 600;
}

div#kontaktlinks a {
	text-decoration: none;
}
div#kontaktlinks a:link {
	color: #004890;
}
div#kontaktlinks a:visited {
	color: #004890;
}
div#kontaktlinks a:hover {
	color: #be946a;
}
div#kontaktlinks a:active {
	color: #004890;
}

/* Stile fuer die statische Navigation in der Seitenleiste */

div#nav_menu-3 {
	text-transform: uppercase !important;
	font-weight: 600;
	margin: 15px 0;
	padding: 0;
	font-size: 11px;
}
div#nav_menu-3 a {
	text-decoration: none !important;
	line-height: 24px;
}
div#nav_menu-3 ul li {
	list-style: none !important;
	list-style-image: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Link zur Blogstartseite */

div#nav_menu-4 {
	text-transform: uppercase !important;
	font-weight: 600;
	margin: 15px 0;
	padding: 0;
	font-size: 11px;
}
div#nav_menu-4 a {
	text-decoration: none !important;
	line-height: 24px;
}
div#nav_menu-4 ul li {
	list-style: none !important;
	list-style-image: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Fuer weitere Menuekaesten bitte den oberen Teil wiederholen und die Ziffern austauschen */

/* more-link */

.more-link {
	clear: both;
	display: block;
	padding: 3px;
	margin: 20px 0 -19px 0;
	width: 200px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
	background-color: #004890;
	color: #ffffff !important;
	text-decoration: none !important;
}

/* Thumbnail-Stil */

.thumbnail {
	float:right;
	margin: 0 0 20px 10px !important;
	padding: 4px;
}

.print {
	text-align: right !important;
}
.print a {
	text-decoration: none !important;
	background: url(images/print-button.gif) right no-repeat;
	padding: 0 20px 0 0;
}

#profile a {
	text-decoration: none !important;
	text-align: right !important;
}

/* Facebook-Like-Button */

.wpfblike {display:none !important;}

hr {
	margin: 30px 0;
	height: 1px;
	background: none;
}

/* Plus one */

#___plusone_0 {
	float: right !important;
	width: 80px !important;
	margin: -38px 0 0 0;
}
.shr-bookmarks {
	padding: 40px 0 !important;
}
