/*------------------------------------------------------------------*/
/* Cascading Style Sheet für G4M Mobile								*/
/* Für iPhone und iPod touch optimierter Cascading Style Sheet      */
/*------------------------------------------------------------------*/
/* Author: Felix Wandler, info@felixwandler.com                     */
/* Copyright 2000 - 2008 by Felix Wandler                           */
/*------------------------------------------------------------------*/
/* Der Inhalt dieses Style Sheets steht unter Copyright von         */
/* Felix Wandler. Es ist nicht gestattet den Inhalt dieses          */
/* Dokumentes ohne Einverständnis des Webmasters                    */
/* (info@felixwandler.com) zu kopieren oder weiterzuverwenden.      */
/*------------------------------------------------------------------*/
/* Erstellt:  26. Jun 2008                                          */
/* Update:    24. Jul 2008                                          */
/*------------------------------------------------------------------*/

/*----- GENERELL -----*/

html {
	-webkit-text-size-adjust: none;
}

body {
	background: #e2e5e8;
	margin: 0px;
	width: 518px;
	font-family: Lucida Grande, sans-serif;
}

img {
	border: 0px
}

li	{
	margin-left: -15px;
	margin-bottom: 15px;
	line-height: 130%;
}

ul {
	list-style-type: square;
	/* list-style-image:url(list_style_image.gif) */
}

.news_headlines_li {
	margin-left: -38px;
	padding-bottom: 23px;
	line-height: 130%;
	font-size: 30px;
	border-bottom: 1px solid #202D45;
	font-weight: bold;
}

.news_headlines_ul {
	list-style-type: none;
}

.news_headlines_li a:link { text-decoration: none; color: #202D45; }
.news_headlines_li a:visited { text-decoration: none; color: #3E4D6A; }
.news_headlines_li a:hover, .news_headlines_li a:active { text-decoration: none; color: #202D45; }

blockquote {
	border-left: 2px solid #202D45;
	padding: 0px 0px 0px 10px;
	margin: 15px 20px 15px 12px;
	color: #202D45;
	}

.header {
	width: 518px;
	height: 80px;
	background: #202D45;
}

.header_sub {
	width: 468px;
	padding: 7px 25px 7px 25px;
	line-height: 120%;
	background: #FFF;
	text-transform: uppercase;
	text-align: justify;
}

.header_sub_font,
.header_sub_font a:link,
.header_sub_font a:visited,
.header_sub_font a:hover,
.header_sub_font a:active {
	font-size: 14px;
	color: #202D45;
	text-decoration: none;
}

.content {
	width: 468px;
	padding: 25px;
}

.footer	{
	width: 468px;
	padding: 7px 25px 7px 25px;
	background: #FFF;
	line-height: 140%;
}

.headline_kasten_bg {
	height: 312px;
	width: 468px;
	border: 1px solid #202D45;
}

.appstoretipp_teaser_kasten {
	height: 68px;
	width: 468px;
	border: 1px solid #202D45;
	background: #FFF;
	background-position: center;
	background-repeat: no-repeat;
}

.appstoretipp_teaser_kasten_inhalt {
	height: 48px;
	width: 448px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
}

.appstoretipp_teaser_kasten_inhalt img {
	margin: -10px;
}

.appstoretipp_teaser_kasten_subheadline {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -10px;
}

.appstoretipp_teaser_kasten_headline {
	font-size: 25px;
	margin-top: -10px;
}

/*----- FONT -----*/

h1 {
	font-family: Georgia, serif;
	font-size: 32px;
	margin: 0 0 3px 0;
	line-height: 130%;
	color: #202D45;
}

h2 {
	font-family: Georgia, serif;
	font-size: 30px;
	margin: 0 0 5px 0;
	line-height: 130%;
	color: #202D45;
}

h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	margin: 0 0 30px 0;
	line-height: 130%;
	color: #202D45;
	font-weight: lighter;
	font-style: italic;
}

.meldungen {
	font-size: 25px;
	line-height: 140%;
}

.meldungen a:link { text-decoration: none; font-weight: bold; color: #202D45; }
.meldungen a:visited { text-decoration: none; font-weight: bold; color: #3E4D6A; }
.meldungen a:hover, .meldungen a:active { text-decoration: underline; font-weight: bold; color: #202D45; }

.meldungen img {
	margin: 0px 0px 10px 10px;
	border: 1px solid #202D45;
}

.normal {
	font-size: 25px;
	line-height: 140%;
}

.normal a:link { text-decoration: none; font-weight: bold; color: #202D45; }
.normal a:visited { text-decoration: none; font-weight: bold; color: #3E4D6A; }
.normal a:hover, .normal a:active { text-decoration: underline; font-weight: bold; color: #202D45; }

.mittel {
	font-size: 20px;
}

.klein {
	font-size: 16px;
	color: #202D45;
}

.footer_font,
.footer_font a:link,
.footer_font a:visited,
.footer_font a:hover,
.footer_font a:active {
	color: #202D45;
	text-decoration: none;
}

/*----- QT Player -----*/

.title {
  padding-left: 120px;
  min-height: 120px;
  background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}