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: #fffefa;
}

.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: 2px 2px 5px #aaa;
}
div.header h3 {
	margin: 0;
	padding: 0.1em 0;
	font-size: 1.1em;
	font-weight: normal;
	text-shadow: 2px 2px 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, img.logo4, img.logo3, img.logo2 {
	margin: 1.9em 1.9em 0 1.9em;
	padding: 0;
	float: left;
	width: 6em;
	height: 6em;
	border: none;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 4px 4px 5px #aaa;
	-moz-box-shadow: 4px 4px 5px #aaa;
	-webkit-box-shadow: 4px 4px 5px #aaa;
}

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:0.3em 1em 0.2em 2em;
	border-top: thin solid #874;
	background-color: #a96;
	box-shadow: 0 4px 5px #ccc;
	-moz-box-shadow: 0 4px 5px #ccc;
	-webkit-box-shadow: 0 4px 5px #ccc;
}

div.navigation span.tab {
	float : left;
	height: 1.8em;
	margin: 0 0.2em;
	border: 1px solid #653;
	background-color: #dc9;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.navigation span.lang {
	float : right;
	height: 1.8em;
	font-size: 0.7em;
	margin: 0.4em 0.2em;
	border: 1px solid #653;
	color: #fff;
	background-color: #875;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


div.navigation span.lang a {
	text-decoration: none;
	float : left;
	height: 1.8em;
	padding: 0.3em 0.5em;
	color: white;
}

div.navigation span.lang:hover {
	background-color: #653;
}

div.navigation span.tab.current {
	background-color: #fff7e0;
}

div.navigation span.tab a {
	float : left;
	text-decoration: none;
	height: 1.4em;
	padding: 0.3em 0.5em;
	color: black;
}

span.mobile {
	float : right;
	height: 1.8em;
	font-size: 0.7em;
	margin: 0.4em 1.5em 0.4em 1.5em;
	border: 1px solid #653;
	color: #fff;
	background-color: #875;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.navigation span.mobile a {
	float : left;
	text-decoration: none;
	height: 1.8em;
	padding: 0.3em 0.5em;
	color: white;
}



div.navigation span.tab:hover {
	background-color: #ba7;
}

div.sidebar {
	margin-top:1em;
	float:right;
	padding:1em;
	width: 25%;
}

div.newsbox {
	float:right;
	width: 95%;
	background-color: #fff8dd;
	border: #a96 thin solid;
	padding: 0.4em 0.4em 0.6em 0.4em;
	margin-bottom:1em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 4px 4px 5px #ccc;
	-moz-box-shadow: 4px 4px 5px #ccc;
	-webkit-box-shadow: 4px 4px 5px #ccc;
}

div.newsbox.apps {
	margin-top:3em;
	box-shadow: 4px 4px 5px #ddd;
	-moz-box-shadow: 4px 4px 5px #ddd;
	-webkit-box-shadow: 4px 4px 5px #ddd;
	background-color: #fffbf3;
	border: #cb8 thin solid;
	font-size:smaller;
}

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

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

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;
}

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

a:hover {
	color:#874;
}

a:active {
	color:#430;
}

div.newsbox h1 {
	font-size: 1.2em;
	margin: 0 0 0.3em 0;
	padding: 0.2em;
	font-weight: normal;
	background-color: #dc9;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

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;
	margin-top: 2em;
	border-top: solid thin #eee;
	color: grey;
	font-size: 0.85em;
	padding: 0.5em 1em;
}

div.col {
	width: 70%;
}


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

div.socialnetworks {
	position: absolute;
	top: 3.5em; 
	right: 1em; 
	width: 8em; 
	text-align: right;
}

div.socialnetworks div {
	font-size: 11pt;
}

div.socialnetworks a {
	text-decoration: none;	
	line-height:1.5em;
}

span.facebook {
	font-weight: bold; 
	color: white;
	background-color: rgb(59,89,152); 
	padding: 0 4px;
}

span.youtube, span.dailymotion {
	background-color : #fff;
	color: black;
}

span.youtube span {
	background-color : #a00;
	color: white;
	padding: 1px;
}

span.dailymotion span {
	font-weight: bold; 
	font-style:italic;
}

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


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

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

span.mobile {
	display:none;
}

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

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

li {
	margin-bottom: 0.75em;
}

/* 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 */
