/* CSS Document */

body {
	text-align:center;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	/*background-image: url('images_new/krata.png');*/
}

#centered {
	
	text-align:center;
	width: 100%;
}


#header {
	margin:0;
	text-align:center;
	color:black;
	width: 900px;
	margin: auto;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

#top_menu {
	width: 900px;
	height: 30px;
	background-color: #ffffff;
	margin: auto;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	margin-top: 10px;
}

#top_menu_menu {
	float: left;
}



#wrapper {
	margin: auto;
	width: 898px;
	background-color: #ffffff;
	border-color: black;

}



#main {
	background-color: #ffffff;
	float: left;
	width: 597px;
	border-width: 1px;
	border-style:solid;
	margin-top: 10px;
}

#right {
	background-color: #ffffff;
	float: right;
	width: 287px;
	margin-top: 10px;
	margin-left: 10px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

#intro {
	text-align: justify;
	margin: 0 8px 0 8px;
}

#intro2 {
	text-align: justify;
	margin: 0 8px 0 8px;
}

#top_menu_menu a {
	display: block;
	width: 200px;
	height: 20px;
	
	text-decoration: none;
}

#top_menu_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;

}

#top_menu_menu li {
	font-size: 15px;	
	padding: 5px 0px 5px 0px;
	background-color: #ffffff;
	float: left;
}

#top_menu_menu a {
	color: grey;
}

#top_menu_menu a:hover {
	color: black;
}

#top_menu_menu li:hover {
	background-color: grey;
}

.loginform {
	background-color: #ccccff;
	width: 50px;
	height: 16px;
}

.loginbutton {
    border: 1px solid #006;
    background: #ccccff;
    height: 22px;
}

#main td {
	text-align: left;
}

#main_profil {
	margin: auto;
	width: 400px;
}
#main_stats {
	margin: auto;
	width: 400px;
	padding-top: 10px;
}

.main_games {
	margin: auto;
	width: 400px;
	padding-top: 10px;
}

.main_games ul, .main_games li  {
	text-align: left;
}

.main_games a {
	color: #000099;
	text-decoration: none;
}

.main_games a:hover {
	color: #000099;
	text-decoration: underline;
}

.t_right_col td  {
	text-align: right;
}

.t_haslo {
	font-size: 30px;
	border-spacing: 4px;

}

#t_haslo td {
	text-align: center;
}

.letter  {
	background-color: white;
	width: 35px;
	height: 40px;
}

.empty  {
	background-color:  #9999ff;
	width: 35px;
	height: 40px;
}

#player_interface {
	width: 599px;
}

#player_interface td {
	text-align: center;
}

.player_inactive {

}

div.player_inactive  {
	width: 148px;
	float: left;
	margin: 5px 5px 5px 5px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

div.player_legend {
	width: 105px;
	float: left;
	margin: 5px 5px 5px 5px;
}

#player_legend td {
	text-align: left;
}

.player_inactive table {
	width: 150px;
}

#player_options {
	width: 597px;
}

#kreckolem {
	width: 199px;
	float: left;
}

#kupspolgloske {
	width: 199px;
	float: left;
}

#kupsamogloske {
	width: 199px;
	float: left;
}


#wynikkolo {
	width: 199px;
	height: 40px;
	background-color: #D0D0D0;
}



.button_opts {
	width: 199px;
	height: 40px;
	background: #ccccff;
}

#register_form {
	margin: auto;
	text-align: center;
	width: 300px;
}


.alertok {
	background-color: green;
	color: white;
	width: 100%;
	text-align: center;
	height: 20px;
}

.alert {
	background-color: red;
	color: black;
	width: 100%;
	text-align: center;
	height: 20px;
}

#global_stats {
	width: 100%;
	padding: 5px 0 5px 0;
	background-color: #000099;
	color: white;
}

#admin_menu {
	width: 100%;
	padding: 5px 0 5px 0;
	background-color: black;
	color: white;
}

#admin_menu a {
	text-decoration: none;
	color: white;
}



.normal_input {
	width: initial;
	height: initial;
}
