/*Hangman Styles - Beginn*/
h1{font-size:16px;}
div.letter {width: 25px;height:25px;	background: #989C9C;font-size:18px;font-weight:bold;border: 5px outset #fff;float: left;cursor: pointer;margin-left:1px;margin-right:1px;}
div.letter_hover {background: #ccc;border: 5px outset #fff;}
div.letter p {width: 25px;height:25px; color: #fff;margin: 0px; text-align:center;}
div.letter_inactive {margin-right:1px; margin-left:1px; border: 5px outset #fff; background: #666; -moz-opacity:.25; opacity:.25; cursor:auto;width: 25px;height: 25px;font-size:18px;font-weight:bold;float: left;}
div.letter_inactive p {width: 25px;height:25px; color: #fff;margin: 0px;text-align:center;}
div.letter_wrong {background: red;border: 5px outset red;}
div.letter_right{background: green;border: 5px outset green;}
div.richtig{color:green;font-weight:bold;font-size:14px;}
div.falsch{color:red;font-weight:bold;font-size:14px;}
div.inputfields{border:1px solid #000; width:20px; height:20px;float:left;margin:1px;}
div.inputfieldsLeer{border:1px solid #fff; width:20px; height:20px;float:left;margin:1px;}
div#content{margin:20px;}
div#inputfieldblock{display:table;}
div#tastatur{width:380px; height:120px; padding:5px; border:0px solid #000;float:left;}
div#hangmanImg{height:110px; width:80px; border:1px solid #000;}
/*Hangman Styles - Ende*/


/*Memory Styles - Beginn*/
.quad{width:50px; height:50px; border: 1px solid #333;background-color:#98b8f3;margin:1px;}
.quad_hover{-moz-opacity:.50; opacity:.50;}
.hideBild{visibility:hidden;}
.showBild{visibility:visible;color:#333;font-weight:bold;font-size:22px;}
.solved{visibility:visible; background-color:#99CC66;color:#333;font-size:22px;font-weight:bold;}

/*UI Effects Transfer*/
.ui-effects-transfer { border: 1px solid #000; color:#fff;padding-left: 10px; font-size:22px;} 
#target{width: 310px; padding-left: 10px; height: 33px; background-color:#98b8f3; border: 1px solid black; margin:1px; color:#fff; font-size:16px;}
/*Memory Styles - Ende*/

/*Puzzle Styles - Begin*/
#puzzle{width: 700px;height: 525px;}
.sortableitem {float: left;width: 131px;	height: 131px;}
.sorthelper{background-color: green;float: left;}
.sortableactive{background-color: #eee;}
.sortablehover{background-color: #eee;}
/*Puzzle Styles - Begin*/

/*Common Styles - Beginn*/
.left{float:left;}
.clear{clear:both;}
/*Common Styles - Ende*/