/* Start of CMSMS style sheet 'Layout: yaez' */
* {
  word-wrap: break-word;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  text-align: left;
}

/* Navigationsleiste ganz oben */

#topnavbar {
  margin-top: 0px;
  height: 15px;
  font-size: 11px;
  background-color: #000000;
  font-weight: bold;
}

#topnavbar ul {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  width: 1137px;
  margin-left: auto;
  margin-right: auto;
}

#topnavbar li {
  float: left;
  margin-right: 15px;
}

#topnavbar a {
  text-decoration: none;
  color: #FFFFFF;
}

/* äußerer Wrapper (mit Werbebanner) */

#outerwrapper {
  width: 1147px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* innerer Wrapper (ohne Werbebanner) */

#innerwrapper {
  width: 970px;
}

/* Header */

#slogan {
  color: #e1001a;
  font-size: 10px;
  margin-bottom: 15px;
  height: 13px;
  padding-top: 2px;
}

#header {
  height: 65px;
  position: relative;
  margin-bottom: 25px;
}

/* Navigationsleiste */

#navbar {
  height: 33px;
  border-bottom: 10px solid #000000;
  position: relative;
}

#navbar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#navbar li {
  float: left;
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
  position: relative;
  padding-top: 8px;
}

#navbar li a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#navbar li a.currentpage {
  color: #FF0066;
}


#navbar li:hover a {
  color: #FF0066;
}

#navbar li .keywords {
  font-size: 10px;
  color: #ff0066;
  font-weight: normal;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

#navbar li:hover .keywords {
  display: block;
}

#search {
  position: absolute;
  top: 7px;
  right: 0px;
}

.search-input {
  width: 250px;
  height: 16px;
  color: #ff0066;
  font-size: 14px;
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
}

.search-button {
  background-color: #ff0066;
  border: none;
  font-size: 15px;
  font-weight: bold;
 color: #ffffff;
}

/* Tabellen-Layout Hauptbereich */

.maintable {
  border-bottom: 3px solid #000000;
  width: 970px;
  table-layout: fixed;
  margin-top: 30px;
}

td.leftcolumn {
  width: 190px;
  padding-top: 30px;
  max-width: 190px;
  margin: 0px;
  padding-right: 0px;
  border-right: 1px dotted #000000;
}

.noborder {
  border: none !important;
}


.innerleft {
  width: 180px;
  margin-right: 10px;
  overflow: hidden;
  border: none !important;
}

td.rightcolumn {
  width: 290px;
  max-width: 300px;
  overflow: hidden;
  padding-left: 10px;
  border-left: 1px dotted #000000;
}

td.middlecolumn {
  padding-left: 10px;
  padding-right: 10px;
  width: 458px;
}

/* Spalten-Boxen */




.leftcolumn h5, rightcolumn h5 {
  color: #ff0066;
  font-size: 10pt;
  border-bottom: 1px solid #FF0066;
  margin-bottom: 15px;
  margin-right: 15px;

}

/* Wie funktioniert */

a.wiefunktioniert {
  color: #000000 !important;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

/* Twitter */

a.twitterlink {
  font-family:"Times New Roman", Times, serif;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #00b0e9 !important;
  font-size: 18px;
}

/* Footer */
#footer {
  height: 25px;
  padding-top: 7px;
  color: #878787;
}

#footer a {
  color: #878787;
  text-decoration: none;
}

#tagcloud {
  background-color: #000000;
  color: #FFFFFF;
  height: 130px;
  padding: 15px;
}

/* Text-Format */

p {
  margin-top: 0px;
  margin-bottom: 15px;
}

a, a:visited {
  color: #FF0066;
}

h1 {
  margin-top: 0px;
}

h2 {
  font-size: 16px;
}

h2.category {
  margin-top: 0px;
  margin-bottom: 5px;
}

h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 15px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h5 {
  color: #FF0066;
  font-size: 10pt;
  font-weight: bold;
  border-bottom: 2px solid #FF0066;
  margin-bottom: 5px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}

