/* $Id: pages.css,v 1.18.2.3 2010/06/26 17:18:58 johnalbin 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;
  background-color:#FFFFFF;
background-image:url("../images/kachel.jpg");
  font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size:0.95em;
line-height:1.3em;
margin:0;
padding:0;
}

#page-wrapper {
margin-left:0;
margin-right:0;
background-color:transparent;
background-image:url("../images/titelleiste_bg.gif");
background-repeat:repeat-x;
height:140px;
margin-top: 15px;
padding-left: 0px;
}

#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 {
background-color:transparent;
/*background-image:url("../images/titelleiste_bg.gif");*/
height:95px;
height:140px;
left:0;
margin:0;
padding:0;
top:15px;
margin: 0 auto;
width: 960px;
}

#header img {
/*margin:0px 255px 0 165px;
padding:0;*/
}

.front #header img {
margin-left: 185px;

}

#header .section {
}

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

#logo img {
  vertical-align: bottom;
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
    margin-top: 23px;
}

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

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

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

.region-header /* Wrapper for any blocks placed in the header region */ {
padding-top: 1px;
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
background-color:transparent;
margin:5px 0 0 0px;
padding:0;
width:960px;
background:url("../images/spalten_bg.gif") repeat-y 165px 0 #ffffff;
clear: left;
}

.front #main-wrapper {
background-color:transparent;
margin:5px 0 0 0px;
padding:0;
width:900px;
background: none;
}

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

h1.title, /* 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 */ {
clear:left;
}

.front #content-area /* Wrapper for the actual page content */ {
background:url("../images/klingelbrett_namenlos.jpg") no-repeat left top;
overflow: auto;
height: 510px;
}

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 {
width: 1000px;
text-align: center;
margin-top: 5px;
}

.front #footer {
width: 800px;
text-align: center;
margin-top: 5px;
}


#footer  a {
color: #000000;
}

#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);
}

#doppelpunkte {
background-color:transparent;
background-image:url("../images/doppelpunkt.gif");
color:#838383;
font-size:0.9em;
height:12px;
left:-2px;
margin:0;
padding:0;
position:relative;
text-align:center;
top:0;
width:600px;
}

#doppelpunkte-bottom {
background-color:transparent;
background-image:url("../images/doppelpunkt.gif");
background-repeat: repeat-x; 
background-position: left bottom; 
color:#838383;
font-size:0.9em;
height:30px;
left:-2px;
margin:0;
margin-top: 150px;
padding:0;
position:relative;
text-align:center;
top:0;
width:600px;
clear: both;
padding-bottom: 20px;
}

.view-taxonomy-term2 td.col-1 {
padding-right: 5px;
}

.view-taxonomy-term2 td.col-2 {
padding-left: 5px;
}

.view-taxonomy-term2 td {
padding-bottom: 10px;
}

.view-taxonomy-term2 .views-field-title {
color:#9154D2;
font-family:Arial,Helvetica,Verdana,sans-serif;
font-size:18px;
font-weight:normal;
line-height:1.1em;
margin-bottom:0;
margin-top:0;
}

.glossary-links a span {

}

.glossary-links {
    background-color: #ffffff;
    color: #888888;
    text-align: center;
	width: 400px;
	margin-left: 100px;
}

.profile h3 {
    border-bottom: 0px solid #CCCCCC;
}


.front #trennpunkte { 
display: none;
}

.section-search .box h2 {
display: none;
}

.search-form {
    margin-bottom: 0;
}

.ss-search {
float: left;
margin-right: 15px;
width: 285px;
padding-bottom: 15px;
}

#content-area .pager {
padding-top: 25px;
padding-left: 0;
font-size: 11px;
}

#content-area .pager li {
border: 1px solid #FFCC33;
padding: 2px;
}

.pager a, .pager strong.pager-current {
padding: 2px;
}

#user-login a {
font-weight: bold; 
padding-bottom: 10px;
}

.section-tonstudio #trennpunkte {
display: none;
}

.print-link {
display: none;
}

#search-box {
position: absolute;
top: 67px;
left: 550px;
}

#search-box .form-submit {
display: none;
}

#search-box #edit-search-theme-form-1-wrapper label {
display: inline;
font-weight: normal;
font-size: 11px;
}

#search-box #edit-search-theme-form-1 {
font-size: 11px;
}

