﻿  
body {
	margin: 0;
	padding: 0;
	color: #2f2f2f;
	text-align: center;
	font: 12px verdana, tahoma, Times New Roman;
	background: url("../img/bg.gif") repeat-x #fafaf0;

}
#global {
	position: relative;
	width: 700px;
  	margin: 0 auto;
	text-align: left;
}
#glb{
	position: relative;
	width: 700px;
  	margin: 0 auto;
	text-align: left;
}

/* header */
#header {
	width: 100%;
	height: 90px;
}
#logo {
	position: absolute;
	width: 272px;
	height: 91px;
	background: url("../img/logo.gif") no-repeat;
	
}
ul#metalinks {
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
	width: 590px;
	text-align: right;
}
ul#metalinks a {
	margin-left: 1px;
	padding: 0 0 2px 1px;
	color: #989898;
	text-decoration: none;
}
ul#metalinks li {
	padding: 0;
	display: inline;
	line-height: 18px;
}

 #menucontainer {
	text-align: right;
	display:block;
	float:right;
	margin: 12px 5px 0 0;
	padding:0;
}
#menu {
	position:relative;
	display:block;
	font-size:12px;
	font-weight:bold;
}
#menu ul {
	margin: 0;
	list-style-type: none;
	width: auto;
}
#menu ul li {
	display: block;
	float: left;
	margin: 0 1px 0 0;
}
#menu ul li a{
	display: block;
	float: left;
	height: 45px;
	width: 100px;
	color: #2f2f2f;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	background: url("../img/menu-item.gif") no-repeat 0 -45px;
}
#menu ul li a:hover{
	color: #2f2f2f;
	background: url("../img/menu-item.gif") no-repeat 0 0;
}
#menu ul li a.current,#menu ul li a.current:hover{
	color: #2f2f2f;
	background: url("../img/menu-item.gif") no-repeat 0 0;
}

/* headline */
#headline {
	position: relative;
	overflow: hidden;
	margin: 5px 0 5px 25px;
	padding: 0;
}
#headline, #headline span {
	width: 550px;
	height: 50px;
}
#headline span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#headline span#home {
	background: url("../img/headline1.gif") right top no-repeat;
}
#headline span#messages {
	background: url("../img/headline2.gif") right top no-repeat;
}
#headline span#stats {
	background: url("../img/headline3.gif") right top no-repeat;
}
#headline span#how-to {
	background: url("../img/headline4.gif") right top no-repeat;
}



/* menu */


/* headline - howto */
h3 {
	margin: 0;
	padding: 0;
}
#howto {
	position: relative;
	overflow: hidden;
	margin: 10px 0 5px 0;
	padding: 0;
}
#howto, #howto span {
	width: 430px;
	height: 20px;
}
#howto span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#howto span#first {
	background: url("../img/howto1.gif") left top no-repeat;
}
#howto span#second {
	background: url("../img/howto2.gif") left top no-repeat;
}
#howto span#third {
	background: url("../img/howto3.gif") left top no-repeat;
}
#howto span#ioc {
	background: url("../img/howto4.gif") left top no-repeat;
}

/* text formating */
h3 {
	margin: 0;
	padding: 10px 0 5px 0;
	font: 14px verdana, tahoma, Times New Roman;
	font-weight: bold;
}
p {
	margin: 0;
	padding: 10px 0 25px 0;
	line-height: 1.7;
	text-align: justify;
}
p#label {
	text-align: center;
}
a, a:link, a:visited {
	color: #92928c;
}
a:hover {
	color: #d7363d;
}
#syntax {
	margin: 5px 0 35px 0;
	text-align: center;
}
#syntax span{
	padding: 10px 30px;
	background: url("../img/syntaxbg.gif") top center no-repeat;
	font-size: 14px;
	font-weight: bold;
}
#example {
	margin: 10px 0 35px 0;
	font-size: 11px;
	color: #999999;
}

/* tables + table box */
table {
	border: 0;
	margin: 15px 0;
	/*border-collapse: collapse;
	table-layout: fixed;*/
}
tr {
	margin: 0;
	padding: 0;
	height: 18px;
}
td {
	margin: 0;
	padding: 0;
}
td.source {
	width: 90px;
}
#tablebox1, #tablebox1-stats {
	float: left;
}
#tablebox2, #tablebox2-stats {
	float: right;
}
#tablebox1 table, #tablebox2 table {
	width: 285px;
	font-size: 11px;
}
#tablebox1-stats table {
	width: 315px;
	font-size: 11px;
}
#tablebox2-stats table {
	width: 255px;
	font-size: 11px;
}
#tablebox1 tr, #tablebox1-stats tr,
#tablebox2 tr, #tablebox2-stats tr {
	height: 27px;
}
td.flag {
	width: 30px;
	padding: 0 5px 0 0;
	background: url("../img/tablebg.gif") 0 0 no-repeat;
	border-right: 1px solid #e5e5dc;
	text-align: right;
}
td.ioc {
	width: 27px;
	padding: 0 3px;
	background: url("../img/tablebg.gif") 50% 0 no-repeat;
	border-left: 1px solid #e5e5dc;
	border-right: 1px solid #e5e5dc;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}
td.name {
	text-align: left;
	padding: 0 3px;
	background: url("../img/tablebg.gif") 100% 0 no-repeat;
	border-left: 1px solid #e5e5dc;
}
#tablebox1-stats td.number, #tablebox2-stats td.number {
	width: 40px;
	padding: 0 3px;
	background: url("../img/tablebg.gif") 0 0 no-repeat;
	border-right: 1px solid #e5e5dc;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
#tablebox1-stats td.flag, #tablebox2-stats td.flag {
	padding: 0;
	width: 25px;
	background: url("../img/tablebg.gif") 50% 0 no-repeat;
	border-left: 1px solid #e5e5dc;
	border-right: 1px solid #e5e5dc;
	text-align: center;
}

