/* This file will hold styles that are loaded using the same media query as the narrow grid. */

/* Tabellen */
table {
  border: 0px solid #CCC;
  width: 100%;
}

thead th, th {
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  color: #333;
}

td, th {
  padding: 4px 8px;
  vertical-align: middle;
}

th a, th a:link, th a:visited {
  text-decoration: none;
}

th a {
  display: block;
}

th a img {
  margin: 0 0 0 5px;
}

/*th.active {
  background: #DDD;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}*/

/* Odd & Even Styles */
tr.even td {
  background: #F1F5FA;
}

tr.odd td {
  background: #fff;
}

.ListOfPeople tr:nth-child(even)  { background: #F1F5FA !important; }
.ListOfPeople tr:nth-child(odd)   { background: #fff !important; }

/*td.active {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

tr.even td.active {
  background: #e5e9ed;
}

tr.odd td.active {
  background: #f2f2f2;
}*/

/*tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active, tr:nth-child(even):hover, tr:nth-child(odd):hover {
  background: #FFFEEE;
}*/

td ul.links {
  margin-bottom: 0;
}

table[class=press-table] tr { height: 47px; }
table[class=press-table] tr:nth-child(n+2) { border-top: 1px solid #eeeeee; }

td.newsline { height: 47px; text-align: justify}
tr:nth-child(n+2) td.newsline { border-top: 1px solid #eeeeee; }

tr.header     { font-weight: bold !important; }
tr.subheader  { font-weight: bold !important; height: 47px; }

table.ListOfPeople tr:first-child:not(.header) td { padding-top: 30px; }
/*table.ListOfPeople td.contextual-event { background: #ffffff; }*/


.node-links ul li a,
.comment-links ul li a {
/*  text-transform: lowercase;*/
  display: block;
  float: right;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: -0.25em 0.5em 2.5em 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 4px 10px 3px;
  text-shadow: #fff 0 1px 1px;
  width: auto;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

.node-links ul li a:hover,
.comment-links ul li a:hover {
  background: #FFF;
}



/* Listen */
ol { list-style: decimal; padding-left: 15px; }
ul { list-style: circle; padding-left: 15px; }
ul ul,
ol ol {	padding-top: 0; }

ul[class=language-switcher-locale-url] li { list-style: none; padding: 0px; }

.random-gallery-image img {
	width: 252px !important;
	height: inherit !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	}


li.group-extern   { list-style: none; padding-bottom:0px; padding-left: 0px; background:url(../images/a1.png) no-repeat 0 2px; overflow:hidden; margin-left: -15px;}
li.group-extern a { text-decoration:none; padding-left:19px; overflow:hidden; display:block; font-weight:bold;}


:lang(de) #superfish-1 > li            { min-width: 80px; }
:lang(de) #superfish-1 > li:last-child { margin-right: 0px; }

:lang(en) #superfish-1 > li            { min-width: 96px;   }
:lang(en) #superfish-1 > li:last-child { margin-right: 0px; }

