@font-face {
	font-family: "Graublau Web";
	src: url('../media/fonts/GraublauWeb/GraublauWeb.otf');
}

@font-face {
	font-family: "Ubuntu";
	src: url('../media/fonts/Ubuntu/Ubuntu-R.ttf');
}

* {
	font-family: "Droid Sans", "Ubuntu", "Graublau Web", "Lucida Grande", "Arial", "Tahoma", "Helvetica", "sans-serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;

	border: none;
	line-height: 18px;
	margin: 0px;
	outline: none;
	padding: 0px;
	text-decoration: none;
}

html {
	overflow-y: scroll;	
}

body {
	background: #000 url(../images/grey.png);
	color: #999;
	text-shadow: #000 1px 1px 0px;
}

div {
	margin: 5px auto 10px auto;
	padding: 5px 10px;
}

a {
	color: #3199ee;/*#08f;*/
	white-space: nowrap;
}

a:hover {
	color: #fa0;
}

h1 {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: #000 2px 2px 2px;
}

h1#site-title {
	margin-bottom: 5px;
}

h2 {
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	text-shadow: #000 2px 2px 2px;
}

h3 {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-shadow: #000 2px 2px 2px;
}

em {
	color: #fff;
	white-space: nowrap;
}

strong {
	color: #4a0;
	white-space: nowrap;
}

hr {
	background: url(../images/hr.png);
	height: 2px;
	margin: 5px;
}

label {
	display: block;
	margin: 5px;
	width: 300px;
}

input, textarea {
	background: #000;
	border: #666 2px solid;
	color: #999;
	padding: 5px;
	width: auto;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #000 2px 2px 2px;
}

input:focus, textarea:focus {
	border: #4a0 2px solid;
}

input[type=text] {
}

input[type=submit] {
	background: #303030;/*#333;*/
	margin-right: 10px;
	padding: 5px 15px;
}

input[type=submit].save {
	color: #0a4;
}

input[type=submit].save:hover {
	border: #999 2px solid;
	color: #0f8;
}

input[type=submit].delete {
	color: #a40;
	margin-right: 50px;
}

input[type=submit].delete:hover {
	border: #999 2px solid;
	color: #f80;
}

input[type=submit].delete:active {
	border: #999 2px solid;
	color: #f80;
}

input[type=submit].cancel, input[type=submit].send, input[type=submit].close {
	color: #888;
}

input[type=submit].cancel:hover, input[type=submit].send:hover, input[type=submit].close:hover {
	border: #999 2px solid;
	color: #fff;
}

textarea {
	height: 100px;
	width: 100%;
}

select {
	margin: 0px 0px 10px 5px;
}

form#contact-form, form#login-form {
	padding: 5px;
}

form#contact-form input, form#contact-form textarea, form#login-form input {
	margin-bottom: 10px;
	width: 400px;
}

form#contact-form input[type=submit], form#login-form input[type=submit] {
	margin-top: 10px;
	width: auto;
}

div.blank {
	clear: both;
	margin: 0px;
	height: 0px;
	padding: 0px;
}

img#ajax-loader {
	-moz-border-radius: 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px;
	-webkit-box-shadow: #000 0px 0px 0px;
}

div.image-box {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

div.image-box img, img.clean {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-webkit-box-shadow: #000 0px 0px 0px !important;
}

.hidden {
	display: none;	/* visibilty funktioniert nicht für Ausstattung-Seite */
}

div#IE {
	background: #420;
	border: #840 2px solid;
	color: #f80;
	display: none;
	margin: 10px auto;
	width: 825px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#IE a {
	color: #8f8;
}

div#IE a:hover {
	color: #ff8;
}

p#not-IE {
	background: #240;
	border: #480 2px solid;
	color: #8f0;
	line-height: 25px;
	margin: 10px auto;
	padding: 5px;
	text-align: center !important;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p#not-IE em {
	color: #ff0;
}

