/* =================================== */
/*  Pressetexter CSS : Content Styles  */
/* =================================== */



/* === Basic Elements ====================================================== */

/* --- Text ---------------------------------------------------------------- */

strong {
  color: #000;
  font-weight: bold;
}

em {
  font-style: italic;
}

acronym,
abbr {
  border-bottom: 1px dotted #000;
}

.content p {
  margin: 0.5em 0;
}

/* --- Links --------------------------------------------------------------- */

.content a {
  color: #333333;
  text-decoration: underline;
}

.content a:hover,
.content a:focus,
.content a:active {
  background-color: #506ea4;
  color: white;
  text-decoration: none;
}

/* --- Link icons ---------------------------------------------------------- */

#colnav p.icon {
  margin: 0.3em 0 0.3em 0;
  padding: 0 0 0 22px;
  color: #666;
}

#colnav p.icon a {
  color: #333;
  text-decoration: none;
}

#colnav p.icon a:hover,
#colnav p.icon a:focus,
#colnav p.icon a:active {
  text-decoration: underline;
  background: none;
}

#colnav p.email {
  background: transparent url("../images/ui/icon_email.png") no-repeat 2px 2px;
}

#colnav p.phone {
  background: transparent url("../images/ui/icon_phone.png") no-repeat 2px 2px;
  margin-bottom: 1.2em;
}

#colnav p.login {
  background: transparent url("../images/ui/icon_login.png") no-repeat 2px 2px;
}

.content a.pdf,
.content a.word,
.content a.xls {
  background-repeat: no-repeat;
  background-position: 2px 0.15em;
  padding: 2px 1px 2px 22px;
}

.content a.pdf  { background-image: url("../images/ui/icon_file_pdf.gif"); }
.content a.word { background-image: url("../images/ui/icon_file_doc.gif"); }
.content a.xls  { background-image: url("../images/ui/icon_file_xls.gif"); }


/* --- Headings ------------------------------------------------------------ */

