@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/bc_body02.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
div#alert-window {
	display: none;
	position: absolute;
	left: 45%;
	top: 45%;
	border: 30px solid #FFFFFF;
	background-color: #CC0000;
	padding: 15px;
	width: auto;
	z-index: 500;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
div#alert-window strong {
	color: #FFA7A0;
	font-weight: bold;
}
div#alert-window img#close {
	float: right;
	width: 10px;
	height: 10px;
	margin: 5px;
	margin-top: -5px;
	margin-right: -5px;
}

div#alert-window img#close:hover {
	cursor: pointer;
	/*cursor: hand;*/
}
#head_menu {
	background-color: #000000;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 750px;
	z-index: 100;
}
#head_menu .left {
	float: left;
	width: 550px;
	height: 25px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-top: 25px;
}
#head_menu .left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	padding-left: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 13px;
	background-image: url(../img/bc_head_menu.gif);
	background-repeat: repeat-x;
	background-position: left -10px;
	padding-bottom: 5px;
}
#head_menu .left a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	padding-left: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 13px;
	background-image: url(../img/bc_head_menu.gif);
	background-repeat: repeat-x;
	background-position: left -10px;
	padding-bottom: 5px;
}
#head_menu .left a:hover {
	color: #FFFFFF;	
}
#head_menu .right {
	float: right;
	width: 180px;
	height: 25px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-top: 25px;
}
#head_menu .right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	padding-right: 15px;
	padding-right: 15px;
	background-image: url(../img/bc_head_menu.gif);
	background-repeat: repeat-x;
	background-position: left -10px;
	padding-bottom: 5px;
	float: right;
	padding-left: 13px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
#head_menu .right a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	padding-right: 15px;
	padding-right: 15px;
	background-image: url(../img/bc_head_menu.gif);
	background-repeat: repeat-x;
	background-position: left -10px;
	padding-bottom: 5px;
	float: right;
	padding-left: 13px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
#head_menu .right a:hover {
	color: #FFFFFF;
}
#head_logo {
	width: auto;
	height: 125px;
	background-color: #FFFFFF;
	min-width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 48px;
	margin-left: -15px;
	padding-left: 10px;
	padding-right: 0px;
	margin-right: 0px;
}
#head_logo .left {
	float: left;
	width: 614px;
	height: 125px;
	background-image: url(../img/logo.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#head_logo .right {
	float: right;
	width: 125px;
	height: 125px;
	background-image: url(../img/logo_konik.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#head_logo .right:hover {
	
	background-image: url(../img/logo_konik_n.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#login_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 400px;
	height: 20px;
	padding-left: 5px;
	margin-top: 8px;
}
#login_01 a {
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
	font-weight: normal;
}
#login_01 a:link {
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
	font-weight: normal;
}
#login_01 a:hover {
	color: #000000;
	text-decoration: underline;

}
#login_02 {
	background-color: #000000;
	width: 300px;
	height: 130px;
	margin-left: -10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
#login_02 #top {
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-left: 16px;
	margin-right: 13px;
	padding-top: 5px;
	line-height: 22px;
}
#login_02 #top .login {
	height: 15px;
	font-size: 12px;
	width: 80px;
}
#login_02 #top #loginInput {
	color: #666666;
	height: 12px;
	font-size: 11px;
	background-image: url(../img/uzivatel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
}
#login_02 #top #passwordInput {
	color: #666666;
	height: 12px;
	font-size: 11px;
	background-image: url(../img/heslo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
}
#login_02 #top a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#login_02 #top a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#login_02 #top a:hover {
	color: #FFCC99;
	text-decoration: none;
}
div#login_02 div#top strong {
	color: #ff0000;
	font-size: 16px;
	color: #FFCC99;
	margin-left: 15px;
	font-weight: bold;
	line-height: 40px;
}
#login_02 #top #rememberMe {
	margin-left: 0px;
}
#login_02 #bottom {
	height: 60px;
	margin-left: 13px;
	margin-right: 13px;
	padding-top: 0px;
	margin-top: 7px;
}
#games {
	background-color: #000000;
	height: 130px;
	width: 295px;
	margin-left: 290px;
	margin-top: -130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#games #title {
	height: 32px;
	background-image: url(../img/GAMES.gif);
	background-repeat: no-repeat;
}

