/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  margin-bottom: 1.5em;
}

.block.first /* The first block in the region */ {
}

.block.last /* The last block in the region */ {
}

.block.odd /* Zebra striping for each block in the region */ {
}

.block.even /* Zebra striping for each block in the region */ {
}

h2.block-title /* Block title */ {
color: #E6005C;
font-size: 13px;
opacity: 0.99;
}

.block .content /* Block's content wrapper */ {
}

.block-simplenews{
margin-top: 65px;
margin-bottom: 25px;
}

.block-simplenews div.content p{
/*padding-left: 2px;*/
padding-top: 0;
padding-bottom: 0;
}

.block-simplenews .form-item{
margin-bottom: 2px;
margin-top: 0;
}


.block-simplenews .form-item #edit-mail{
margin-bottom: 5px;
}

.block-simplenews .form-submit{
margin-left: 0;
margin-bottom: 5px;
margin-top: 0;
margin-right: 3px;
padding-left: 2px;
font-size: 10px;
}

.block-simplenews .form-type-checkbox:last-child{
margin-bottom: 7px;
}

.block-simplenews div.content p{
margin-right: 40px;
}

.block-simplenews .content{
padding-left: 2px;
color: gray;
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First block created with "Add block" link */ {
}

#block-blog-recent /* "Recent blog posts" block */ {
}

#block-book-navigation /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-recent /* "Recent comments" block */ {
}

#block-forum-active /* "Active forum topics" block */ {
}

#block-forum-new /* "New forum topics" block */ {
}

#block-locale-language /* Language switcher block */ {
}

#block-menu-menu-NAME /* Custom menu block  */ {
}

#block-node-recent /* "Recent content" block */ {
}

#block-node-syndicate /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */ {
}

#block-poll-recent /* "Most recent poll" block */ {
}

#block-profile-author-information /* "Author information" block for the profile of the page's author */ {
}

#block-search-form /* "Search form" block */ {
}

#block-shortcut-shortcuts /* "Shortcuts" block */ {
}

#block-statistics-popular /* "Popular content" block */ {
}



/* * * * NAVI * * * */

#block-system-main-menu{
width: 100%;
}

/* ### choripan! */
#block-system-main-menu li {
  margin-bottom: 5px;
  list-style-type: none;
  list-style: none;
}

#block-system-main-menu a:link{    /* "Main menu" block */
text-decoration: none;
font-size: 13px; 
letter-spacing: 0.4px;
width: 100%;
opacity: 0.89;
padding-top: 0;
}


#block-system-main-menu .content > ul > li{
padding-top: 25px;
}

#block-system-main-menu .content > ul > li.first{
padding-top: 0;
}

#block-system-management /* "Management" block for Drupal management menu */ {
}

#block-system-navigation /* "Navigation" block for Drupal navigation menu */ {
}

/* Navi - Farben */

#block-system-main-menu .content > ul > li.expanded a:link,
#block-system-main-menu .content > ul > li.collapsed a:link,
#block-system-main-menu .content > ul > li.expanded a:active,
#block-system-main-menu .content > ul > li.last a:link,
#block-system-main-menu .content > ul > li.first a:link,
#block-system-main-menu .content > ul > li.first a.active,
#block-system-main-menu .content > ul > li.leaf a:link{
color: #E6005C;
font-weight: bold;
}


#block-system-main-menu .content > ul > li.expanded ul.menu li.leaf a:link,
#block-system-main-menu .content > ul > li.expanded ul.menu li.collapsed a:link, #block-system-main-menu .content > ul > li.expanded ul.menu li.leaf a:visited, #block-system-main-menu .content > ul > li.expanded ul.menu li.collapsed a:visited{
font-weight: normal;
color: gray;
}

#block-system-main-menu .content > ul > li.expanded ul.menu li.leaf a:active,
#block-system-main-menu .content > ul > li.expanded ul.menu li.collapsed a:active, #block-system-main-menu .content > ul > li.first ul.menu li.last a.active-trail{
color: black;
font-weight: normal;
}

#block-system-main-menu .content > ul > li.expanded ul.menu li.leaf a:hover,
#block-system-main-menu .content > ul > li.expanded ul.menu li.collapsed a:hover{
color: #E6005C;
}

/************/


#block-system-user-menu /* "User menu" block for Drupal user menu */ {
color: white;
padding: 6px 6px;

opacity: 0.87;

margin-left: 260px;

background-color: #E6005C;
width: 120px;
}

#block-system-user-menu a{
text-decoration: none;
color: white;
}

#block-system-help /* "System help" block */ {
}

#block-system-main, #block-views-kunstmarkt-block-block-1,
#block-views-pressemitteilung-block-block-1
 /* "Main page content" block */ {
  padding-left: 80px;
  padding-right: 7px;
  margin-right: 15px;
}

#block-system-powered-by /* "Powered by Drupal" block */ {
}

#block-user-login /* "User login form" block */ {
margin-left: 50px;
}

#block-user-new /* "Who's new" block for a list of the newest users */ {
}

#block-user-online /* "Who's online" block for a list of the online users */ {
color: white;
padding: 6px 6px;
background-color: #E6005C;
width: 120px;
z-index: 2;
opacity: 0.87;
position: relative;
top: -500px;
left: 217px;
}


#block-user-online a{
text-decoration: none;
color: white;
font-weight: 950;
}

#block-menu-menu-bvdg-intern ul li.expanded
#block-menu-menu-bvdg-intern ul li.collapsed, #block-menu-menu-bvdg-intern ul li.leaf{
list-style: none;
}