/* main */
#main {
	margin-left: 5px;
	padding: 20px 0 60px 0;
	width: 590px;
	background: url("../img/mainbg.gif") no-repeat top center;
}
#main-map {
	margin-left: 5px;
	padding-bottom: 60px;
	width: 590px;
}

/* map&message */
#map {
	width: 590px;
	height: 350px;
	background: url("../img/map.gif") no-repeat;
}
#turk{text-align:center;margin-top:250px;}
#map-message {
	width: 590px;
	background: #2f2f2f;
 	
}
#map-message-bottom {
	width: 100%;
	padding-bottom: 10px;
	background: url(../img/map-message-bottom.gif) bottom no-repeat;
}
#map-message p {
	margin: 0;
	padding: 10px;
	color: #fafaf0;
	line-height: 1.5;
}
.author {
	padding: 5px 0 0 10px;
	color: #fafaf0;
	font-size: 11px;
}
.author a, .author a:link, .author a:visited{
	color: #fafaf0;
	text-decoration: none;
	font-weight: bold;
}
.author a:hover {
	text-decoration: underline;
}
.author-bold {
	font-weight: bold;
}

/* ribbon */
form#ribbon {
	margin: 0 0 20px 0;
	padding: 0;
}
#country {
	width: 150px;
	padding: 0;
	margin: 0 12px 0 0;
	font: 13px verdana, tahoma, Times New Roman;
}
#sort {
	width: 150px;
	padding: 0;
	margin: 0 12px 0 0;
	font: 13px verdana, tahoma, Times New Roman;
}
#search {
	width: 150px;
	padding: 0;
	margin: 0 20px 0 0;
	font: 13px verdana, tahoma, Times New Roman;
}
.button {
	width: 80px;
	font: 13px verdana, tahoma, Times New Roman;
}

/* message */
.message {
	width: 590px;
	background: url("../img/msg-middle.gif") 0 0 repeat-y;
}
.message-top {
	background: url("../img/msg-top.gif") left top no-repeat;
}
.message-botom {
	background: url("../img/msg-bottom.gif") left bottom no-repeat;
}
.message p {
	margin: 0;
	padding: 9px 10px 10px 10px;
	line-height: 1.4;
	overflow: hidden;
}
.message-author {
	margin: 0 0 20px 72px;
	padding: 5px 5px 5px 20px;
	background: url("../img/msg-arrow.gif") top left no-repeat;
	font-size: 11px;
}
.message-author a, .message-author a:link, .message-author a:visited {
	color: #2f2f2f;
	text-decoration: none;
	font-weight: bold; 
}
.message-author a:hover {
	text-decoration: underline;
	color: #2f2f2f;	
}

/* pagination */
#pages{
	font-size: 11px;
	padding: 20px 0;
	font-weight: bold;
	text-align: center;
}
#pages a, #pages a:link, #pages a:visited{
	border: solid 1px #e5e5dc;
	padding: 3px 6px;
	color: #2f2f2f;
	text-decoration: none;
}
#pages a:hover{
	border: solid 1px #2f2f2f;
}
#pages .noprevious, #pages .nonext {
	border: solid 1px #e5e5dc;
	color: #e5e5dc;
	padding: 3px 4px;
}
#pages .current{
	background: #2f2f2f;
	color: #fff;
	padding: 4px 6px;
}

/* footer */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 590px;
	margin: 10px 0 15px 0;
	padding: 25px 0 0 0;
	overflow: hidden;
	background: url("../img/footbg.gif") no-repeat top center;
	font-size: 10px;
	text-align: center;
	color: #a3a39d;
}

/* other */
.cleaner {
	width: 0;
	height: 0;
	margin: 0;
	clear: both;
	visibility: hidden;
}
#tibet {
	position: absolute;
	top: 13px;
	left: 130px;
	color: #989898;
	font-weight: bold;
	display: none;
}
#kolecko {
	z-Index: 100;
	position: absolute;
	display: none;
}