/**
 * @file
 * Block Styling
 */


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

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

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

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

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

.block.odd /* Zebra striping independent of each region */ {
}

.block.even /* Zebra striping independent of each region */ {
}

.region-count-1 /* Incremental count for each block in the region */ {
}

.count-1 /* Incremental count independent of each region */ {
}

.block h2.title /* Block title */ {
}

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

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

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

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

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

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

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

#block-menu-primary-links /* "Primary links" block */ {
}

#block-node-0 /* "Syndicate" block for primary RSS feed */ {
}

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

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

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

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

#block-user-0 /* "User login form" block */ {
}

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

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

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

/* Call to action */

#block-block-1 {
color:#FFFFFF;
padding-top:20px
}

/* avis legal, privacitat, mapa web*/

#block-menu-secondary-links{
font-size:12px;
padding-top:20px;
float:left
}



#block-menu-secondary-links ul{
margin-left:-25px
}


#block-menu-secondary-links li
{ list-style:none;
float:left;
padding-right:10px
}

#block-menu-secondary-links li.first
{ 
border-right:1px solid #5DA1C0;
padding-right:10px;
margin-right:10px
}

#block-menu-secondary-links li.last
{ 
border-left:1px solid #5DA1C0;
padding-left:10px;
}



/* eines admin */

#block-block-2{
border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    font-size: 12px;
    margin-top: 15px;
    padding-top: 20px;
    width: 960px;
	color:#999999
}

#block-block-3{
border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    font-size: 12px;
    margin-top: 15px;
    padding-top: 20px;
    width: 960px;
	color:#999999
}


/* menu */

#block-menu-primary-links ul {
margin:0px;
margin-top:55px;
padding:0px}


#block-menu-primary-links li
{ 
 background-image: url("../images/bgmenu1.jpg");
    float: left;
    height: 35px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 1px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    width: 149px;
}


#block-menu-primary-links li:hover
{
 background-image: url("../images/bgmenu2.jpg");
 }



#block-menu-primary-links li a:link {
color:#ffffff;
text-decoration:none;

}

#block-menu-primary-links li a:visited {
color:#ffffff;
text-decoration:none;

}

#block-menu-primary-links li a:hover,
#block-menu-primary-links li a:focus {
color:#ffffff;
text-decoration:none
}







#block-menu-primary-links .active-trail  {
background-color:#ffffff;
background-image:none
}

#block-menu-primary-links .active-trail:hover  {
background-color:#ffffff;
background-image:none
}

#block-menu-primary-links li a.active  {
color:#5DA1C0;
}





/*


 */