.node-type-list dd {
margin-bottom: 20px;
}

.glossary-synonyms {
display: none;
}

/* Neue Startseite */

.page-neue-startseite , .page-neue-startseite .node .content{
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.page-neue-startseite .node .content{
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 13px;
font-weight: normal;
}


h1, h2, h3, h4 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.page-neue-startseite #main-wrapper {
background-color:#ffffff;
margin:5px 0 0 0px;
padding:0;
width:960px;
background-image:none;
}

.page-neue-startseite #page-wrapper {
margin-left:0;
margin-right:0;
background-color:transparent;
background-image:url("../images/titelleiste_bg.gif");
background-repeat:repeat-x;
height:140px;
margin-top: 15px;
padding-left: 0px;
}

.page-neue-startseite .menu-test {
float: left;
margin-left: 10px;
}

.menu-test {
    font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
}

.page-neue-startseite.sidebar-second #content { 
    margin-left: 100px;
    margin-right: -800px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 600px;
}

.page-neue-startseite.with-navigation #content, .page-neue-startseite .with-navigation .region-sidebar-first{
    margin-top:0px;
}


.page-neue-startseite #edit-submit-1, #search-block-form  #edit-submit-1, #search-block-form  #edit-submit-2, #search-block-form  #edit-submit-3 {
display: none; 
} 

.page-neue-startseite  #edit-search-block-form-1-wrapper label {
  display: inline;
}

.page-neue-startseite .region-sidebar-first {
    float: none;
    margin-left: 0;
    margin-right: 0px;
    padding: 0;
    width: 145px;
}

.page-neue-startseite  #search-block-form, #search-block-form {
margin-left: 10px;
}

.page-neue-startseite .form-item label, #search-block-form  label{
        font-weight: normal;
}

.sub {
margin-left: 10px;
font-size: 11px;
margin-bottom: 15px;
background-color:transparent;
background-image:url("../images/stars.gif");
background-repeat:no-repeat;
background-position: bottom left;
padding-bottom: 36px;
}


.page-neue-startseite.two-sidebars #content {
    margin-left: 0px;
    margin-top: 15px;
    padding-bottom: 5px;
    width: 330px;
	height: 180px;

}


.page-neue-startseite.sidebar-first #content {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    padding-bottom: 5px;
    width: 340px;
	height: 127px;
}

.page-neue-startseite #content {
background-color: #ECEDED;
padding: 10px;
width: 7;
	float: left;
	margin-right: 10px;
background:url("../images/lamellen.gif") no-repeat left top #ECEDED;
padding-top: 78px;
}

.page-neue-startseite #doppelpunkte-bottom {
display: none;
}

.page-neue-startseite #header img {
margin: 0;
  /*  padding: 0; */
}

.page-neue-startseite #header #logo img {
    margin: 8px 240px 0 0px;
	margin-right: 0;
  /*  padding: 0; */
  margin-top: 23px;
}

.page-neue-startseite #block-search-0, #search-block-form {
margin-top: 72px;
}

.front-rechtsoben {
width: 385px;
float: right;
background-color: #ECEDED;
margin-top: 15px;
margin-right: 10px;
padding: 10px;
padding-top: 0px;
	height: 200px;
	padding-left: 0;
}


.page-neue-startseite .region-sidebar-second {
    float: none;
    margin-left: 810px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0;
    width: 160px;
}

.page-neue-startseite #main {
    padding-left: 165px;
	width: 780px;
	padding-right: 20px;
}