p#not-IE a {
	color: #480;
	float: right;
	margin-left: -100px;
	margin-right: 5px;
}

p#not-IE a:hover {
		color: #ff0;
}

p#not-IE img {
	margin: -2px 0px 0px 1px !important;
	padding: 0px !important;
	vertical-align: text-top;

	-webkit-box-shadow: #000 0px 0px !important;
	-webkit-border-radius: 0px !important;
}

div#hit-counter {
	text-align: center;

	background: #404040;/*#444;*/
	padding: 15px 10px;
	width: 850px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-moz-box-shadow: #000 5px 5px 20px;
	-webkit-box-shadow: #000 5px 5px 20px;
}

div#hit-counter a {
	padding-left: 50px;
}

/* HEADER - Anfang */

div#header {
	background: #303030;/*#333;*/
	width: 850px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-moz-box-shadow: #000 5px 5px 20px;
	-webkit-box-shadow: #000 5px 5px 20px;
}

div#header div#title {
	text-align: center;
}

div#header div#title h1 {
	font-size: 1.75em;
}

div#header div#title h1 a {
	color: #fff;
	font-size: inherit;
}

div#header div#title h2 {
	font-size: 1em;
}

p#wait-please {
	padding: 10px 20px;
	text-align: center !important;
}

/* HEADER - Ende */

/* MENU - Anfang */

div#menu {
	text-align: center;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 850px;
}

ul#menu-ul {
}

ul#menu-ul li {
	display: inline;
	list-style: none;
	padding: 0px 5px;
}

ul#menu-ul li.active {
	color: #fff;
}

/* MENU - Ende */

/* CONTENT - Anfang */

div#content, div#latest-news {
	background: #303030;/*#333;*/
	width: 850px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-moz-box-shadow: #000 5px 5px 20px;
	-webkit-box-shadow: #000 5px 5px 20px;
}

div#content img {
	margin: 10px 25px 5px 25px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #000 2px 2px 4px;
}

div#content img#welcome {
	margin: 10px 75px 5px 75px;
}

div#content p, div#latest-news p {
	margin: 10px 10px;
	text-align: justify;
}

div#latest-news h2 {
	text-align: center;
}

div#latest-news p#more {
	text-align: right;
}

div#content h3 {
	margin: 10px;
}

div#content p.download-links {
	text-align: right;
}

/* CONTENT - Ende */

/* FOOTER - Anfang */

div#footer {
	background: #303030;/*#333;*/
	text-align: center;
	width: 850px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-moz-box-shadow:  #000 5px 5px 20px;
	-webkit-box-shadow: #000 5px 5px 20px;
}

div#footer p#pixelmator-ad, div#footer p#pixelmator-ad a {
	font-size: 11px;
	margin-top: 10px;
}

/* FOOTER - Ende */

/* IMPRESSUM - Anfang */

div#impressum-left {
	float: left;
	height: 450px;
	width: 400px;
}

div#impressum-left h3 {
	margin: 0px;
}

div#impressum-right {
	float: right;
	height: 450px;
	width: 400px;
}

div#impressum-right img {
	margin: 15px 0px 0px 0px;
}


div#impressum {
	float: right;
	margin: 65px 0px 0px 0px;
	text-align: left;
	width: 300px;
}

img#impressum {
}

/* IMPRESSUM - Ende */

/* BLOG - Anfang */

div.blog-item {
	margin-top: 5px;
}

div.blog-item h3.blog-item-title {
}

div.blog-item h3.blog-item-title input {
	width: 500px;
}

div.blog-item h3.blog-item-title span.blog-item-date {
	color: #666;
	float: right;
}

div.blog-item h3.blog-item-title span.blog-item-date input {
	text-align: right;
}

div.blog-item h3.blog-item-title span.blog-item-date input {
	width: 100px;
}