.content h1,
.content h2,
.content h3,
.content h4 {
  color: #435f87;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}

.content h1 {
  border-bottom: 1px solid #dedede;
  font-size: 1.2em;
  text-transform: uppercase;
}

.content h1.icon,
.content h2.icon {
  background-position: center right;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content h1.edit,
.content h2.edit {
  background-image: url("../images/ui/icon_edit.png");
  padding-right: 30px;
}
.content h1.write,
.content h2.write {
  background-image: url("../images/ui/icon_write.png");
  padding-right: 30px;
}
.content h1.research,
.content h2.research {
  background-image: url("../images/ui/icon_research.png");
  padding-right: 25px;
}
.content h1.express,
.content h2.express {
  background-image: url("../images/ui/icon_express.png");
  padding-right: 50px;
}
.content h1.sendtext,
.content h2.sendtext {
  background-image: url("../images/ui/icon_sendtext.png");
  padding-right: 20px;
}
.content h1.sendimage,
.content h2.sendimage  {
  background-image: url("../images/ui/icon_sendimage.png");
  padding-right: 20px;
}
.content h1.consulting,
.content h2.consulting{
  background-image: url("../images/ui/icon_consulting.png");
  padding-right: 35px;
}

.content h2.nextoverview {
  clear: left;
  padding-top: 2em;
}

.content h2 {
  font-size: 1.2em;
}

.content h3 {
  font-size: 1.1em;
}

.content h4 {
  font-size: 1em;
  font-weight: normal;
}

.content ul.news h2 {
  color: #666666;
  font-size: 1.1em;
  font-weight: bold;
  margin: 1em 0 0 0;
}


/* --- Lists --------------------------------------------------------------- */

.content ul {
  list-style-type: square;
  margin: 1em 0 1em 2.2em;
}

.content ol {
  list-style-type: decimal;
  margin: 1em 0 1em 2.2em;
}

.content ul li,
.content ol li {
  margin-bottom: 0.5em;
}

.content ul.news {
  list-style-type: none;
  margin-left: 0;
}

/* --- Forms --------------------------------------------------------------- */

ol.errors,
ul.errors {
  margin: 1em 0;
  padding: 0.5em 1em;
  border: 1px solid red;
  background-color: #fff6f6;
  color: red;
  list-style-type: none;
}

ol.errors li,
ul.errors li {
  margin: 0.5em 0;
  background: url(../images/ui/notice_icon.png) no-repeat 0 0.2em;
  padding-left: 2em;
}

label.error {
  color: red;
  font-weight: bold;
}

p.info {
  background: url(../images/ui/info_icon.png) 1em 1.1em no-repeat #fafff7;
  color: #35760F;
  padding: 1em 1em 1em 3em;
  border: 1px solid #35760F;
}

p.error {
  background: url(../images/ui/notice_icon.png) 1em 1.1em no-repeat #fff6f6;
  color: red;
  padding: 1em 1em 1em 3em;
  border: 1px solid red;
}

fieldset {
  margin: 1em 0;
  padding: 0.8em 0 0.5em 0;
  background: #F0F0F0 url(../images/ui/bg_fieldset.jpg) repeat-x left -20px;
  clear: both;
  border: 1px solid #999999;
}

div.pseudofieldset {
  margin: 1em 0 !important;
  padding: 1.3em 0 1em !important;
  background: #F0F0F0 url(../images/ui/bg_fieldset.jpg) repeat-x left -20px;
  clear: both;
  border: 1px solid #999999 !important;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
div.input:after,
div.option:after,
fieldset:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
fieldset { display: block; }

fieldset p {
  padding: 0 0.5em;
}

fieldset legend {
  background-color:white;
  margin-left:1em;
  padding:0pt 0.3em;
  color: #435F87;
  font-style: italic;
}

form span.required {
  color: red;
}

fieldset fieldset {
  background: transparent;
  border-color: #f0f0f0;
}

fieldset fieldset legend {
  background-color: transparent;
  margin-left: 8em;
}

option {
  padding-right: 1em;
}

textarea {
  font-size: 1.0em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.input input,
div.input label,
div.input select,
div.input textarea,
div.option label {
  float: left;
  display: block;
}

div.input input,
div.input select,
div.input textarea {
  width: 20em;
  border: 1px solid #999999;
  vertical-align: top;
}

div.input input:hover, div.input input:focus,
div.input select:hover, div.input select:focus,
div.input textarea:hover, div.input textarea:focus {
  border-color: #506ea4;
}

div.input {
  clear: both;
  padding: 0.5em 0;
  margin: 0;
  border-bottom:1px solid #F0F0F0;
  height: 1%;
}

div.option {
  clear: both;
  padding-left: 18em;
  padding-top: 0.5em;
  position: relative;
  border-bottom:1px solid #F0F0F0;
  height: 1%;
}

div.input label {
  margin-left: 0.15em;
  vertical-align: middle;
  width: 17.35em;
  float: left;
  text-align: right;
  padding-right: 0.5em;
  padding-top: 1px;
}

div.option label{
  text-align: left;
  padding-top: 0;
}

div.input input {
  padding: 1px;
}

div.option input {
  padding: 0;
  position: absolute;
  left: 14em;
  float: left;
}

div.input p {
  font-size: 0.9em;
  margin: 0 0 0 19.5em;
  width: 24.9em;
  color: #435F87;
}

div.option p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  float: left;
  width: 24.9em;
  color: #435F87;
}

div.agb {
  border-bottom: none;
  padding-bottom: 1em;
}

div.buttons {
  clear: both;
  padding-left: 18em;
  position: relative;
  font-size: 1em;
}

/* --- Bilder -------------------------------------------------------------- */
.content img.bildLinks,
.content .bildLinks img {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.content img.bildRechts,
.content .bildRechts img {
  float: right;
  margin: 0 0 0.5em 0.5em;
}

/* --- Archive Pagination ---------------------------------------------------- */

.content div.pagination {
  background-color: #f0f0f0;
  margin: 1em 0;
  padding: 0.2em 0;
}

.content div.pagination p {
  display: block;
  font-size: 0.9em;
  margin: 0 0.3em;
}

.content div.pagination p a,
.content div.pagination p span {
  background-color: #fff;
  display: -moz-inline-box;
  display: inline-block;
  margin-right: 0.1em;
  padding: 0.1em 0.4em;
  text-decoration: none;
  vertical-align: middle;
}

.content div.pagination p a {
  border: 1px solid #ddd;
  color: #000;
}

.content div.pagination p span {
  border: 1px solid #ddd;
  color: #999;
}

.content div.pagination p a:hover,
.content div.pagination p a:focus,
.content div.pagination p a:active {
  background-color: #506ea4;
  border: 1px solid #506ea4;
  color: white;
}

/* === Pressetexte ========================================================= */
.aktuelles h3 {
  padding-top: 0.4em;
}
.aktuelles h3 span {
  color: black;
  font-size: 0.8em;
}
.aktuelles .more {
  background: url("../images/ui/icon_more.gif") no-repeat 2px 0.7em;
  color: #435f87;
  display: block;
  padding: 0.2em 0.2em 0.2em 14px;
}

.aktuelles .more:hover,
.aktuelles .more:focus,
.aktuelles .more:active {
  background-image: url("../images/ui/icon_more_hover.gif");
}

.pressetext h1 {
  text-transform: none;
}

.pressetext #pressetextDatumOrt {
  padding-bottom: 1em;
  text-align: right;
}
.pressetext #pressetextTeaser {
  font-style: italic;
  padding-bottom: 0.5em;
}
.pressetext #pressetextContact {
}
.pressetext #pressetextFotos {
  color: #666666;
  font-size: 0.8em;
}
.pressetext #pressetextFotos .bildBlock {
  margin-bottom: 2em;
}
.pressetext #pressetextFotos .bildBlock img {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* === Suchergebnisse ====================================================== */
.content div.searchResult h3 {
  padding-top: 0.4em;
}
.content div.searchResult h3 a {
  background-image: url("../images/ui/icon_more.gif");
  background-position: 2px 0.5em;
  background-repeat: no-repeat;
  padding: 0.2em 0.2em 0.2em 14px;
}
.content div.searchResult h3 a:hover {
  background-image: url("../images/ui/icon_more_hover.gif");
}

