/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #0F1410;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}





#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 1px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
.separator
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:3px;
}


/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:51px;
	min-height:51px;
	margin-top: 30px !important;
}

.art-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 5px;
}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 35px, 35px, auto);
	width: 70px;
	height: 70px;
	background-image: url('images/Sheet-s.png');
	position:absolute;
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 35px, 35px);
	width: 70px;
	height: 70px;
	background-image: url('images/Sheet-s.png');
	position:absolute;
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(35px, 35px, auto, auto);
	width: 70px;
	height: 70px;
	background-image: url('images/Sheet-s.png');
	position:absolute;
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(35px, auto, auto, 35px);
	width: 70px;
	height: 70px;
	background-image: url('images/Sheet-s.png');
	position:absolute;
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 35px, auto);
	left: 35px;
	right: 35px;
	height: 70px;
	background-image: url('images/Sheet-h.png');
	position:absolute;
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(35px, auto, auto, auto);
	left: 35px;
	right: 35px;
	height: 70px;
	background-image: url('images/Sheet-h.png');
	position:absolute;
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 35px);
	top: 35px;
	bottom: 35px;
	width: 70px;
	background-image: url('images/Sheet-v.png');
	position:absolute;
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 35px, auto, auto);
	top: 35px;
	bottom: 35px;
	width: 70px;
	background-image: url('images/Sheet-v.png');
	position:absolute;
}

.art-Sheet-cc
{
	position:absolute;
	top: 35px;
	left: 35px;
	right: 35px;
	bottom: 35px;
	background-color: #FFFFFF;
	position:absolute;
}

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 890px;
	height: 225px;
}

div.art-Header-png
{
	position: absolute;
	top: 0;
	left: 0;
	width: 890px;
	height: 225px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* end Header */

/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 5px;
	width: 890px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin: 10px;
	min-width:15px;
	min-height:15px;
	

}

.art-Block-body
{
	position: relative;
	padding: 5px;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
{
	position:absolute;
	z-index:-1;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/Block-s.png');
}

.art-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.art-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.art-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.art-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.art-Block-tc, .art-Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/Block-h.png');
}

.art-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.art-Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/Block-v.png');
}

.art-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.art-Block-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.art-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #DFE7E0;
}


/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
	background-image: url('images/BlockHeader_kopie.png');
	background-repeat:no-repeat;
	
	
}
.art-BlockHeader1
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
	background-image: url('images/BlockHeader_kopie_bigger.png');
	background-repeat:no-repeat;
}	

.art-BlockHeader .t, .art-BlockHeader1 .t
{
	height: 30px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
	text-align: center;
}

.art-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 14px;
	background-repeat: no-repeat;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	
}

.art-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 4px;
}



.art-BlockContent-body
{
	color:#35372F;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
    text-align: justify;
}


.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #4F5247;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #225597;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.art-BlockContent-body a.hover1
{
	color: #35372F;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #5A5D51;
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.art-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin: 10px;
	min-width:15px;
	min-height:15px;
}

.art-Post-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}
/* Start images */
a img
{
	border: 0;
}

.art-article img, img.art-article
{
	border: solid 1px #9FB7A1;
	margin-right:1em;
	
}
.art-article-right img, img.art-article-right
{
	border: solid 1px #9FB7A1;
	margin-left:1em;
	
}
/* Finish images */


/* end Box, Post */

/* begin PostHeaderIcon */
.nadpis
{
	margin: 0.2em 0;	
	text-align:left;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4F3321;
	text-shadow: 0 1px 0 #777777;
}

.nadpis1
{
	margin: 0.2em 0;	
	text-align:left;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: red;
}
.nadpis2
{
	margin: 0.2em 0;	
	text-align:left;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #29422B;
	text-shadow: 0 1px 4px #121212;
}
/* end PostHeaderIcon */



/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #373932;
}

.art-PostContent
{
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #373932;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/


/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #3D6140;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #6C7061;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #225597;
}
a.vysledky
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #003300;
  font-weight: bold;
}
a.vysledky:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #003399;
  font-weight: bold;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/



/* Start Content headings Fonts & Colors  */
h1
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3D6140;
}

h2
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3D6140;
}

h3
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #5A775C;
}

h4
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #373932;
}

h5
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #373932;
}

h6
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 890px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 890px;
	height: 150px;
	bottom:0;
	left:0;
}


.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#42443B;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}


/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#99B29B;
}

.art-page-footer
{
	margin:2em;
	text-align:center;
	text-decoration:none;
	color:#A9ACA0;
}
/* end PageFooter */

/* begin LayoutCell  ¾avý ståpec*/
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 667px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 889px;
}
/* end LayoutCell */

/* begin LayoutCell  pravý ståpec*/
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 222px;
}
/* end LayoutCell */
.hr
{
	color:#225597;
}
.error
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: red;
  vertical-align:sub;
}

