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

.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.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 #aaa;
	-moz-box-shadow: 0 4px 5px #aaa;
	-webkit-box-shadow: 0 4px 5px #aaa;
}

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

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.2em 0.2em 0.4em 0.2em;
	margin-bottom:1em;
	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;
}

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

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


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

* html #tabenglish {
	right: 7em;
}

* html #tabgerman {
	right: 12em;
}

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

