﻿@charset "utf-8";

/* ==============================================
   Diese Styles reduzieren die rechte (context) 
   spalte auf eine mittlere breite (default: 221px).
   So lange diese spaltenbreite anwendung findet, 
   muss dieses file als letztes im entsprechenden 
   loader angefügt werden.
 ============================================== */

#colcontent {
  width: 22.3em;
}

#colcontext {
  margin-left: 36.2em;
}

#colcontent #gebaerdensprache {
  width: 17.2em;
  margin-right: -19.1em;
}

#colcontentOR #gebaerdensprache {
  width: 17.2em;
  margin-right: -19.1em;
}

/* ==============================================
   ZWEISPALTIGES LAYOUT
 ============================================== */

div.content #colcontextfloat {
  width: 17.3em;
}

/* ==============================================
   SEARCH
 ============================================== */

#searchfield {
  width: 14.4em;
}

#pathnav {
  margin-right: 22em;
}

/* ==============================================
   HOME
 ============================================== */

#video {
  background-image: url(../img/bg_home_video_l_mediumcontext.jpg);
}

#video h1 {
  padding: 19px 10px 20px 15px;
}


/* ==============================================
   IE6 Hacks nur für MediumContext (zoom out)
 ============================================== */

* html #colcontext {
  margin-right: -0.2em;
  margin-left: 36.2em;
  width: 13.7em;
}

