/*
 * Öfter verwendete Style-Eigenheiten.
 */

a
{
  color: inherit;
}

a[href=''] {
  pointer-events: none;
  cursor: default;
}

img
{
  vertical-align: middle;
}

.pfeil_link
{
  display: inline-block;
  
  padding-left: 20px;
  padding-top: 1px;
  height: 14px;
  
  background-image: url(../images/site_design/Button_Pfeil.gif);
  background-repeat: no-repeat;
  background-position: left top;
  
  line-height: 13px;
  text-decoration: none;  
  border: none;
}

.pfeil_grau_link
{
  padding-left: 20px;
  padding-top: 1px;
  
  background-image: url(../images/site_design/Button_Pfeil_grau.gif);
  background-repeat: no-repeat;  
  background-position: left 90%;
  
  line-height: 14px;
  text-decoration: none;
  border: none;
}

.pfeil_weiss_link
{
  display: inline-block;
  
  padding-left: 16px;
  height: 14px;
  
  background-image: url(../images/site_design/Button_Pfeil_weiss.gif);
  background-repeat: no-repeat;
  background-position: left top;
  
  line-height: 14px;
  text-decoration: none;
  color: inherit;
  border: none;
}

.clear
{
  clear: both;
}

body
{
  line-height: 100%;
}

a.area,
a.title,
h2.area a,
h2.title a,
h3.area a,
h3.title a
{
  text-decoration: none;
  color: inherit;
}

a.title:hover,
h2.title a:hover,
h3.title a:hover
{
  text-decoration: underline;
}

.button_h20_rot
{
  display: inline-block;
  
  padding-left: 20px;
  padding-right: 20px;
  height: 20px;
  
  background-image: url(../images/site_design/Hintergrund_Feld_H20_rot.gif);
  background-repeat: repeat-x;
  background-color: White;
  color: White;
  
  line-height: 20px;
  text-decoration: none;  
  border: none;
  
  color: White;
  font-weight: bold;
}

a.drucken,
a.weiterempfehlen,
a.bildergalerie,
a.videoclip
{
  display: inline-block;
  height: 14px;
  
  background-repeat: no-repeat;
  background-position: left 50%;
  
  line-height: 14px;
  text-decoration: none;  
  border: none; 
}

a.drucken
{  
  padding-left: 20px;
  
  background-image: url(../images/site_design/Button_drucken_1.gif);
}

a.weiterempfehlen
{  
  padding-left: 20px;
  
  background-image: url(../images/site_design/Button_weiterempfehlen_1.gif);
}

a.bildergalerie
{
  padding-left: 23px;
  
  background-image: url(../images/site_design/Button_Bildergalerie.gif);
}

a.videoclip
{
  padding-left: 23px;
  
  background-image: url(../images/site_design/Button_Videoclip.gif);
}

.bold
{
  font-weight: bold;
}

.linie_unten_dunkelgrau
{
  border-bottom: 1px solid #949494;
}

.linie_oben_grau
{
  border-top: 1px solid #DCDCDC;
}

.inhaltsbanner
{   
  display: block;
  text-align: center;
  width: 100%;
  margin: 5px 0 1em 0;  
  padding: 0 0 1em 0;
}

.inhaltsbanner_titel
{   
  display: block;
  width: 100%;
  margin-top: 1em;
  clear: both;
}

.floatRight
{
  float: right;
}

#flashcontent1, #flashcontent2 {
	position: relative;
}

#BannerContainer850x200 {
	width: 850px;
	height: 200px;
	position: relative;
	z-index: 0;
}

.trans850x200 {
	position: absolute;
	width: 850px;
	height: 200px;
	z-index: 1;
}

#BannerContainer160x600 {
	width: 160px;
	height: 600px;
	position: relative;
	z-index: 0;
}

.trans160x600 {
	position: absolute;
	width: 160px;
	height: 600px;
	z-index: 1;
}