/* begin Logo */
.art-Logo
{
	display : block;
	position: absolute;
	left: 19px;
	top: 67px;
	width: 363px;
}
.art-Logo_bottom
{
	display : block;
	position: absolute;
	right: 19px;
	bottom: 120px;
	width: 363px;
}
.art-Logo_uvod
{
	display : block;
	position: absolute;
	left: 19px;
	bottom: 17px;
	width: 50px;
}
.art-Logo_spravy
{
	display : block;
	position: absolute;
	left: 119px;
	bottom: 17px;
	width: 50px;
}
.art-Logo_profil
{
	display : block;
	position: absolute;
	left: 219px;
	bottom: 17px;
	width: 50px;
}
.art-Logo_foto
{
	display : block;
	position: absolute;
	left: 319px;
	bottom: 17px;
	width: 50px;
}
.art-Logo_video
{
	display : block;
	position: absolute;
	left: 419px;
	bottom: 17px;
	width: 50px;
}
.art-Logo_chat
{
	display : block;
	position: absolute;
	left: 519px;
	bottom: 17px;
	width: 50px;
}
.art-Logo_partneri
{
	display : block;
	position: absolute;
	left: 619px;
	bottom: 17px;
	width: 50px;
}
.art-Logo_kontakt
{
	display : block;
	position: absolute;
	left: 719px;
	bottom: 17px;
	width: 50px;
}
h1.art-Logo-name
{
	display: block;
	text-align: justify;
}

h1.art-Logo-name
{
	/*font-family:"Monotype Corsiva",Arial, Helvetica, Sans-Serif;*/
	font-size: 18px;
	font-style: normal;
	font-weight: none;
	text-decoration: none;
	padding:0;
	margin-left:10px;
	color: #000000 !important;
}
p.art-Logo-name
{
	/*font-family:"Monotype Corsiva",Arial, Helvetica, Sans-Serif;*/
	display: block;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #000000 !important;
}

/* end Logo */
/* Back link*/
.Back_link
{
	display : block;
	position: absolute;
	right: 19px;
	bottom: 16px;
	/*width: 363px;*/
}
/* Flag*/
.Flag
{
	display : block;
	position: absolute;
	left: 19px;
	bottom: 58px;
	width: 363px;
}
p.odstavec
{
text-indent:40.4pt;
margin:0;
font-size: 14px;
}
.odstavec
{
text-indent:40.4pt;
margin:0;
}
.odstavec1
{
text-indent:40.4pt;
margin:0;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: justify;
color: #5A775C;
}
p.partneri
{ font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #5A775C;
  text-indent:40.4pt;
  margin:0;
  text-shadow: 0 3px 9px #121212;
  
}
.table

{
  font-family: Arial, Helvetica, Sans-Serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

  
   
  
}
/* DirectoGlobal.com blok ID: 2376 */
.dglobal_2376{
height:100%;margin:0;padding:0;font-family:Verdana;
}
.dglobal_2376 .dg_ad{
float:left;width:25%;margin:2px 0 2px 0;background:#DFE7E0;border:1px none #0066D5;
}
.dglobal_2376 a{
float:left;width:100%;font-weight:bold;margin:3px 3px 0 3px;padding:0;font-size:14px;color:#0066D5;
}
.dglobal_2376 a:hover{
color:#FF0000;text-decoration:underline;
}
.dglobal_2376 p{
float:left;font-weight:normal;margin:3px 3px 0 3px;padding:0px;font-size:10px;color:#323232;
}
.photoarticleright{
	border: solid 1px #9FB7A1;
	margin-left:1em;
	float: right;
}
.photoarticleleft{
	border: solid 1px #9FB7A1;
	margin-right:1em;
	float: left;
}
.thumbimage{
	border: solid 1px #9FB7A1;
	margin-right:1em;
	float: left;
}
.dboutput{
width: 185px;
height: 200px;
overflow:auto;
}
.profile{

 
	border-width: 1px;
	border-spacing: 0px;
	border-style: inset;
	border-color: gray;
	border-collapse: separate;
  width:311px;


}
.profile td{

 
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	
	-moz-border-radius: 0px 0px 0px 0px;


}
.zvyraznenie {
	color: #06F;
}


.zvyraznenieblack {
	color: #000;
}
.sn-wc-module {

background:#FFFFFF url('images/playerbackground_en.jpg') no-repeat scroll 0 0;
border:1px solid #999999;
float:left;
margin:3px 0 0 0px;
overflow:hidden;
padding:2px 4px;
width:190px;
}
.sn-wc-module .team-box {
background-color:#EEEEEE;
border:1px solid #999999;
margin:19px auto 3px;
padding:3px;
}
.sn-wc-module .team-box p {
font-size:10px;
font-weight:700;
line-height:13px;
margin:0;
}
.sn-wc-module ul.footer-links {
height:1%;
list-style-type:none;
margin:0;
overflow:hidden;
padding:0 0 3px;
}
.sn-wc-module ul.footer-links li {
float:left;
font-size:10px;
margin-right:3px;
}
#sita {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
}
#menu {
	padding-left: 5px;
	padding-top: 7px;
}
#ms2010 {
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
}
#ms2010 h2 {
	text-align:center;
	font-weight: bold;
	color:#0000FF;
	}
.red {
	color: #F00;
}
table.stats {
	border-width: 1px;
	border-spacing: 0px;
	border-style: inset;
	border-color: gray;
	border-collapse: separate;
	
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.novinky{
	border-width: 0px;
	border-spacing: 0px;
	border-style: inset;
	border-collapse: separate;
	
}