#games .playerColor {
	margin-left: 5px;
	float: left;
	text-align: center;
	margin-right: 4px;
} 
#games .gameEntry strong {
	float: left;
} 
#games .gameEntry span {
	float: left;
}
#games .gameEntry {
	clear: both;
 }
.inactive {
	color: #999999;
}
#games #php {
	height: 91px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-weight: normal;
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;
}
#games a {
	font-weight: bold;
	text-decoration: none;
	color: #7F2422;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}
#games a:link {
	font-weight: bold;
	text-decoration: none;
	color: #993232;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
}
#games a:hover {
	color: #CC0000;	
}
#chat {
	width: auto;
	height: 128px;
	margin-left: 595px;
	margin-top: -130px;
	background-color: #FFFFFF;
	border: 0px solid #000000;
	margin-right: 260px;
	min-width: 360px;
	background-image: url(../img/bc_chat.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
}
#chat.inactive {
	color: #CCCCCC;
}
#chat #mainChatScreen {
	height: 90px;
	overflow: auto;
	width: auto;
	margin-left: 5px;
	border: 1px solid #000000;
	padding-left: 5px;
}
#chat #text #mainChatMessage{
	height: 20px;
	width: 80%;
	background-color: #fff;
	background-image: url(../img/bg_chat.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	overflow: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#chat #mainChatMessage {
	height: 20px;
	margin-left: 5px;
	width: auto;
	float: left;
	margin-top: 8px;
	overflow: auto;
}
#chat #text {
	white-space: nowrap;
	width: 100%;
	margin-top: 5px;
}
#chat #text #button {
	float: right;
	margin-top: -24px;
	margin-left: 10px;
	clear: left;
	background-image: url(../img/bg_chat_button.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 24px;
	border: 1px solid #000000;
}
#banners {
	width: 70px;
	height: 800px;
	margin-left: 0px;
	float: left;
	margin-top: 30px;
	position: relative;
	left: 0px;
}
#banners #E15 {
	border: 3px solid #FFFFFF;
}
#banners #ESACHY {
	margin-top: 40px;
	margin-left: 0px;
	border: 3px solid #FFFFFF;
	height: 200px;
	width: 70px;
}
#banners #KRAMECEK {
	margin-top: 40px;
	border: 3px solid #FFFFFF;
}
#top10 {
	width: 180px;
	height: 250px;
	margin-top: 32px;
	margin-left: 100px;
}
#top10 ol {
	font-size: 12px;
	margin-left: -20px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	}
#top10 a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#top10 a:link {
	color: #000000;
	text-decoration: none;
}
#top10 a:hover {
	color: #993232;
	text-decoration: none;
}
#top10 .pohar {
	float: right;
	margin-top: -20px;
}
#online {
	width: 120px;
	height: 250px;
	margin-top: -75px;
	margin-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#online strong {
	text-transform: uppercase;
	margin-bottom: -30px;
}
#online ul {
	font-size: 12px;
	margin-left: -40px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	list-style-type: none;
	margin-top: 3px;
	}
