html {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body {
	font-family: Trebuchet MS, Lucida Grande, Arial, sans-serif;
	font-size: 12pt;
	padding: 0;
	margin: 0;
	background-color: #fffefe;
}

.german {
	display: none;
}

.spanish {
	display: none;
}

.lang {
	display: none;
}

div.header {
	margin: 0;
	padding: 0;
	background-color: #fff8dd;
}

div.header h1 {
	margin: 0;
	padding: 1em 0 0.1em 0;
	font-size: 2.2em;
	font-weight: normal;
	text-shadow: 1px 1px 5px #aaa;
}
div.header h3 {
	margin: 0;
	padding: 0.1em 0;
	font-size: 1.1em;
	font-weight: normal;
	text-shadow: 1px 1px 3px #aaa;
}

div.header h4 {
	margin: 0;
	padding: 0.5em 0 2em 0;
	font-size: 0.8em;
	font-weight: normal;
	text-shadow: 1px 1px 2px #aaa;
}

img.logo {
	margin: 1.9em 1.9em 0 1.9em;
	padding: 0;
	float: left;
	width: 6em;
	height: 6em;
	border: none;
}

img.logo4 {
	float: none;
	margin: 0.3em;
	width: 114px;
	height: 114px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
}

img.logo3 {
	float: none;
	margin: 0.3em;
	width: 72px;
	height: 72px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

img.logo2 {
	float: none;
	margin: 0.3em;
	width: 57px;
	height: 57px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

td {
	text-align: center;
}

table.list td, table.list th {
	text-align: left;
	vertical-align: top;
	padding-right:1em;
}

table.left td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 1em;
}

table.left td img {
	margin-right: 1em;
}

div.navigation {
	height: 2.0em;
	padding:0em 1em 0em 2em;
	border-top: thin solid #cb8;
	border-bottom: thin solid #a96;
	background-color: #eda;
	background-image: linear-gradient(#feb, #dc9); 
	box-shadow: 0 4px 5px #ddd;
	-moz-box-shadow: 0 4px 5px #ddd;
	-webkit-box-shadow: 0 4px 5px #ddd;
}

div.navigation span.tab {
	float: left;
	height: 2em;
	padding: 0 0.3em;
	background-color: #ba7;
	background-image: linear-gradient(#eda, #cb8); 
	margin-left: -1px;
	border-left: 1px solid #a97;
	border-right: 1px solid #a97;
	text-shadow: 1px 1px 1px #eee;
}

div.navigation span.tab.current {
	background-color: #fff7e0;
	background-image: linear-gradient(#fff7e0, #e4e0c8); 
}

div.navigation span.tab:hover {
	background-color: #ba7;
	background-image: linear-gradient(#a96, #cb8); 
}

div.navigation span.tab a {
	display:inline-block;
	text-decoration: none;
	padding: 0.4em 0.5em;
	color: black;
}



div.navigation span.privacy {
	float:right;
	font-size:0.9em;
	width: 16.5em;
	height:1.8em;
	text-align:center;
	position:relative;
	top:2.8em;
	right:-1.2em;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #ddd;
	background-image: linear-gradient(#eee, #ccc); 
	box-shadow: 0 4px 5px #ddd;
	-moz-box-shadow: 0 4px 5px #ddd;
	-webkit-box-shadow: 0 4px 5px #ddd;
}

div.navigation span.privacy a {
	display:inline-block;
	text-decoration: none;
	padding: 0.4em 0.5em;
	color: black;
}

div.navigation span.privacy:hover {
	background-color: #bbb;
	background-image: linear-gradient(#bbb, #ddd); 
}



div.navigation span.langmenu {
	clear:right;
	float:right;
	font-size:0.9em;
	width: 14.5em;
	height:1.8em;
	padding-left:2em;
	position:relative;
	top:3.4em;
	right:-1.2em;
	border-left: 1px solid #a97;
	border-top: 1px solid #a97;
	border-bottom: 1px solid #a97;
	background-color: #ba7;
	background-image: linear-gradient(#eda, #cb8); 
	box-shadow: 0 4px 5px #ddd;
	-moz-box-shadow: 0 4px 5px #ddd;
	-webkit-box-shadow: 0 4px 5px #ddd;
}


div.navigation span.lang {
	float:left;
	height: 1.8em;
	padding: 0 1.3em;
	margin-left: -1px;
	border-left: 1px solid #a96;
	border-right: 1px solid #a96;
	color: #333;
	background-color: #875;
	background-image: linear-gradient(#dca, #ba8); 
}

div.navigation span.lang a {
	text-decoration: none;
	font-size:0.8em;
	display:inline-block;
	text-align:center;
	padding: 0.5em 0.5em;
	color: #000;
	text-shadow: 1px 1px 1px #eee;
}

div.navigation span.lang:hover {
	background-color: #653;
	background-image: linear-gradient(#875, #a97); 
}




div.sidebar {
	clear:both;
	margin-top:4em;
	float:right;
	font-size:0.90em;
	padding:0;
	background-color: #fffbee;
	width: 16.5em;
	border-top: 1px solid #a97;
	border-left: 1px solid #a97;
	box-shadow: -2px 4px 5px #ddd;
	-moz-box-shadow: -2px 4px 5px #ddd;
	-webkit-box-shadow: -2px 4px 5px #ddd;
}

div.sidebar>h1 {
	font-size:1.2em;
	padding: 0.5em 1em;
	margin:0 0 0.5em 0;
	background-color: #dc9;
}

div.newsbox {
	padding: 0.5em 0 0.5em 0;
	margin: 1px 1em 1.5em 1em;
	clear:all;
}

div.newsbox h1 {
	font-size: 1em;
	border-bottom: solid 1px #777;
	margin: 0 0 0.75em 0;
	padding: 0.2em;
	font-weight: bold;
}

div.newsbox h1 span {
	float:right;
	font-size: 0.7em;
	padding-top:0.3em;
	font-weight: normal;
}


div.newsbox.apps {
	margin: 0 0 1.5em 0;
	background-color: #fffbf3;
	border-top: #a97 thin solid;
	border-bottom: #a97 thin solid;
	font-size:smaller;
	overflow-y:scroll;
	height: 25em;
	padding-left:1em;
	margin-bottom:0px;
}

div.newsbox.apps a.app {
	text-decoration:none;
	color: #222;
}

div.newsbox.apps img.app {
	width:2.8em;
	height:2.8em;
	padding:0;
	margin:0 6px 3px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:left;
}


div.newsbox.apps div {
	padding: 0em 0.5em;
}

div.newsbox.apps h1 {
	background-color: transparent;
	padding-left: 0;
	padding-bottom:0.4em;
}

div.newsbox.apps span
{
	display:block;
	padding:0.5em 0 0 1em;
	font-size:smaller;
}


@-webkit-keyframes pulse {
	0% {
         background-color: #fff8dd;
       }
    50% {
         background-color: #ffd2ab;
       }
    100% {
         background-color: #fff8dd;
       }
}

@-webkit-keyframes pulse2 {
	0% {
         background-color: #dc9;
       }
    50% {
         background-color: #ba7;
       }
    100% {
         background-color: #dc9;
       }
}

div.newsbox.important {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}
 
div.newsbox.important h1 {
	-webkit-animation-name: pulse2;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

div.newsbox a:link {
	text-decoration: none;
}

div.newsbox a:hover {
	text-decoration: underline;
}


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

a:hover {
	color:#874;
}

a:active {
	color:#430;
}


img {
	margin: 1em;
	padding: 0;
}

img.screenshot {
	width: 320px;
	margin: 0 0.5em 0.5em 0;
	border: black thin solid;
	margin-bottom:1em;
	padding:1px;
	background-color:black;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 4px 4px 5px #aaa;
	-moz-box-shadow: 4px 4px 5px #aaa;
	-webkit-box-shadow: 4px 4px 5px #aaa;
}

.video {
	width: 320px;
	height: 180px;
	margin: 0 0.5em 0.5em 0;
	border: black thin solid;
	margin-bottom:1em;
	padding:1px;
	background-color:black;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 4px 4px 5px #aaa;
	-moz-box-shadow: 4px 4px 5px #aaa;
	-webkit-box-shadow: 4px 4px 5px #aaa;
}

div.main img.logo {
	width: 57px;
	height: 57px;
	margin: 2px 1em 2px 0;
}

p.appstore {
	padding-top: 2em;	
}

img.appstore {
	margin: 0 1em 0 0;
	float:left;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

div.main {
	padding:1em 1em 1em 2em;
}

div.main dd, div.main dt {
	margin: 0;
}

div.main dt {
	margin-bottom: 0.4em;
	font-size: 1.1em;
}

div.main dd {
	color: #333
}

div.footer {
	clear: both;
	text-align: center;
	font-size:0.75em;
	margin-top: 2em;
	border-top: dotted thin #ccc;
	color: #999;
	padding: 1em 1em;
}

div.footer p {
	font-size:0.9em;
}

div.col {
	width: 70%;
}


input.submit {
	width: 370px;
	height: 40px;
	font-size: 25px;
}


div._gallery {
	white-space: nowrap;
	overflow: scroll;
}


.faq h3 {
	border-bottom: 1px solid #aaa;
}

.faq hr {
	visibility:hidden;
	height:10px;
}

span.mobile {
	display:none;
}

span.desktop {
	display:inline;
}


.sponsoring {
	position: relative;
	font-family: Times, serif;
	margin: 0;
}

.sponsoring table {
	position:relative;
	top: 0em;
	margin: 0 auto;
}

.sponsoring table td {
	font-size:1em;
}

.sponsoring table td img {
	padding: 0;
	margin: 0;
}

.sponsoring table td a {
	background-color: transparent;
}


.imgbox img {
	vertical-align: top;
}

.imgbox {
	margin-top: 1em;
	margin-right: -5em;
}

.imgbox a:hover {
	background-color: transparent;
}

.imgbox img {
	width: 45%;
	margin-right: 0;
	height: auto;
}



@media screen and (max-device-width: 480px) { 
span.mobile {
	display:inline;
}
span.desktop {
	display:none;
}
}

div.warning {
    font-size:smaller;
    border:solid 1px #aaa;
    background-color:#fee;
    margin:1em;
    padding:0.7em;
}

li {
	margin-bottom: 0.75em;
}


table.download {
	width: 100%;
}

table.download th, table.download td {
	padding: 0.3em 0.6em;
}

table.download th {
	background-color: #ddd8c4;
	height:1.5em;
}

table.download tr:nth-child(2n) {
	background-color: #fff8e4;
}

table.download tr:nth-child(2n+1) {
	background-color: #fffdef;
}


/* Begin Workaround for IE-Bugs \*/
* html .header {
	height: 1%;
}

* html #tabenglish {
	right: 7em;
}

* html #tabgerman {
	right: 12em;
}

* html #tabspanish {
	right: 17em;
}

* html .content {
	margin-left: 13em;
}
/* End Workaround for IE-Bugs */