div.blog-item p.blog-item-text {
	background: #000;
	/*border: #666 2px solid;*/
	padding: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.blog-item p.blog-item-text.edit {
	background: transparent;
	/*border: none;*/
	padding: 5px;
}

div.blog-item p.blog-item-buttons {
}

/* BLOG - Ende */

/* CONTACT - Anfang */

div#mailform-error {
	background: #303030;/*#333;*/
	border: #666 2px solid;
	color: #f80;
	float: left;
	height: 75px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0px;
	visibility: hidden;
	width: 150px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #000 2px 2px 4px;
}

div#contact-left {
	float: left;
	height: 420px;
	text-align: center;
	width: 330px;
}

div#contact-left img {
	margin: 50px 0px 0px 0px;
}

div#contact-right {
	float: right;
	height: 420px;
	width: 470px;
}

p#sent {
	color: #6f0;
}

/* CONTACT - Ende */

/* MUSIC - Anfang */

div#info-page {
	background: #303030;/*#333;*/
	border: #666 2px solid;
	height: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0px;
	visibility: hidden;
	width: 0px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #000 2px 2px 4px;
}

div#info-page.edit {
	text-align: left;
}

div#info-page h2#title {
	margin-bottom: 15px;
}

div#info-page h2#title em {
	color: #aaa;
	font-size: 1em;
	text-shadow: #000 2px 2px 2px;
}

div#info-page input.close {
	margin-top: 15px;
}

div#no-scorch {
	background: #666;
	color: #f80;
	float: left;
	height: 350px;
	margin: 0px;
	margin-bottom: 15px;
	text-align: center;
	padding: 0px;
	padding-top: 200px;
	width: 400px;
}

object#ScorchPlugin {
	display: block;
	float: left;
	height: 550px;
	margin: 0px;
	margin-bottom: 15px;
	width: 400px;
}

div#music-info {
	float: right;
	height: 530px;
	margin: 0px;
	padding: 10px;
	width: 350px;
}

div#music-info p {
	margin: 10px 0px;
}

div#music-info p#info {
	border: #666 2px solid;
	padding: 2px 4px;
	text-align: left;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#music-info p#info hr {
	display: inline;
}

div#info-page.edit label {
}

div#info-page.edit input[type=text], div#info-page.edit textarea {
	width: 750px;
}

div#info-page.edit p#buttons {
	padding-top: 10px;
}

div.music table, div#lang-german table, div#statistics table {
	background: #000;
	border-collapse: collapse;
	width: 830px;

	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div.music table#compositions, div#statistics table {
	margin-bottom: 15px;
}

div.music table caption, div#lang-german table caption, div#statistics table caption {
	background: #000;
	border-bottom: #666 2px solid;
	color: #6f0;
	padding: 5px;
	text-align: center;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

div.music table caption em {
	color: #666;
}

div.music table tr.odd, div#lang-german table tr.odd, div#statistics table tr.odd {
	background: #000;
}

div.music table tr.even, div#lang-german table tr.even, div#statistics table tr.even {
	background: #111;
}

div.music table tr:hover, div#lang-german table tr:hover, div#statistics table tr:hover {
	background: #444;
	color: #fff;
	cursor: pointer;
}

div.music table tr.header, div#lang-german table tr.header, div#statistics table tr.header {
	border-bottom: #666 2px solid;
}

div.music table tr.footer, div#lang-german table tr.footer, div#statistics table tr.footer {
	border-top: #666 2px solid;
}

div.music table tr.footer th.opus, div.music table tr.footer th.composer, div#statistics table tr.footer th.last-cleared, div#statistics table tr.footer th.browser-system, div#statistics table tr.footer th.opus, div#statistics table tr.footer th.composer {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div.music table tr.footer th.difficulty, div.music table tr.footer th.hits, div#statistics table tr.footer th.hits {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div.music table td.hits, div#statistics table td.hits {
	padding-right: 15px;
	text-align: right;
}

