/* $Id: pages.css,v 1.18.2.3 2010/06/26 17:18:58 johnalbin 101221 0901 Exp $ */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
}

#page-wrapper {position:relative;}

#page {
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {font-size:.9em}
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 16px;border-bottom:0px solid #8b0000;font-family:Georgia,Times New Roman,serif;text-align:left;padding-right:25px;margin-top:11px;background:#fff;
  line-height: 1.1em;font-style:normal;}

#politikrechtkommunikation a,#politikrechtkommunikation a:hover {border-bottom:none;}
#politikrechtkommunikation {clear:right;font-size: 3.2em;border-bottom:0px solid #8b0000;font-family:Georgia,Times New Roman,serif;text-align:right;padding-right:25px;margin-top:25px;
  line-height: 1.1em;}

#site-name a:link,
#site-name a:visited {text-decoration:none;padding-bottom:0px;padding:0 3px 0 0px;font-weight:normal;  color: #252525;
  border-bottom:1px dotted #252525;
}

#site-name a:hover,
#site-name a:focus {text-decoration:none;
  border-bottom:1px solid #8b0000;background:#fff;color:#8b0000;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

#site-slogan h2 {font-weight:normal;font-size:1.4em;font-family:Georgia,Times New Roman,serif;text-align:right;padding-right:25px;}/* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

/* region-content-top Wrapper for any blocks placed in the "content top" region ... wird in blocks.css definiert */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

.breadcrumb a {font-size:16px;border-bottom:1px dotted #000;color:#000;text-decoration:none}
h1.title {margin:42px 0 11px 0} /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.front h1.title,.front .breadcrumb,.front div.tabs,.page-node-3 h1.title,.page-node-3 .breadcrumb,.page-node-3 div.tabs,.page-node-2 h1.title,.page-node-2 .breadcrumb,.page-node-2 div.tabs,.page-node-1 h1.title,.page-node-1 .breadcrumb,.page-node-1 div.tabs {display:none}
.greek {font-size:27px;line-height:48px;font-family:Georgia,Times New Roman,serif}
.german {font-family:Georgia,Times New Roman, serif;color:#8b0000;z-index:5;font-size:16px;line-height:48px}
.german a {font-weight:bold;color:#8b0000;text-decoration:underline;border-bottom:2px dotted #8b0000}
.german a:hover {font-weight:bold;color:#b50000;text-decoration:none;border-bottom:2px solid #b50000}
.xmas {font-size:2em}
#german-greek {color:#a7a7a7;margin-top:-58px}

.canimation img{background-color:#92A9BB;z-index:666}
.SpitLoot {display:none;border:11px solid black;z-index:666}
.tip1, .tip2, .tip3, .tip4 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; // first!
	filter: alpha(opacity=95);opacity:.95;border-left:22px solid #8b0000;position:relative;width:300px;background:#f9e8b9;color:#000;font-family:Arial,Helvetica,sans serif;font-weight:normal;font-style:normal;font-size:13pt;text-align:left;z-index:2889;padding:11px}
.tip3 {text-align:left;padding:7px;}
.tip3 ul {padding-left:11px;margin-left:11px}
.tip3 span {font-weight:bold}
a.usesTip1,a.usesTip2 {background:#8b0000;color:#fff;padding:0px 3px 2px 3px;}
a.usesTip1:hover,a.usesTip2:hover {background:#fff;color:#8b0000;padding:0px 3px 2px 3px}

.field-field-bild {float:right;margin:0em 0em 1em 1em}
.views-field-field-bild2-fid .field-item {float:left;margin-right:.3em}

.view-nodes .attachment-before .views-row {float:left;margin-right:.8em}
.view-nodes .attachment-before .view-display-id-attachment_2 {float:right;width:185px;}
.view-nodes .attachment-before .view-display-id-attachment_2 .views-row {float:none;text-align:right}
.view-nodes .attachment-before .view-display-id-attachment_3 .view-header p {margin-bottom:0em;margin-top:12px}
.view-nodes .attachment-before .view-display-id-attachment_3 .view-content {font-size:.8em}
.view-nodes .attachment-before .view-display-id-attachment_7 .view-header p {margin-bottom:0em;margin-top:12px}
.view-nodes .attachment-before .view-display-id-attachment_7 .view-content {font-size:.8em}

.page-category-newsletter-politiktrainingat-newsletter .terms,.page-arbeitsbereiche .terms,.page-zur-person .terms,.node-type-page .terms {display:none}
.submitted {font-style:italic}

.telefonnummer {font-style:italic}

blockquote.ausschalten1 {display:none;}
blockquote.ausschalten2 {position:absolute;top:155px;left:5px;width:400px;height:300px;z-index:2888;border:1px solid #8b0000;background:#fefede;padding:5px;margin-left:55px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=93)"; filter: alpha(opacity=93);opacity:.93;	}
blockquote.ausschalten2 p {font-weight:normal;font-family:Georgia,Times New Roman,serif;font-size:1.9em;line-height:1.6em;text-align:center;color:#8b0000;}
blockquote.ausschalten2 div {line-height:23px;position:absolute;top:0px;right:0px;width:23px;height:23px;text-align:center;background:#8b0000;border:1px solid #000}
blockquote.ausschalten2 div a {position:relative;display:block;font-size:18px;font-weight:bold;color:#fff;font-family:Arial,sans serif;}
blockquote.ausschalten2 div a:hover {background:#bf614e}

.page-contact h1 {font-size:1.5em}

.page-publikationen .field-field-bild {clear:right;margin-top:3em}

a.flag {font-size:.7em;padding:3px}
a.unflag-action {background:red;color:#fff;}
a.flag-action {background:#fff;color:red;}

.printed #main-wrapper {margin-left:0;width:900px}

#block-block-2 div object {display:none}
#block-block-2 div.anzeigen object {display:block}
#block-block-2 {position:relative}
#block-block-2 #videolinks {position:absolute;top:240px;right:0}
#block-block-2 #videolinks img {display:none;position:absolute;top:-18px;left:-45px;z-index:-8888}
#block-block-2 #videolinks em {font-weight:bold;font-size:1.1em;background:#fefede;padding:0 .2em;font-style:normal}
#block-block-2 #videolinks span {border-bottom:1px dotted #8b0000;cursor:pointer}
#block-block-2 #videolinks span:hover {border-bottom:1px solid #8b0000}
#block-block-2 div.anzeigen {display:block;position:absolute;top:0;right:0}

.page-test-videoreel div embed {display:none}
.page-test-videoreel div.anzeigen embed {display:block}

#block-block-13 {margin-top:-.4em;}
#block-block-13 p{margin-top:0;text-align:right;padding-right:.2em;}

#funfazwanzg{position:absolute;top:.05em;text-align:center;font-size:32em;top:.5em;z-index:3;left:.25em;border-radius:1.2em;opacity:.4;width:.6em;padding:.04em;}