body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(255,255,255,.50);
    color: #262626;
    background: url(../images/wood-bg.jpg);
}

h1 img {
	float: left;
	margin-right: 5px;
}

h1 {
	line-height: 56px;
}

h1, h2 {
	font-weight: normal;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.ads {
	position: absolute;
	top: 30px;
	right: 0;
}



/*LAVALAMP START*/

.lavalamp {
    position: relative;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    border-radius : 10px;
    -moz-border-radius : 10px;
    -webkit-border-radius : 10px;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
    background : -moz-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
    height: 18px;
    z-index: 100;
}

.lavalamp a {
    text-decoration: none;
    color: #3e3c3c;
    line-height: 20px;
}

.lavalamp ul {
    margin: 0;
    padding: 0 20px 0 0;
    z-index: 300;
    position: absolute;
}

.lavalamp ul li {
    list-style: none;
    float:left;
    text-align: center;
    }

.lavalamp ul li a {
    padding: 0 20px;
    text-align: center;
    }

.floatr {
    position: absolute;
    top: 10px;
    z-index: 50;
    width: 70px;
    height: 30px;
    border-radius : 8px;
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
    background : rgba(0,0,0,.20);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}

/* Header list Begin*/
ul.header-list-menu{
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
li.head-list-item-right{
	float: right;
	letter-spacing: 1px;
	text-shadow: 0.5px 0.5px 0.7px #898989;
}
/* Header list End*/

/*Navigation Menu Begin*/
#navigation{
	height: 66px;
	margin: 0pt auto;
	width: 520px;
    padding-left: 450px;
}
#info, #info div{
    height: 66px;
	position: absolute;
	float: left;
    width: 87px;
}
#ubungen, #ubungen div{
    height: 66px;
	position: absolute;
	float: left;
    width: 166px;
}
#kontrolle , #kontrolle div{
    height: 66px;
	position: absolute;
	float: left;
    width: 146px;
}
#statistik, #statistik div{
    height:66px;
	position: absolute;
	float: left;
    width: 95px;
}

#info, #ubungen, #kontrolle, #statistik{
	background-image: url(../images/nav.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	top: 50px;
}

#info{
	background-position: 0px -33px;
	margin-left: 6px;
}

#ubungen{
	background-position: -88px -33px;
	margin-left: 94px;
}

#kontrolle{
	background-position: -254px -33px;
	margin-left: 261px;
}

#statistik{
	background-position: -400px -33px;
	margin-left: 408px;
}

#info div, #ubungen div, #kontrolle div, #statistik div {
	/*background-image: url(../images/white.png);*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -60px;	
}	

.pri-nav a{
	display:block;
	text-decoration:none;
	text-indent:-30000px;
}

/*Navigation Menu End*/

/* Container Begin */
.container{
	min-height: 800px;
	display: table-cell;
	width: 1000px;
    border: 1px solid #cebebe;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background: linear-gradient(to top, #fefcea, #fffce4);
	padding: 40px;
	color: #4a4444;
}
/* Container End */

/* Footer Begin */
.footer{
	padding: 0 30px;
}
/* Footer End */

/* Ubungen Dropdown Menu Begin*/
.one-term {
	width: 50%;
	float: left;
	text-align: center;
}

