@charset "UTF-8";

body {
	font: 90%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #f3f4ff;
	background-image: url(images/background.png);
	background-repeat:repeat-x;
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
	color: #000;
}

.screenreader {
   position: absolute;
   z-index: -100;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

h1 + h2 {
   margin-top: 0px;
}

h1 {
   margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
   color: #444;
}

h2 {
   margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
   color: #448;
}

p, li {
   font-size: 90%;
}

sup {
   vertical-align: baseline;
   font-size: 0.8em;
   position: relative;
   top: -0.4em;
   padding-left: 1px;
}

a img {
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}

a:visited {
	color: #4E5869;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
}

.page {
   width: 935px;
	position: relative;
	top: 100px;
	margin: 0px auto;
}

div.left {
   width: 150px;
   float: left;
}

div.right {
   width: 771px;
   float: right;
}

.sidebar {
   padding: 188px 0px 0px 0px;
   font-size: 90%;
   color: #666;
}

.sidebar p {
   height: 100%;
}

.sidebar p, .sidebar h1 {
   padding-left: 5px;
}

.sidebar img.appstorebadge {
   position: relative;
   padding-bottom: 15px;
}

.sidebar img.logo {
   float: left;
   position: relative;
   width: 50%;
   padding-right: 15px;
   padding-bottom: 15px;
}

.sidebar h1 {
   font-size: 90%;
}

.header {
   position: relative;
   width: 100%;
   height: 178px;
   background-image: url(images/content_header.jpg);
   background-repeat: no-repeat;
}

body.de .header.ipad {
   background-image: url(images/content_header_de_ipad.jpg);
}

body.de .header.all {
   background-image: url(images/content_header_de_all.jpg);
}

body.en .header.ipad {
   background-image: url(images/content_header_en_ipad.jpg);
}

body.en .header.all {
   background-image: url(images/content_header_en_all.jpg);
}

.header img.ipad {
   position: absolute;
   top: -40px;
   left: 494px;
}

.header .tabbar {
   position: relative;
   top: 153px;
   left: 40px;
}

.tab {
   position: inline-block;
}

.tab a {
   text-decoration: none;
}

.tab .left {
   float: left;
   width: 12px;
   height: 25px;
   background-image: url(images/tab_left.png);
   background-repeat: no-repeat;
   background-position: 1px 0px; /* work around for a bug in Mobile Safari on iPad */ 
}

.tab .middle {
   float: left;
   padding-top: 5px;
   height: 25px;
   background-image: url(images/tab_middle.png);
   background-repeat: repeat-x;
}

.tab .right {
   float: left;
   width: 12px;
   height: 25px;
   background-image: url(images/tab_right.png);
   background-repeat: no-repeat;
   background-position: -1px 0px; /* work around for a bug in Mobile Safari on iPad */ 
}

.tab.active .left {
   background-image: url(images/active_tab_left.png);
}

.tab.active .middle {
   background-image: url(images/active_tab_middle.png);
}

.tab.active .right {
   background-image: url(images/active_tab_right.png);
}

.content {
   margin-top: -1px;
   width: 700px;
   padding: 10px 36px 30px 35px;
   background-image: url(images/content_area.png);
   background-repeat: repeat-y;
}

.content .ipadspace {
   float: right;
   width: 250px;
   height: 115px;
}

.content img.right {
   float: right;
   margin: -5px -5px -5px 0px;
}

.footer {
   width: 100%;
   top: -10px;
   background-image: url(images/content_footer.png);
   background-repeat: no-repeat;
	position: relative;
	clear: both;
}

.footer .trademarks {
   color: #666;
   font-size: 65%;
   padding: 0px 46px 0px 35px;
   height: 50px;
   width: 700px;
}

.floatright {
	float: right;
	margin-left: 8px;
}

.floatleft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
