body, html{
  color:#fff;
	margin: 0px;
	padding: 0px; 
	background: #010101;
	font-family: Tahoma;
	font-size: 12px;
	background-image: url('./images/top.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#container{
  color:#000;
	margin: 0px auto;
	width:995px;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}

.zluta{
	color:#FFF600;
}

#logo{
	margin: 0px;
	padding: 0px; 
	width:995px;
	height:319px;
}

#obsah{
	width:995px;
	background-image: url('./images/pozadi.jpg');
	background-repeat: repeat-y;
}

#layout_end{
	background-image: url('./images/layout_end.jpg');
	width:995px;
	height:20px;
	background-repeat: no-repeat;
}

#zapati{
	width:995px;
	color:#c0c0c0;
	text-align:center;
}

#obsah_inner{
	margin: 0px 20px 0px 20px;
	background-image: url('./images/inner_pozadi.jpg');
	width:955px;
	background-repeat: no-repeat;
	background-position: top;
}

#menu_outer{
	width:955px;
}

#top_menu{
	background-image: url('./images/main_menu.gif');
	width:955px;
	background-repeat: no-repeat;
	background-position: center center;
	height:28px;
	text-align:center;
}

#menu ul {
	margin: 0px;
	padding: 7px 0px 0px 0px; 
	list-style-type: none;
	list-style-image: none;
	text-align:center;
}

#menu li {
	padding: 0px 8px 0px 8px; 
	font-size:12px;
	color:#FFF600;
	font-weight:bold;
	display: inline;
}

#menu a {
	font-size:12px;
	color:#FFF600;
	font-weight:bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#next_menu{
	background-image: url('./images/next_menu.jpg');
	width:648px;
	background-repeat: repeat-y;
	background-position: bottom center;
	text-align:center;
	margin: 0px auto;
}

#menu2 ul {
	margin: 0px;
	padding: 2px 0px 3px 0px; 
	list-style-type: none;
	list-style-image: none;
	text-align:center;
}
#menu2 li {
	padding: 2px 8px 0px 8px; 
	font-size:11px;
	color:#FFF600;
	font-weight:bold;
	display: inline;
}

#menu2 a {
	font-size:11px;
	color:#FFF600;
	font-weight:bold;
	text-decoration: none;
}

#menu2 a:hover {
	text-decoration: underline;
}



#main_outer{
	width:955px;
	padding: 0px 1px;
}

#main_inner{
	float:left;
	width:777px;
}

#main_menu{
	float:right;
	width:176px;
}

.cleaner{
	clear:both;
}