.front-mitte {
width: 755px;
margin-top: 10px;
background-color: #ECEDED;
padding: 10px;
overflow: auto;
padding-top: 0;
font-size: 12px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

/*
.logged-in .front-mitte {
width: 755px;
margin-top: 10px;
background: none;
padding: 10px;
overflow:visible;
padding-top: 0; 
font-size: 12px;
margin-bottom: 15px;
height: 220px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.logged-in .region-sidebar-second .block {
margin-bottom: 20px;
}

*/

.front-mitte .views-field-title {
 line-height: 12px;
  margin-bottom: 0;
}


.front-mitte .views-field-title a {
font-size: 12px;
color: #835CA9;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-weight: bold;
 line-height: 12px;
}

.zeile1 {
display: block;
/*overflow: auto;*/
height: 300px;
padding-bottom: 10px;
background:url("../images/punkt.gif") repeat-x left bottom #ffffff;
margin-bottom:28px;
}

.page-neue-startseite h1.title {
color: #E63A67;
margin-bottom: 15px;
font-weight: normal;
}

.page-neue-startseite h2.title {
color: #835CA9;
font-size: 14px;
}

.page-neue-startseite h2.title a {
color: #835CA9;
font-size: 14px;
}

.page-neue-startseite .node-type-aktuelles p {
margin: 2px 0;
}

.page-neue-startseite a {
color: #E63A67;
}

.trennpunkte {
background:url("../images/punkt.gif") repeat-x left top #ffffff;
padding-top: 10px;
margin-top: 10px;
}

.page-neue-startseite .front-mitte .views-row {
width: 235px; 
float: left;
margin-right: 5px;
padding-right: 10px;
}

.page-neue-startseite .front-mitte .views-row {
border-right: 1px solid #C8C9C9;
}

.page-neue-startseite .front-mitte .views-row-last {
border-right: 0px solid #C8C9C9;
padding-right: 0px;
}

.page-neue-startseite .front-untenlinks {
width: 331px;
padding: 10px;
font-size: 11px;
background:url("../images/striche.gif") repeat left bottom #ffffff;
margin-top: 0px;
padding-bottom: 10px;
float: left;
}

.page-neue-startseite .front-untenrechts {
width: 362px;
padding: 10px;
font-size: 11px;
background:url("../images/striche.gif") repeat left bottom #ffffff;
margin-top: 0px;
padding-bottom: 10px;
float: left;
margin-right: 10px;
}


.page-neue-startseite .front-untenlinks p,
.page-neue-startseite .front-untenrechts p  {
margin: 0;
}

.front-untenlinks-inner {
background-color: #ffffff;
padding: 5px;
height: 355px;
}

.page-neue-startseite .front-untenlinks .views-row {
margin-top: 15px;
}

.page-neue-startseite .front-untenlinks .view-header,
.page-neue-startseite .front-untenrechts .view-header {
font-weight: bold;
margin-bottom:0px;
}

.page-neue-startseite .front-untenrechts .view-header {
color: #E63A67;
}

.page-neue-startseite .front-untenlinks .views-field-title {
font-size: 12px;
  line-height: 12px;
    margin-bottom: 0;
}


.page-neue-startseite .front-untenrechts .views-field-title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
}


.page-neue-startseite .front-untenlinks .views-field-title a {
font-size: 12px;
  line-height: 12px;
    margin-bottom: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.page-neue-startseite .front-untenrechts .views-field-title a {
    font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
}

.page-neue-startseite .front-untenlinks .block {
    margin-bottom: 0;
}

.page-neue-startseite .front-untenrechts {

float: right;
font-size: 12px;
    margin-bottom: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding: 10px;
font-size: 11px;
/*background:url("../images/striche.gif") repeat left bottom #ffffff;*/
margin-top: 0px;
padding-bottom: 10px;
margin-right: 10px;
}

.front-untenrechts-inner {
background-color: #ffffff;
padding: 5px;
padding-bottom: 6px;
}

.imageflow .slideshow.pause, .imageflow .slideshow.play {
display: none;
}

.front-untenrechts-inner h2.title  {
/*width: 280px;*/ 
}

.page-neue-startseite .view-footer {
text-align: right;
}


.page-neue-startseite .front-untenrechts .views-row {
    margin-top: 15px;
}


.page-neue-startseite .region-footer #block-block-6 .content {
    background-color: transparent;
    background-image: url("../images/footer-bg.png");
    margin-left: 166px;
    padding: 60px 0 20px 0px;
    width: 660px;
}

.page-neue-startseite .region-footer {
 clear:both;
}

.page-neue-startseite #edit-search-block-form-1, #edit-search-block-form-1   {
width: 110px;
font-weight: normal;
}

#search-block-form {
margin-bottom: 1em;
}

.sub a, .neue-startseite .sub a {
color: #000000;
}


.loggedin {
position: absolute;
left: 810px;
top: 116px;
width: 160px;
  background-color: #FFCC33;
    padding: 5px;
font-size: 13px;
}

.header-banner {
float: right;
}

.header-banner ul {
padding-top: 2px;
}


.header-banner ul li {
float: left;
}