#online a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#online a:link {
	color: #000000;
	text-decoration: none;
}
#online a:hover {
	color: #993232;
	text-decoration: none;
}
#online .linka {
	margin-bottom: 15px;
}
#content {
	margin-left: 290px;
	margin-top: -800px;
	width: auto;
	margin-right: 260px;
	min-width: 250px;
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content a {
	font-weight: normal;
	color: #7F2422;
	text-decoration: underline;
}
#content a:link {
	font-weight: normal;
	color: #993232;
	text-decoration: underline;
}
#content a:hover {
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
#content img {
	border: 0px solid #000000;	
}
#content .styl1 {
	color: #7F2422;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#content  img.logo_podpis {
	border: 1px solid #000000;	
}
#content h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: -5px;
	text-transform: uppercase;
}
#content h3 {
	color: #003366;
}
#content #vitez {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: auto;
}
#content #vitez h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}
#content #vitez h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: -10px;
}
#content #linka {
	height: 5px;
	background-color: #999999;
	width: 100%;
	margin-bottom: 18px;
	margin-top: 20px;
	min-width: 655px;
}
#content #aktuality {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	text-align: justify;
	margin-right: 10px;
	min-width: 250px;
	height: auto;
	min-height: 210px;
}
#content #aktuality h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -5px;
}
#content #aktuality h5 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -5px;
}
#content #aktuality strong {
	color: #993232;
}
#content #aktuality ul {
	font-size: 12px;
	margin-left: -30px;
}
#content #aktuality .headline {
	float: left;
}
#content #aktuality #line01 {
	height: 30px;
	background-color: #9A3F3F;
	width: auto;
	margin-left: 200px;
}
#content #aktuality .foto {
	float: right;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#content #flexible {
	width: 100%;
	min-width: 250px;
}
#content #flexible #aktuality_old {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 47%;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	height: 300px;
	min-width: 125px;
	overflow: auto;
}
#content #flexible #aktuality_old ul {
	font-size: 11px;
	color: #666666;
	margin-left: -25px;
	text-align: justify;
}
#content #flexible #eshop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: right;
	width: 47%;
	position: relative;
	margin-top: -300px;
	margin-left: 330px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 10px;
	height: 300px;
	min-width: 125px;
}
#content #flexible #eshop h3 {
	font-size: 16px;
	font-weight: bold;
}
#content #flexible #eshop img {
	z-index: 10;
}
#content #flexible #eshop a {
	color: #895151;
	text-decoration: underline;
}
#content #flexible #eshop a:link {
	color: #993232;
	text-decoration: underline;
}
#content #flexible #eshop a:hover {
	color: #CC0000;
	text-decoration: none;
}
#content #flexible #eshop .tricka {
	float: right;
	padding-top: 20px;
	margin-right: 0px;
}
#content #flexible #eshop #line02 {
	height: 29px;
	background-color: #993232;
	width: 95%;
	position: absolute;
	top: 2px;
	right: 0px;
	text-align: right;
	z-index: -10;
}
#content #up {
	width: 100px;	
}
#content #forum {
	text-align: right;
	color: #895151;
	margin-top: 10px;
	min-width: 665px;
}
#content #forum a {
	color: #895151;
	text-decoration: none;
}
#content #forum a:link {
	color: #895151;
	text-decoration: none;
}
#content #forum a:hover {
	color: #CC0000;
}
#content #trenink {
	width: 100%;
	min-width: 665px;
}

#hidden {
	min-width: 1195px;
	height: 800px;
	padding-top: 200px;
	width: 100%;
	position: absolute;
	top: 102px;
	left: 0px;
	z-index: 100;
	background-image: url('../img/E15.gif');
	background-repeat: no-repeat;
	background-position: right 100px;
	padding-left: 0px;
	overflow: hidden;
	visibility: hidden;
}
#hidden .rss-item {
	float: right;
	width: 180px;
	/* 	height: 760px; */
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #FFFFFF;
	clear: right;
	margin-right: 10px;
	padding-top: 0px;
	overflow-y: auto;
	height: 250px;
	margin-top: 16px;
	padding-right: 10px;
	background-image: url(../img/bc_rss.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	visibility: visible;
	z-index: 100;
	position: relative;
}
#hidden .rss-item a {
	color: #003366;
	text-decoration: none;
}
#hidden .rss-item a:link {
	color: #003366;
	text-decoration: none;
}
#hidden .rss-item a:hover {
	color: #4B71B3;
	text-decoration: none;
}
#hidden .rss-item h3 {
	font-size: 16px;
	font-weight: normal;
	color: #003762;
}
#hidden #bg_E15 {
	float: right;
	width: 180px;
	position: absolute;
	right: 20px;
	top: 100px;
	visibility: visible;
	z-index: 85;
}
#footer02 {
	background-color: #000000;
	height: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	white-space: nowrap;
	width: 100%;
	clear: both;
	position: absolute;
	z-index: 1200;
	top: 0px;
	left: 0px;
	padding-top: 100px;
	text-align: center;
	visibility: hidden;
}
#footer {
	background-color: #000000;
	height: 150px;
	margin-left: -10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 5%;
	padding-right: 0px;
	margin-right: -7px;
	margin-bottom: -10px;
	margin-top: 250px;
	letter-spacing: 1px;
	white-space: nowrap;
	width: auto;
	min-width: 1172px;
	clear: both;
	position: relative;
}
#footer #info {
	float: left;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #facebook {
	margin-left: 20px;
}
#footer #partners p {
	float: right;
	margin-right: 5%;
	margin-top: 0px;
	color: #3D3D3D;
	text-align: right;
}
#footer #info a #lupa {
}