.main_menu_box_up{
	margin-top:13px;
	width:172px;
	height:15px;
	background-image: url('./images/right_box_up.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

.main_menu_box_bottom{
	width:172px;
	height:14px;
	background-image: url('./images/right_box_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.main_menu_box_middle{
	width:172px;
	background-image: url('./images/right_box_bg.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

.main_menu_box_inner{
	margin: 0px 11px 0px 10px;
	width:151px;
}

.main_menu_box_obsah{
	margin: 0px 8px;
	width:135px;
	font-size: 11px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight:bold;
	line-height:21px;
}

.main_menu_box_obsah h4{
	margin: 0px;
	padding: 0px;
	font-size:11px;
	color:#FF6C00;
}


.main_menu_box_obsah a {
	color:#FFF600;
	text-decoration: none;
}

.main_menu_box_obsah a:hover {
	text-decoration: underline;
}

form{
	margin: 0px;
	padding: 0px;
}


#login .login_text {
	background: #eeeedd;
	color: #444444;
	font-weight: bold;
	font-family: "Tahoma";
	width:130px;
}

#login #login_submit {
	margin-top:5px;
	float:right;
	font-family: "Tahoma";
	font-weight: bold;
	width:auto;
}

.big_box{
	width:777px;
}

.big_box_middle{
	width:777px;
	background-image: url('./images/big_box_middle_bg.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

.big_box_middle hr{
  margin:0px;
  }

.big_box_container{
	margin:0px 17px;
	width:743px;
}

.postava1{
	background-image: url('./images/postava1.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.big_box_bottom{
	width:777px;
	height:13px;
	background-image: url('./images/big_box_bottom_bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

.big_box_up{
	width:777px;
	height:45px;
	background-image: url('./images/big_box_up_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.big_box_nadpis{
	color:#FF7800;
	text-transform:uppercase;
	text-align:center;
	margin: 0px;
	padding: 15px 0px; 
	font-size:13px;
}

.big_box_nadpis h2{
	margin: 0px;
	padding: 0px;
	font-size:13px;
}

.big_box_obsah{
	margin:0px 18px;
	width:707px;
	font-size:13px;
}

.big_box_obsah h3 {
	font-size:15px;
	margin: 0px 5px;
	padding: 0px;
	color:#cf0000;
	display:inline;
}

.big_box_obsah a {
	color:#cf0000;
	font-weight:bold;
	text-decoration: none;
}

.big_box_obsah a:hover {
	text-decoration: underline;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
legend {
    color: #FF7800;
    font-weight: bold;
}

table thead td {
    font-weight: bold;
}
div.nav {
    margin-bottom: 10px;
}
h3 strong {
    text-decoration: underline;
}

#main_outer ul {
	margin: 0px 0px 0px 16px;
	padding: 0px;
	list-style-type: disc;
}

/*
	color:#FF7800;
	text-transform:uppercase;


	border:1px solid #f00;

*/

pre {
  border:1px solid #f00;
  background: #fff;
  color: #000;
  }

.jeden_screen {
  float:left;
  width:145px;
  height:135px;
  }

.middle {
	margin: 0px auto;
	width:100%;
  }

.screen_up_form {
  width:700px;
  float:left;
  margin: 50px 10px 20px 10px;
  }

.jeden_screen {
  text-align:center;
  }

.jeden_screen img, .middle2 img, #menu_screen{
  border:2px solid #FFF600;
  }

.jeden_screen .text1 img{
  border:0px;
  margin: -3px;
  border: medium none ;
  }

.middle2 {
	text-align:center;
  }

.zarovnej_vlevo {
  float:left;
  }

.zarovnej_vpravo {
  float:right;
  }

#komentare_form textarea {
  /*width:721px;*/
  width:100%;
  }

.sirka200 {
  width:200px;
  }

table.online
	{
	font: 11px/17px Tahoma;
	border: 1px solid #000;
	}

.online .nadpis td
	{
	font: 11px Tahoma;
	font-weight: 900;
	background: #dddddd;
	border-bottom: 1px solid #000;
	text-align:center;
	}

.online tr
	{
	font: 11px Tahoma;
	background: #f0f0f0;
	}

.online tr.second
	{
	font: 11px Tahoma;
	background: #e1e1e1;
	}

.error {
  color:#f00;
  font-weight: bold;
  }

legend {
  color: #000;
  }

.big_box_obsah p, .big_box_obsah h2, .main_menu_box_inner p, .big_box_obsah pre {
  margin:0px;
  padding:0px;
  }

#tt {position:absolute; display:block; }
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden;}
#ttcont {display:block; padding:0px; margin-left:5px; background:#000; color:#FFF;}
#ttbot {display:block; height:5px; margin-left:5px; overflow:hidden;}

#map_outland {
	background-image: url('./images/map_normal.jpg');
/*  border:1px solid #f00;*/
  position:relative;
  width:706px;
  height:472px;
  margin: 0px auto;
  }

#map_outland div {
  position:absolute;
  width:7px;
  height:7px;
  }

#map_outland .ali {
	background-image: url('./images/frakce/ali.gif');
  }

#map_outland .horda {
	background-image: url('./images/frakce/horda.gif');
  }

#map_outland .gm {
	background-image: url('./images/frakce/gm.gif');
  }

#map_normal {
	background-image: url('./images/map_normal.jpg');
/*  border:1px solid #f00;*/
  position:relative;
  width:706px;
  height:472px;
  margin: 0px auto;
  }

#map_normal div {
  position:absolute;
  width:7px;
  height:7px;
  }

#map_normal .ali {
	background-image: url('./images/frakce/ali.gif');
  }

#map_normal .horda {
	background-image: url('./images/frakce/horda.gif');
  }

#map_normal .gm {
	background-image: url('./images/frakce/gm.gif');
  }

table .ali_bg {
  background-color:#0A44FF;
  color:#FFFFFF;
  font-weight:bold;
  text-align:center;
  font-size:11px;
  }

table .horda_bg {
  background-color:#ff020e;
  color:#FFFFFF;
  font-weight:bold;
  text-align:center;
  font-size:11px;
  }

table .gm_bg {
  background-color:#FFFFFF;
  color:#000000;
  font-weight:bold;
  text-align:center;
  font-size:11px;
  }

#chat_input {
  width: 100%;
  }

#chat_page {
  margin: 0px auto;
  width:600px;
  }

.news_nadpis {
  font-size:22px;
  color:#CF0000;
  margin-bottom: 8px;
  }

.news_cas {
  font-size:11px;
  color: #000000;
  text-align:right;
  }

.hiden { 
	display: none;
  }

#nadpis_news {
  font-size:20px;
  font-weight:bold;
  }

.large_text {
  font-size:14px;
  }

#screeny_posun {
  margin: 0px -10px;
  }