.mini-menu {
    margin: 0px auto;
    max-width: 350px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:0 0 8px rgba(50,50,50,0.1);
    -moz-box-shadow:0 0 8px rgba(50,50,50,0.1);
    box-shadow:0 0 8px rgba(50,50,50,0.1);
    overflow: hidden;
    cursor: pointer;
	text-align: left;
}
.mini-menu ul {
    margin: 0;
    padding:0;
    list-style: none;
}
.mini-menu > ul > li {
    position: relative;
}
.mini-menu > ul > li > a {
    display: block;	
    padding: .7em 1em;	
    outline: 0;	
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    -webkit-box-shadow:inset 0 1px 0 0 rgba(24,254,254,0.7);
    -moz-box-shadow:inset 0 1px 0 0 rgba(254,254,254,0.7);
    box-shadow:inset 0 1px 0 0 rgba(254,254,254,0.7);
    color:#8AA8BD;
    text-decoration: none;	
    font-weight: bold;
}
.mini-menu > ul > li > a:hover, 
.mini-menu > ul > li > a.active {
    color:#4682AD;
}
.mini-menu .sub  ul {
    display: none;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow:inset 0 0 50px #e0e0e0;
    -moz-box-shadow:inset 0 0 50px #e0e0e0;
    box-shadow:inset 0 0 50px #e0e0e0;
}
.mini-menu .sub ul li a {
    display: block;
    padding: .7em 1em;
    border-bottom: 1px solid #eaeaea;
    color:#4682AD;
    font-size: 12px;
    text-decoration: none;
}
.mini-menu .sub ul li a:hover,
.mini-menu .sub ul li a.active {
    padding-left: 1.3em;
    background: #f3f3f3;
}
.mini-menu .sub ul li a:after{
    float: left;
    margin-right:6px;
    content: "»";
    line-height: 12px;
}
.mini-menu .sub > a:before {
    content:'•';
    height:12px;
    width:12px;
    font-size: 1em;
    display:inline-block;
    position: absolute;
    right: 10px;
    top: 12px;
    background: #e9e9e9;
    line-height: .8em;
    color: #ff595e;
    text-indent: 0;
    text-align: center;
    text-shadow:none;
    font-weight: 500;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
}
/* активный переключатель */
.mini-menu .sub > a.active:before{
    color: #8AC926;
}
/* Ubungen Dropdown Menu End*/


/* Audio player styles Begin*/
.audio-player, .audio-player div, .audio-player h2, .audio-player a, .audio-player span, .audio-player button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

div.audio-player {
  position: relative;
  width: 450px;
  height: 70px;
  margin: 10px auto;
  background: #4c4e5a;
  background: -webkit-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: -moz-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: -o-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: -ms-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.audio-player h2 {
  position: absolute;
  top: 7px;
  left: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #ececec;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

/* play/pause control */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  position: absolute;
  text-indent: -9999px;
}

.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
  width: 34px;
  height: 34px;
  top: 32px;
  left: 7px;
  background: transparent url('../images/playpause.png') 0 0 no-repeat;
}
.mejs-controls .mejs-pause button { background-position: 0 -35px; }
 
 
/* mute/unmute control */
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
  width: 18px;
  height: 19px;
  top: 9px;
  right: 142px;
  background: transparent url('../images/audio.png') 0 0;
}
.mejs-controls .mejs-unmute button { background-position: 0 -19px; }


/* volume scrubber bar */
.mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 120px;
  height: 11px;
  background: #212227;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0;
  height: 9px;
  top: 1px;
  left: 1px;
  background: #90d26a;
  background: -webkit-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -moz-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -o-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -ms-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: linear-gradient(top, #90d26a 0%, #83bb63 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}


/* time scrubber bar */
.mejs-controls div.mejs-time-rail { width: 380px; }
 
.mejs-controls .mejs-time-rail span {
  position: absolute;
  display: block;
  width: 380px;
  height: 12px;
  top: 40px;
  left: 55px;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}
 
.mejs-controls .mejs-time-rail .mejs-time-total { 
  background: #565860; 
  width: 380px !important; /* fixes display bug using jQuery 1.8+ */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  width: 0;
  background: #7b7d82;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  top: 0;
  left: 0;
  width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #90d26a;
  background: -webkit-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -moz-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -o-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -ms-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: linear-gradient(top, #90d26a 0%, #83bb63 100%);
}

/* metallic sliders */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 20px;
  height: 22px;
  top: -6px;
  background: url('../images/handle-lg.png') no-repeat;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  display: block;
  width: 12px;
  height: 14px;
  top: -1px;
  background: url('../images/handle-sm.png') no-repeat;
}


/* time progress tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 33px;
  height: 23px;
  top: -26px;
  margin-left: -17px;
  z-index: 9999;
  background: url('../images/time-box.png');
}
 
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 33px;
  display: block;
  left: 0;
  top: 4px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666;
  text-align: center;
  z-index: 9999;
}
/* Audio player styles End*/

/* Domino styles Begin*/
ul.dominos-list{
	margin-left: 0;
    padding-left: 0;
}
ul.dominos-list li{
	display: inline-block;
	margin: 10px 10px;
	list-style-type: none;
	font-size: 18px;
}
.dominos{
	width: 240px;
	color: #fff;
}
.dominos div{
	width: 47%;
	float: left;
	background: #090909;
	text-align: center;
	padding: 15px 0;
	border: 3px outset gray;
}

.dominos .left-teil{

	
}
.dominos .right-teil{

	
}

/* Domino styles End*/