blockquote {
  color: #2cb5eb;
  font-size: 30px;
  font-weight: normal;
  margin-left: 0px;
  margin-right: 0px;
}

span.category {
  color: #FF0066;
  font-size: 12px;
  font-weight: bold;
}

span.date {
  color: #878787;
  font-size: 10px;
}

span.author {
  color: #878787;
}

.headercategories a {
  text-transform: none;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0px;
}

/* Sonstiges */

.noborder {
  border-style: none;
}

#categorybrowser {
  margin-top: 5px;
  border-top: 2px solid #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}

#sharelinks {
  margin-top: 5px;
  margin-bottom: 15px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}

.shareurl {
  font-size: 10px;
  border: 1px solid #878787;
  background-color: #FFFF00;
  width: 400px;
  margin-top: 2px;
}

.bilderstrecke {
  background-color: #ffffff;
  padding: 10px;
  font-size: 12px;
  font-weigt: bold;
  margin-top: 10px;
  border: 1px solid #ff0066;
}

.bilderstrecke img {
  border: 0px solid #e0e0e0;
}

/* Bannerwerbung */

#skyscraper {
  position: absolute;
  right: 0px;
  top: 180px;
}

#headerbanner {
  position: absolute;
  top: -15px;
  right: 0px;
}

/* Tagcloud */

ul.tagcloud {
  list-style-type: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.tagcloud li {
  display: inline;
}

.tagcloud li a {
  color: #FFFFFF;
  text-decoration: none;
}

/* Teaser */

#teaser h1 {
  color: #FF0066;
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

#teaser h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

#teaser ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding-left: 10px;
}

#teaser li {
  font-size: 10px;
}

#teaser a {
  color: #000000;
  text-decoration: none;
}

#teaser img {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

/* Artikelübersicht */

.newsfloater {
  float: left;
  width: 200px;
}

/* Kommentare */

#comments h4.commentauthor {
  font-weight: bold;
  color: #FF0066;
  font-size: 20px;
  margin-top: 15px;
}
.commentarea {
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 5px;
}

.commentdate {
  color: #878787;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.commentbubble {
  height: 15px;
  background: url(/uploads/images/template/commentbubble.gif);
  margin-top: 2px;
}

h4.writecomment {
  color: #2d2d2d;
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.newcomment {
  border: 1px solid #c7c7c7;
  padding: 15px;
}

.newcomment textarea {
  border: 1px solid #000;
  font-size: 12pt;
  font-family: arial, sans-serif;
  padding: 3px;
}

.newcomment input[type=submit] {
  background-color: #ff0066;
  border: none;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;

}

.newcomment input[type=text] {
  border: 1px solid #000;
  height: 20px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  font-family: arial, sans-serif;
  width: 200px;
  padding: 3px;
}

/* Serien */

.serie {
  float: left;
  width: 200px;
  margin-right: 15px;
  border: 1px solid #c0c0c0;
}

.serie h3 {
  background-color: #FF0066;
  color: #FFFFFF;
  text-transform: none;
  font-size: 10pt;
  margin-top: 0px;
  padding: 5px;
}

.serie ul {
  padding-left: 15px;
}

.serie li {
  font-size: 10px;
  list-style-type: none;
}

.alert {
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  font-weight: bold;
  background-color: #ffffc0; 
}

#likebox {
  margin-bottom: 10px;
  width: 415px;
}

.textlinks {
  margin-top: 0px;
  padding-top: 0px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 9pt;
}

.textlinks .tagline {
  font-variant: small-caps;
  font-weight: bold;
}

.newmarker {
  margin-left: 5px;
  background-color: #ff0066;
  color: #FFFFFF;
  font-size: 6pt;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px;
  cursor: default;
}

#wirkungsvoll div {
  max-width: 178px !important;
}

#border1 {border-bottom: 2px solid #ccc; align:center; padding:4px; }
#border2 {border-bottom: 6px solid #0066b3; align:center; padding:4px; }



/* End of 'Layout: yaez' */

