html, body {
	height: 100%;
	background-color: #F3CCA6;
	line-height:110%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	padding: 0;
	margin: 0;
}

a {
	text-decoration:none;
}
a:link {color:#00d;}
a:visited {color:#509;}
a:active  {color:#e00;}
a:hover {
	color:#f00;
	text-decoration:underline;
} 
#czyta, section#cont_view {
	background-color: inherit !important;
	width: 1070px !important;
	max-width: 1040px !important;
	margin: 0 auto !important;
}
#panelctrl, #plansza, #atitle, #return {
	margin: 0 auto;
	width: 1010px;
}

#plansza {
	min-height: 820px;
	background-color: #ffedcd;
	border: solid 4px #ccc;
	padding: 10px 0 0 10px;
	margin-bottom: 2ex;
}

.panel {
	display: none;
}

.orabutton {
	background-color:#F72;
	padding: 0.4ex;
	font-size: 1.0em;
	font-weight: normal;
	border-radius: 0.8ex;
}
.orabutton:hover {
	background-color: #8ff;
	color: #006;
}

input.buttpan {
	font-size: 1.1em;
	color: #666;
	padding: 2px 16px;
	background-color: #fbe2c0;
	border: solid 4px #ccc;
	margin-right: 8px;
	margin-bottom: -4px;
	border-radius: 0 2ex 0 0;
	box-shadow: none;

}
input.buttpan:hover {
	background-color: #8ff;
}
input.openbuttpan {
	font-size: 1.1em;
	color: #000;
	padding: 2px 16px;
	background-color: #ffedcd;
	border: solid 4px #ccc;
	border-bottom: solid 4px #ffedcd;
	margin-right: 8px;
	margin-bottom: -4px; 
	border-radius: 0 2ex 0 0;
	box-shadow: none;
}
input.openbuttpan:hover {
	background-color: #ffedcd;
}

#atitle {
	margin-bottom: 12px !important;
}

#atitle h1 {
	color: #702010;
	padding-top: 1ex;
}

#atitle h1, .subtit {
	text-align:center;
}

p {
	margin: auto 0 4px 0;
}

.shirt, .noshirt {
	height: 89px;
	width: 55px;
	background-color: #938777;
/*	background-image: url(./grafika/shirt.jpg);
	background-repeat:no-repeat;
	background-position-y:0px;
	background-position-x:0px;*/
	vertical-align: middle;
/*	float: left; */
}

#prawa_kolumna {
	width: 210px;
	margin-left: 0px;
	margin-top: 0px;
	float: right;
	
}

#prawa_kolumna a {
	background-color: #ffd275;
	padding: 4px;
}

#prawa_kolumna_wewn {
	width: 100%;
}

#prawa_kolumna p {
	margin: 0 0 8px 0;
	padding: 4px;
}

#kolejne {
	color: #666;
	font-size:0.8em;
}

#czytanie_kart {
	width: 770px;
	margin: 20px auto 20px 0px;
}

#czytanie_kart_table td {
	vertical-align: top;
}

#czytanie_kart_table p {
	margin-left: 20px;
	font-family: Tahoma, Lucida, Verdana, Geneva, Helvetica, sans-serif;
	font-size:16.4px;
	line-height:140%;
}

#czytanie_kart_table b {
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

.historytable {
	width: 580px;
}

.historytable td {
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

#stopka_oracle {
	width: 100%;
	text-align: center;
	font-size:14px;
	margin-top: 24px;
	margin-bottom: 12px;

}


