/* Global reset =================================================================== */
html,body,div,p,h1,h2,h3,span,a,table,td,form,img {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  border: 0px none;
}

body {
  background: #FFF;
  text-align: center;
  font-size: 12px;
  color: #000;
  /*overflow: -moz-scrollbars-vertical;*/
}

br.clearFloat, div.clearFloat {
	clear: both;
	height: 0px;
	overflow: hidden;
	white-space: nowrap;
}

/* Headlines ====================================================================== */
h1,h2,h3,h4,h5,h6,h1 a,h2 *,h3 a,h4 a,h5 a,h6 a {
  display: block;
  font-size: 12px;
  color: #AA0000;
  font-weight: bold;
}

h1 {
  font-size: 16px;
  margin-bottom: 10px;
}

h2 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

h4 {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  margin-top: 0;
  margin-bottom: 5px; 
}

h5 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.textklein {
  font-size: 0.8em;
  line-height: 1.0em;
}

.TextBold, .TextBoldRed {
  font-weight: bold;
  color: #AA0000;
}

.TextNormal {
  font-weight: normal;
  color: #AA0000;
}

.TextBoldRed {
	color: #CD0000;
}

.TextBlackBold {
	color: #000;
	font-weight: bold;
}

.text-12 {
	font-size: 12px;
}

.align-right {
	text-align: right;
}

.background-red {
  background: red;
  border: 3px groove red;
}

/* Paragraphs ===================================================================== */
p {
  margin-bottom: 5px;
}

/* Links ========================================================================== */
a {
  color: #333622;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #AA0000;
}

/* Link button */
a.link-button {
  color: #FFF;
  background: #838671 url(/img/set01/global/bg-link-button.gif) no-repeat left center;
  padding: 3px 5px 3px 24px;
  display: block;
  float: left;
  margin-right: 5px;
}

a.link-button:hover {
  color: #FFF;
  background-color: #AA0000;
}

/* "more" link */
a.link-more {
  background: transparent url(/img/set01/global/arrow-link-more.gif) no-repeat 0px 4px;
  padding: 0 5px 0 7px;
}

/* pfeil fuer link */
a.LinkArrow {
  background: transparent url(/img/set01/global/arrow-standard.gif) no-repeat 0px 4px;
  padding: 0 5px 0 7px;
}

a.linkNoRoll, span.VoteAnzahl {
  font-weight: bold;
  text-decoration: underline;
  color: #5593C9;
}

a.linkInternal {
  font-weight: bold;
  text-decoration: underline;
  padding: 0 5px 0 9px;
}

/* Images ========================================================================= */
.image-wrapper {
  margin-bottom: 10px;
}

.image-wrapper img {
  border: 2px solid #FFF;
}

/* Floating cover list ============================================================ */
ul.floating-covers,ul.floating-covers li,ul.floating-covers li a {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.floating-covers li {
  float: left;
}

ul.floating-covers li .image-wrapper {
  margin: 0 0 0 10px;
}

ul.floating-covers li a {
  margin-bottom: 10px;
}

/* Spacing container */
.spacing-default {
  padding: 10px;
}

#region-content .spacing-default {
  padding: 20px;
}

/* Text format */
.uppercase {
  text-transform: uppercase;
}

.boldest {
 font-weight: 900;
}

.underline {
  text-decoration: underline;
}

.margin-20pxT {
  margin-top: 20px;
}

.no-margin {
  margin: 0;
}

.scrollbar {
  overflow: auto;
}

/* Divider line */
.divider-line {
  height: 1px;
  overflow: hidden;
  border-bottom: 1px dashed #333622;
}

/* Article lists ================================================================== */
.article-list .article {
  padding: 20px;
}

.article-list .image-wrapper {
  float: left;
  margin: 0px 1em 1em 0px;
}

/* Global ========================================================================= */
.floatL {
	float: left;
}

.floatR {
	float: right;
}

.displayBlock {
  display: block;
}

.display-none {
	display: none;
}

/* Markup free clearing =========================================================== */
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hide from IE-mac \*/
* html .clear-block {
  height: 1%;
}

.clear-block {
  display: block;
}
/* End hide from IE-mac */
