body {
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
}

#skip-link {
  margin: 0;
}

#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

a, a:link, a:visited, a:hover, a:active {
color: #000;
text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


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

#logo img {
  vertical-align: bottom;
}

.breadcrumb { /* The path to the current page in the form of a list of links */
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title { /* Comment title */
  margin: 0;
}

div.messages { /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul.inline { /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}

span.field-label { /* The inline field label used by the Fences module */
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager { /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
.item-list .pager li { /* Each page number in the pager list */
  padding: 0 0.5em;
}

#header #block-nice-menus-1 {   
   border-top: 2px solid #E6E6E6;
   background: #ffffff; /* Old browsers */
   background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%, #cccecb 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(40%,#ffffff), color-stop(100%,#cccecb)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 40%,#cccecb 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #ffffff 0%,#ffffff 40%,#cccecb 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 40%,#cccecb 100%); /* IE10+ */
   background: linear-gradient(to bottom, #ffffff 0%,#ffffff 40%,#cccecb 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CCCECB',GradientType=0 ) !important; /* IE6-9 */
}

#header #block-nice-menus-1 ul {
    padding: 0;
    margin: 0;	
}

body {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left;
    font: 13px/1.5em helvetica, Arial, sans-serif;
}

#main {
    padding-top: 1em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left;    
}

#page {
    background-color: #c2c2c2;
    -moz-box-shadow: 0 0 20px #333;
    -webkit-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333;
    margin-bottom: 20px;
    padding-bottom: 1px;
}

#header {
    background-color: white;    
    -webkit-box-shadow: 0 10px 20px #666;
    -moz-box-shadow: 0 10px 20px #666;
    box-shadow: 0 10px 20px #666;   
}

#content {
   background-color: white;   
   z-index: 10;
}

.region-sidebar-first .block {
    background-color: white;  
}

.region-sidebar-first .block .block-title {
  color: #000;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 20px;
  margin-bottom:10px;
}


#secondary-menu {
  position: absolute;
  margin-top:4px;
  right: 0;
  text-align: right;
  margin-right: 160px;
  padding:0;
}
  
#secondary-menu li {
  float:left;
  font-size: 12px;
  list-style: none outside none;
  display: block;
  padding: 0 0px 0 10px;
}
  
#secondary-menu li.first {
  background-image:none;
}
  
#secondary-menu li a {
  color:#999;
  font-size:12px;
  font-weight:normal;
}

#search-block-form {
  float: right;
  right: 25px;
  position: absolute;
  top: 55px;
}

#search-block-form .form-text {
  width: 200px;
  border: 1px solid lightGrey;
  border-radius: 4px 4px 4px 4px;
  height: 20px;
  margin-right: 5px;  
}

#search-block-form .form-submit{
  height: 25px;  
  color: black;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid lightGrey;  
}

#footer {
  height: 100px;
  color: #FFF;
  font-size: 11px;
  color: #000;
  overflow: hidden;
  margin: 1px;
  border: 1px solid lightGrey;  
  background: #999999; /* Old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #666666 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%,#666666 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%,#666666 100%); /* IE10+ */
  background: linear-gradient(to bottom, #999999 0%,#666666 100%); /* W3C */
}

#footer .block {
  color: #FFF;
  float: left;
  height: 100%;
  padding: 10px 15px;
  margin-right: 10px;
  background: transparent url("../images/divider_footer.png") no-repeat top right;
}

.block {
  margin-bottom: 1em;
}

table {
  margin-top: 0;
  margin-bottom: 0;
}

#header .block {
  margin: 0;
  padding: 0;
}

a.feed-icon {
  display: none;
}

p.submitted {
  display: none;
}

.node hr, hr {
  width: 670px;
  height: 24px;
  background: transparent url(../images/line.png) no-repeat;
  border: 0;
  margin: 5px 0 10px 0;
}

.node-veranstaltung {
  width:100%;
  padding: 0px 0 40px 0;
  background: transparent url(../images/line.png) no-repeat bottom left;
  margin-bottom:10px;
}
  
.node-veranstaltung  .field-type-image {
  float:left;
  padding-right:10px; 
}
  
.bonusweb_upcomingevent_teaserimage {
  width: 120px;
  height: auto;
}  

html.gte-ie9 #header #block-nice-menus-1 {
  filter: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSICiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2NjZWNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8Cjwvc3ZnPg==");
}

/* Neu MHD 2012-11-13 Suche im Content */

.searchBar  {
    height: 65px;
    background-color: #fff;
    margin: 0 10px 10px;
    width: 940px;
}

.searchBar .region-searchbar {
    padding: 4px 10px 2px 10px;
    float: left; 
}

.searchBar .region-searchbar #search-block-form {
    position: relative;
    float: left;
    top: 0;
    left: 7px;
    border: none;
}

.searchBar .region-searchbar #search-block-form .form-text {
    border: none;
    padding-left: 40px;
    height: 38px;
    margin-right: 5px;
    width: 519px;
    background: transparent url('../images/searchfield.png') center left no-repeat; 
}

.searchBar .region-searchbar #search-block-form .form-submit {
    height: 30px !important;
    padding: 0 40px !important;
    margin-left: 5px;
}


.searchBar .extendedSearchLink {
    float: left;
    margin: 24px 0 0 20px;
}

.item-list .pager {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

.pager-current {
  font-weight: bold;
}

.contact-form .form-submit {
 margin-top: 30px;
}
