/* $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 {
}

#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 {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 */ {
}

.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:bold;font-style:normal;font-size:13pt;text-align:left;z-index:666;padding:11px}
.tip3 {text-align:left;padding:7px;}
.tip3 ul {padding-left:11px;margin-left:11px}
.tip3 span {border-bottom:2px solid #000}
a.usesTip1 {background:#8b0000;color:#fff;padding:0px 3px 2px 3px;}
a.usesTip1: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-arbeitsbereiche .terms,.page-zur-person .terms,.node-type-page .terms {display:none}

.telefonnummer {font-style:italic}

blockquote.ausschalten1 {display:none;}
blockquote.ausschalten2 {position:absolute;background:#656565;border:2px solid #8b0000;color:#fff;font-size:2em;padding:22px;width:333px;height:222px;z-index:4444;top:222px;left:25px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);	}
blockquote.ausschalten2 div {position:absolute;top:5px;right:5px;width:11px;height:11px;text-align:center;vertical-align:middle;display:block;color:#ccc;font-size:.7em;background:red;padding:22px}
blockquote.ausschalten2 div a {position:relative;display:block;color:#000;font-size:.8em;padding:0px}