/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.5%;/*this makes scrollbars on FF*/
}

a {
	color: #9F9F9F;
	margin-left: 0;
}

a:focus,
a:hover,
a:active {
	color: #296c8f;
}

a{
	outline: none;
  text-decoration: none;
}

li {
 	list-style: none;
}

body {
	color: #7F7F7F;
	font-family: serif;
	text-align: center;
}

img {
	border: none;
}

input {
	outline: none;
}

h1 {
	font-size: 160%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}

.hidden {
	display: none;
}

/*main page*/
#main-div {
	border: 4px #AFAFAF solid;
	display: table;
	padding: 0;
	margin: 10em auto 1.2em auto;
}

#main #language {
	float: none;
	position: absolute;
	right: 0;
}

#mirror {
	margin-bottom: 15em;
}

#mirror a {
	padding: 0 1em;
}

#links {
	padding: 1em;
}

#links a {
	padding: 0 2em;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#shadowBox-right {
	width: 649px;
	margin: 10px auto 0px auto;
}

#shadowBox-left {
}

#top {
	width: 649px;
	height: 115px;
}

#language {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	/*display: none;*/
}
#language a {
	color: #999999;
}

#language a:hover {
	color: #808080;
}

#other {
	position: relative;
	top: 8px;
	float: right;
	right: 90px;
}

.title {
	text-indent: -9999px;
}

#header {
	height: 73px;
	width: 400px;
	position: relative;
	left: 167px;
	top: 32px;
	float:left;
}
#header.de {
}

#content {
	background: url(../pics/sidebar.gif) top left repeat-y;
	/*height: 400px;*/
	margin-left: 8px;
	padding-left: 87px;
	float: left;
	width: 554px;
	text-align: left;
}

*html #content {
	margin: 0 0 0 4px;
	width: 545px;
}

#bottom {
	width: 649px;
	height: 10px;
	clear:both;
	/*padding: 0;
	margin: 0;*/
}


*html #bottom {
	padding: 0;
	margin-top: -10px;
}

#screenshots {
	padding: 15px 0 0px 0;
}

.screenshot {
	margin: 10px 100px;
}

#description {
	padding: 10px;
	margin-left: 5px;
}

.cont {
	font-family:arial, sans-serif;
	font-size: 80%;
	width: 500px;
	margin: 0 0 15px 15px;
	padding: 5px;
	float: left;
}

#applications {
	padding: 0;
	margin-left: 10px;
	margin-top: 5px;
}
.app {
	padding: 2px;
	margin: 0;
	float: left;
	width: auto;
	height: 22px;
}
.app img {
	vertical-align: middle;
}
.app.tb {
	float: right;
	margin-right: 10px;
}

.buttons {
	clear: both;
	margin: 10px auto;
	width: 210px;
}

.button {
	float: left;
	width: auto;
	margin-right: 5px;
}
.button a {
	display: block;
	width: 86px;
	height: 21px;
}

#install {
}
#install.de {
	width: 100px;
}
#install:hover {
	background-position: -258px 0;
}
#install.de:hover {
	background-position: -300px 0;
}
#install:hover:active {
	background-position: -86px 0;
}
#install.de:hover:active {
	background-position: -100px 0;
}
#install:focus {
	background-position: -172px 0;
}
#install.de:focus {
	background-position: -200px 0;
}

#download {
}
#download.de {
	width: 100px;
}
#download:hover {
	background-position: -258px -21px;
}
#download.de:hover {
	background-position: -300px -21px;
}
#download:hover:active {
	background-position: -86px -21px;
}
#download.de:hover:active {
	background-position: -100px -21px;
}
#download:focus {
	background-position: -172px -21px;
}
#download.de:focus {
	background-position: -200px -21px;
}

.charamel {
	color: #a78513;
}
.charamel:hover {
	color: #82670a;
}

/*footer*/
#footer {
	color: #848484;
}


#footer p.links a {
	color: #777777;
}

#footer p.links a:hover {
	color: #404040;
}

#donate-container {
}

#donate {
	width: auto;
	float: right;
	margin: 0 25px 10px 0;
}

label {
	font-size: 90%;
	cursor: pointer;
	color: #a78513;
	vertical-align: top;
}
label:hover {
	color: #82670a;
}

/*navigation*/

#navigation {
	margin: 15px;
}

#navigation img {
	margin-right: 2px;
}

#change {
	line-height: 1.6em;
}
#change ul {
	padding-left: 30px;/*must be defined since we have no style for. This fixes also differences between browsers*/
}
#change li {
	list-style-image: url(../pics/dot-blue.gif);
}
#change li li {
	list-style-image: url(../pics/dot-brown.gif);
}
#change li li li {
	list-style-image: url(../pics/dot-black.gif);
}

.cri {
	color: #8c4a44;
}

#oldVersions {
	line-height: 1.6em;
}

.version {
	height: 32px;
	padding-left: 40px;
	padding-top: 5px;
	background: url(../pics/jar.png) 0 0 no-repeat;
	margin-left: 10px;
}

#oldVersions span {
	position: relative;
	top: -8px;
	left: 50px;
	font-size: 90%;
}

#navigation li {
	float: left;
	margin-right: 30px;
}

#donate {
	/*display: none;*/
}

#logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 214px;
	margin-left: -107px;
	margin-top: -47px;
}

#thanks {
	text-align: center;
}

#thanks-donate {
	padding: 10px; 
	text-align: right;
}

#thanks-donate form {
	float: right;
}
