/*
Theme Name: eMBIS
Date: 28th June 2010
Description: Template fuer die Printausgabe
Version: 1.0
Author: Alexandra Steiner - Barrierefreies Webdesign
Author URI: http://www.alexandra-steiner.at
*/

/* begin Page */

body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12pt;
  margin: 0 auto;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	text-align: left;
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}

h1 {
  font-family: "Times New Roman", Georgia, Times, Serif;	
  font-weight: normal;
  margin: 10px 0;  
  font-size: 18pt;
}

h2 {
	margin-top: 20px;
	font-size: 16pt;
}

h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 20px 0;		
   font-size: 14pt;
}

h4 {
  font-size: 16pt;
  font-weight: 600;
  font-family: "Times New Roman", Georgia, Times, Serif;	
  font-weight: normal;
}

h5 {
  font-size: 12pt;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
  font-size: 10pt;
}

p {
  margin: 8px 0;
  font-size: 10pt;
  text-align: justify;
  line-height: 140%;
}

a {
  text-decoration: underline;
}

#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;
  min-width: 3px;
  min-height: 3px;
}

.art-sheet-body {
  position: relative;
  z-index: 1;
  padding: 15px;
}

.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;
}

.art-sheet {
  margin: 0;
}

/* end Box, Sheet */

/* begin Header */
div.art-header {
display: none;
}

div.art-header-jpeg {
display: none;
}

#headertext {
	margin: auto;
}

#headertext p {
	line-height: 0 !important;
	text-align: right;
	font-size: 10pt !important;
	padding: 0 !important;
	margin: 25px 0 0 0;
}

/* end Header */

/* begin Layout */
.art-content-layout {
  display: table;
  padding: 0;
  border: none;
}

.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 {
display: none;
}

/* begin Box, Block */
.art-block {
display: none;
}

/* 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;
  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 #000;
  padding: 2px;
  font-family: "Courier New", Courier, monospace;
  font-size: 12pt;
  margin: 5px 5px 5px 0;
}
.art-block select {
    width:96%;
}

.art-button-wrapper.hover .art-button, 
.art-button:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.art-button-wrapper.active .art-button {
  color: #000 !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: 10px 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: 0;
}

a img {
  border: none;
}

.art-article img, 
img.art-article {
  border: 1px solid #000;
  margin: 10px;
}

.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: 20pt;
}

.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;
}

.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 {
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.art-postheadericons {
  padding: 2px 0;
  margin: 0;
  color: #000;
  font-size: 10pt !important;
}

.art-postheadericons a {
  text-decoration: underline;
    color: #000;
}

/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.art-post ol, 
.art-post ul {
  margin: 1em 0 1em 2em;
  padding: 0;
  font-size: 10pt;
  line-height: 140%;

}

.art-post li ol, 
.art-post li ul {
  margin: 8px 0 8px 30px;
  padding: 0;
}

.art-post ul {
  list-style-type: square;
}

.art-post ol {
  list-style-type: decimal;
}

.art-post ol li, 
.art-post ul ol li {
  padding-left: 0;
}

/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.art-postcontent blockquote p {
  text-align: left;
  font-style: italic;
}

blockquote,
.art-postcontent blockquote {
  margin: 0;
  padding: 5px;
  border-left: 5px solid #000;
}

/* 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: 10pt;
	line-height: 20px;
	text-decoration: none !important;
	color: #000;
}

.art-postfootericons a {
	text-decoration: underline;
	color: #000;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */

.art-footer {
display: none;
}

/* end Footer */

/* begin PageFooter */
.art-page-footer a {
  font-size: 10pt;
  text-decoration: underline;
}

.art-page-footer {
  text-decoration: none;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.art-content-layout .art-sidebar1, 
.art-content-layout .art-sidebar2 {
  display: none;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */

.art-content-layout .art-content-sidebar1,
.art-content-layout .art-content-sidebar2 {
  display: none;
}

/* end LayoutCell, content */

/* Kommentare */

.commentlist {
	list-style: none !important;
	color: #000 !important;
	font-size: 10pt !important;
}

.commentlist a {
	color: #000;
	font-size: 10pt;
}

.comentlist ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}

.commentlist, 
.commentlist li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #000 !important;
}

.commentlist li ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.commentlist li li {
  margin-left: 20px;
  padding: 0;
  border-left: 5px solid #000;
  border-bottom: none !important;
}

.commentlist li .avatar {
  float: right;
  border: 1px solid #000;
  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: 20px;
  border-bottom: 1px dashed #000;
}
.navigation a {
	padding: 5px;
	font-size: 10pt;
	color: #000;
}


/* 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;
}

.alignright {
  float: right;
}

.alignright img, 
img.alignright {
  margin: 0 0 0 10px;
}

.alignleft img, 
img.alignleft {
  margin: 0 10px 0 0;
}

.wp-caption {
  border: 1px solid #000;
  padding: 0;
  margin: 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 10pt;
  line-height: 17px;
  padding: 3px;
  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 {
display: none;
}

/* Kontaktlinks links oben */

div#kontaktlinks {
display: none;
}

/* more-link */

.more-link {
	clear: both;
	display: block;
	padding: 3px;
	margin: 20px 0 -19px 0;
	width: 200px;
	font-size: 10pt;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
	color: #000 !important;
	text-decoration: underline !important;
}

/* Thumbnail-Stil */

.thumbnail {
	float:right;
	margin: 0 0 20px 10px !important;
	padding: 4px;
}

/* Facebook-Like-Button */

iframe {
	margin: 0 0 0 0;
	width: 120px !important;
	height: 20px !important;
}
