@charset "utf-8";

/* CSS Document */

/* obecne */

body{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	background-color:#100000;
}
h1{
	display:none;
}
h2{
	display:none;
}
a{
	color:#ffffff;
}
a:hover{
	color:#f24b36;
}
a.enter-site{
	display:block;
	line-height:26px;
	background-image:url(../images/style/butto-arrow-26.gif);
	background-repeat:no-repeat;
	text-align:right;
	background-position:right top;
	padding-right:30px;
	text-decoration:none;
	width:80px;
	margin-left:44px;
}
a.enter-site:hover{
	background-position:right -26px;
}


/* obecne konec*/

/* rozvrzeni */

div#center{
	margin:0px auto 0px auto;
	width:600px;
	height:655px;
}
div#center ul#links{
	list-style-type:none;
	float:left;
	padding-left:0px;
	margin-left:0px;
}
div#center ul#links li{
	float:left;
	width:158px;
	height:77px;
	background:url(../images/style/block-back.gif) top left no-repeat;
	padding:6px;
	margin:8px;
}
div#center ul#links li h2{
	display:block;
	font-size:16px;
	font-family:Verdana;
	font-weight:normal;
	margin:0px;
	padding:3px;
	width:152px;
	height:44px;
}
div#center ul#links li#czech-open{}
div#center ul#links li#slovakia-open{}
div#center ul#links li#prague-summer-cup{}
div#center ul#links li#european-friendly-cup{}
div#center ul#links li#czech-senior-open{}
div#center ul#links li#west-bohemia-open{}
div#center ul#links li#czech-masters-cup{}
div#center ul#links li#qubica-amf-cup{}

div#center div#footer{
	float:left;
	width:600px;
	text-align:right;
	background:url(../images/style/footer.gif) top left no-repeat #100000;
}
div#center div#footer span{
	font-size:10px;
	color:#b67e7e;
}
div#center div#footer a{
	color:#b67e7e;
}
div#center div#footer a:hover{
	color:#f24b36;
}
div#center div#footer a.no-decoration{
	text-decoration:none;
}
div#center div#footer a.no-decoration:hover{
	color:#b67e7e;
}

div#topimage{
	float:left;
	width:600px;
	height:288px;
	background:url(../images/style/topimage.gif) top left no-repeat;
}
div#content{
	float:left;
	width:600px;
  height:363px;
	background:url(../images/style/content-back.gif) top left no-repeat #100000;
}
/* rozvrzeni konec */



