/* NAVIGATION1 */

.navigation {
	height: 21px;
	background: url(../images/navigation.jpg) repeat-x;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #747474;
}

.navigation ul {
	margin: 0 0 0 10px;
	padding: 5px 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

.navigation ul li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.navigation ul li a {
	text-decoration: none;
	color: #747474;
}

.navigation ul li a:hover {
	text-decoration: none;
	color: #323232;
}

.navigation ul.links {
	float: left;
}

.navigation ul.rechts {
	float: right;
}

/* NAVIGATION2 */

.navigation2 {
	height: 20px;
	background: url(../images/navigation.jpg) repeat-x;
	text-align: left;
	font-size: 11px;
	color: #747474;
}

.navigation2 ul {
	margin: 0 0 0 10px;
	padding: 3px 0 0;
	list-style-type: none;
}

.navigation2 ul li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.navigation2 ul li a {
	text-decoration: none;
	color: #747474;
}

.navigation2 ul li a:hover {
	text-decoration: none;
	color: #323232;
}

.navigation2 ul li a.selected {
	text-decoration: none;
	color: #333;
}

.navigation2 ul li a.selected:hover {
	text-decoration: none;
	color: #323232;
}

.navigation2 ul.links {
	float: left;
}

.navigation2 ul.rechts {
	float: right;
	margin-right: 134px;
}

/* CHANGES */

#app a.viewchanges {
	padding: 0;
	margin: 33px 0 0 127px;
	width: 93px;
	height: 15px;
	background: url(../images/changes.jpg) 0 0;
	display: block;
}

#app a.viewchanges:hover {
	width: 93px;
	height: 15px;
	background: url(../images/changes.jpg) 0 -15px;
}

/* BUTTONS */

#buttons ul {
	padding: 0;
	list-style-type: none;
	margin: 0 0 0 10px;
}

#buttons ul li {
	padding: 0;
	margin: 9px 0 0;
}

#buttons ul li a.download {
	width: 114px;
	height: 37px;
	background: url(../images/buttons.jpg) 0 0;
	display: block;
}

#buttons ul li a.download:hover {
	width: 114px;
	height: 37px;
	background: url(../images/buttons.jpg) 0 -37px;
	display: block;
}

#buttons ul li a.donate {
	width: 114px;
	height: 37px;
	background: url(../images/donate.jpg) 0 0;
	display: block;
}

#buttons ul li a.donate:hover {
	width: 114px;
	height: 37px;
	background: url(../images/donate.jpg) 0 -37px;
	display: block;
}

#buttons ul li a.buy {
	width: 114px;
	height: 37px;
	background: url(../images/buttons.jpg) -114px 0;
	display: block;
}

#buttons ul li a.buy:hover {
	width: 114px;
	height: 37px;
	background: url(../images/buttons.jpg) -114px -37px;
	display: block;
}

/* BUYNOW */

a.buynow {
	width: 84px;
	height: 20px;
	background: url(../images/buynow.jpg) 0 0;
	display: block;
	position: absolute;
	margin-left: 129px;
	margin-top: 63px;
}

a.buynow:active {
	width: 84px;
	height: 20px;
	background: url(../images/buynow.jpg) 0 -20px;
}