.header-banner ul li.menu-2293{
    background: url("../images/apps/chat.png") no-repeat scroll center top transparent;
    padding: 0;
    text-align: center;
	list-style-type: none;
}

.header-banner ul li.menu-2293 a{
    color: #ffffff;
    display: block;
    font-size: 10px;
    padding-top: 40px;
	width: 70px;
}

.header-banner ul li.menu-1709 {
    background: url("../images/apps/kinderreporter.png") no-repeat scroll center top transparent;
    padding: 0;
    text-align: left;
	list-style-type: none;
}

.header-banner ul  li.menu-1709 a {
    color: #ffffff;
    display: block;
    font-size: 9px;
    font-weight: normal;
    padding-top: 40px;
}

.header-banner ul li a:hover{
text-decoration: none;
}

#block-views-HanisauLand_Kalender-block_1 {
/*background: url("http://www.hanisauland.de/img/hanisauland_rss.jpg") no-repeat scroll right top transparent;*/
}

iframe {
border: 0;
}

.region-front-rechtsoben h2  {
padding-top: 0px;
padding-left: 0px;
padding-bottom: 4px;
}

.front-rechtsoben {
width: 385px;
float: right;
background-color: #ffffff;
margin-top: 15px;
margin-right: 10px;
padding: 0px;
padding-top: 0px;
height: 200px;
padding-left: 0;
}

.region-front-rechtsoben p  {
margin: 0;
}

.region-front-rechtsoben iframe  {
padding-left: 0px;
}

#block-block-45 {
height: 263px;
 background-color: #eceded;
 margin: 0;
}

.front .region-sidebar-second  {
position: absolute;
top: 5px;
left: 167px;
}

.wvbd-frame-border {
/*background-image: url("../images/stripe.jpg");
background-repeat: repeat;*/
}

.adkbillboard {
margin: 0 auto; 
width: 960px; 
}

.adkbillboard .wvbd-frame-770x250 {
margin-top: 10px;  
margin-bottom: 10px;
}

.page-kinderreporter-online-kurs-start .tabs, .page-kinderreporter-online-kurs-start-q .tabs {
display: none;
}

.page-die-sowiesos-datenschutz iframe {
border: 3px solid #eceded;
}

body.piwik { 
background: none;
background-color: #ffffff; 
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 13px;
	line-height: 1.3em;
	padding: 4px;
}

.error.messages {
display: none;
}

.page-du-bist-gefragt-was-ist-mut  #block-views-neueste_articles2-block_1, #comment-form #edit-mail-wrapper, 
#comment-form #edit-homepage-wrapper, #search-block-form #edit-submit  {
display: none; 
}

.view-taxonomy-term.view-dom-id-2 .node h2.title, .page-glossary .view-glossary {
display: none;
}

.view-Lexikon-Title .views-field-title  {
margin-bottom: 4px;
padding-left: 4px;
}

.view-Lexikon-Title .views-field-title a {
font-size: 14px;
}

#node-6534 .descr.d1 {
position: absolute;
top: 370px;
left: 360px;
}


#node-6534 .descr.d2 {
position: absolute;
top: 370px;
left: 345px;
}

#block-views-Tonstudio_random-block_1 h2.title {
    margin: 0;
    color: #CC1013;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 10px;
    margin-bottom: 0;
	font-family: Arial,Verdana,Tahoma,"DejaVu Sans",sans-serif;
	
}


#block-views-Tonstudio_random-block_1 .views-field-title a {
    color: #817F24;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
	font-family: Arial,Verdana,Tahoma,"DejaVu Sans",sans-serif;
	    line-height: 1.3em;
}
		
		
#block-views-Tonstudio_random-block_1 .views-field-title a:hover {
text-decoration: underline;
}
		
#block-views-Tonstudio_random-block_1 .views-row {
    margin-top: 10px;
}

		
#block-views-Tonstudio_random-block_1 .views-field-nothing {
margin-top: 5px;
margin-bottom: 0px;
}


#block-views-Tonstudio_random-block_1  .descr {
    font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
    font-size: 0.9em;
}

#block-views-Tonstudio_random-block_1 .views-field-field-tsmp3-data {
font-size: 12px;
	font-family: Arial,Verdana,Tahoma,"DejaVu Sans",sans-serif;
	padding-top: 10px;
}