div.music table th, div#lang-german table th, div#statistics table th {
	background: #000 !important;
	color: #fff;
	cursor: default;
	padding: 5px;
	text-align: left;
}

div#statistics table tr.none {
	background: #000 !important;
	cursor: default;
}

div#lang-german table tr.footer th#denglisch {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div#lang-german table tr.footer th#deutsch {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div#lang-german table th em {
	color: #999;
}

div#lang-german table td {
/*	width: 30%;*/
}

div.music table td, div#lang-german table td, div#statistics table td {
	padding: 5px;
	white-space: nowrap;
}

div.music table td#new-composition, div.music table td#new-arrangement {
	text-align: center;
}

div#statistics table th.opus, div#statistics table th.composer, div#statistics table th.last-cleared {
	width: 150px;
}

div#statistics table th.hits {
	width: 35px;
}

/* MUSIC - Ende */

/* EQUIPMENT - Anfang */

div#equip-menu, div#lang-menu, div#book-menu {
	text-align: center;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 850px;
}

ul#equip-menu-ul, ul#lang-menu-ul, ul#book-menu-ul {
}

ul#equip-menu-ul li, ul#lang-menu-ul li, ul#book-menu-ul li {
	display: inline;
	list-style: none;
	padding: 0px 5px;
}

ul#equip-menu-ul li.active, ul#lang-menu-ul li.active, ul#book-menu-ul li.active {
	color: #fff;
}

div#equip-empty, div#lang-empty, div#book-empty {
	text-align: center;
}

/* EQUIPMENT - Ende */

/* LOGIN - Anfang */

div#login {
	text-align: center;
}

/* LOGIN - Ende */

/* LANGAUGE - Anfang */

.language h4, .language ol  {
	padding:  5px 10px;
}

.language h4 {
	background: #666;
	color: #fff;
	margin-left: 10px;
	margin-top: 5px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #000 2px 2px 2px;
}

.language h4.disabled {
	color: #aaa;
	text-decoration: line-through;
}

.language div.hidden {
	margin-bottom: -20px;
}

.language ol {
	line-height: 1.75em;
	list-style: lower-alpha;
	margin-left: 20px;
}

.language ol li {
	margin-bottom: 20px;
}

.language ol li.vocabulary {
	list-style: none;
	margin-bottom: 20px;
}

.language ol li span {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.language ol li ul li {
	margin-bottom: 0px;
	margin-left: 20px;
	list-style: disc;
}

.language em.r {
	color: #f80;
}

.language em.g {
	color: #4d4;
}

.language em.b {
	color: #0af;
}

.language table {
	background: #000;
	border-collapse: collapse;
	margin: 5px 0px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.language table thead th {
	border-bottom: #666 2px solid;
}

.language table th {
	color: #fff;
	text-align: left;
}

.language table td, th {
	line-height: 1.5em;
	padding: 5px 10px;
	vertical-align: top;
}

/* LANGUAGE - Ende */

/* JavaScript DropDown Menu - Anfang */

ul.drop-down-menu {
	background: #303030;/*#333;*/
	float: right;
	margin-right: 25px;
}

ul.drop-down-menu li {
	float: left;
	list-style: none;
}

ul.drop-down-menu li a {
	color: #fff;
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 10px;
}

ul.drop-down-menu li a:hover {
	background: #666;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

ul.drop-down-menu div {
	background: #303030;/*#333;*/
	border: #666 2px solid;
	margin-top: -1px;
	min-width: 75px;
	padding: 0px;
	position: absolute;
	visibility: hidden;

	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-box-shadow: #000 2px 2px 2px;
}

ul.drop-down-menu div a {
	color: #999;
	display: block;
	margin: 0px;
	padding: 2px 5px;
	position: relative;
	white-space: nowrap;
}

ul.drop-down-menu div a:hover {
	background: #transparent;
	color: #f80;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/* JavaScript DropDown Menu - Ende */