/* === KundInnen =========================================================== */
.content .kunde {
  border-bottom: 1px dotted gray;
  padding: 1.5em 0;
}

.content .kunde:hover,
.content .kunde:focus,
.content .kunde:active {
  background-color: #F7F7F7;
}

.content .kunde h2 img {
  float: right;
  padding: 0 0 0.3em 1em;
}

/* === Boxes =============================================================== */

.box h2.info {
  background: url("../images/ui/icon_info.gif") no-repeat top right;
  padding: 5px 0;
}

.box h2.specials {
  padding: 20px 0 5px 0;
}

.box h2.download {
  background: url("../images/ui/icon_pdf.gif") no-repeat top right;
  padding: 5px 0;
}

.box a.express {
  background: url("../images/ui/icon_express.png") no-repeat top right;
  padding-right: 50px;
}

.box h2 {
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  margin-top: 0;
  color: #c3232e;
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
  font-size: 1.1em;
}

.box ul {
  margin-left: 0;
}

.box ul li {
  background: url("../images/ui/icon_contextlist.png") no-repeat 0 0.8em;
  padding: 0.5em 0 0.5em 15px;
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
}

.box ul li a {
  text-decoration: none;
  color: #666;
}

.box ul li a:hover,
.box ul li a:focus,
.box ul li a:active {
  color: #c3232e;
  text-decoration: underline;
}


.productbox {
  float: left;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 0;
  width: 14.4em;
}

.nomargin {
  margin-right: 0;
}

.firstbox {
  clear: left;
}

.productbox h2 {
  color: #435f87;
}

.productbox h2.icon {
  background-position: center right;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 5px;
}

.productbox h2.edit {
  background-image: url("../images/ui/icon_edit.png");
  padding-right: 30px;
}
.productbox h2.write {
  background-image: url("../images/ui/icon_write.png");
  padding-right: 30px;
}
.productbox h2.research {
  background-image: url("../images/ui/icon_research.png");
  padding-right: 25px;
}
.productbox h2.express {
  background-image: url("../images/ui/icon_express.png");
  padding-right: 50px;
}
.productbox h2.sendtext {
  background-image: url("../images/ui/icon_sendtext.png");
  padding-right: 20px;
}
.productbox h2.sendimage {
  background-image: url("../images/ui/icon_sendimage.png");
  padding-right: 20px;
}
.productbox h2.consulting {
  background-image: url("../images/ui/icon_consulting.png");
  padding-right: 35px;
}


.productbox p.order {
  background: url("../images/ui/icon_order.png") no-repeat top right;
  margin-bottom: 0;
  padding-right: 22px;
  text-align: right;
}

/* === Buchungsformulare =================================================== */

.content .presseverteilerinfo {
  color: #435F87;
  font-size: 0.9em;
  padding: 1em 3em;
}

.content .price {
  white-space:nowrap;
}

/* === Videos ============================================================== */

.video,
.videoplaylist {
  /* border: 1px solid #e7e7e7; */
  margin-top: 2em;
  width: 430px;
}
