html{
	height: 100%;
}
body {
  margin:0px; 
  padding: 0px;
  padding-top: 0px;

  font-family: Arial, Helvetica, sans-serif; 
  font-family: Georgia,Verdana,serif;
  font-size: 11pt;
  text-align: center;
  background-image: url(bg.png);
  background-repeat: repeat-x;
  background-color: #4e4e4e; 
  border-left: 20px solid #666666; border-right: 20px solid #666666;

  overflow: auto;
  height: auto;
}
input.openid_login {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
   width: 18em;
}

#page{
	width: 950px;
	margin: auto;
	text-align: left;
	color: white;
	overflow: auto;
}
#header, #footer{
	clear: both;
}

#header{
	padding-top: 0px;
	color: #C6C6C6;
	height: 186px;
}
#header A, #header A:link{
	color: white;
}
#header h1{
	font-size: 1.8em;
	margin: 0;
	font-weight: bold;
}

#header{
	background-image: url('top.jpg');
}


#nav{
	padding: 0.2em;
	overflow: auto;
	background-repeat: repeat-x;
	padding-top: 155px;
}
#nav UL{
	margin: 0; padding: 0;
}

#nav LI{
	margin-left: 1em;
	display: inline;
	padding: 2px;
}
#nav LI A{
	color: silver;
	padding: 0.2em;
	padding-left: 1em;
	padding-right: 1em;
	overflow: auto;
	font-style:italic;
}
#nav LI A:hover{
	color: white;
	background-color: #323232;
}

#footer{
	border-top: 1px solid #D8D8D8;
}
#footer .copyright{
	color: gray;
	font-size: 8pt;
	font-weight: normal;
}
#content{
	overflow: auto;
	background-color: black;
}

#wikitext DIV.gallerybox{
	border: 1px solid white;
}
#wikitext TEXTAREA{
	width: 100%;
}

#sidebar{
	float: left;
	width: 275px;
	margin-right: 0px;
	color: gray;
	font-size: 9pt;
	background-repeat: no-repeat;
}
#wikitext{
	background-repeat: no-repeat;
}
#sidebar UL{

}

#wikicmds{
	border-top: 1px dotted gray;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: black;
	overflow: auto;
}
#sidebar UL, #sidebar LI, #wikicmds UL, #wikicmds LI{
	margin: 0px;
	padding: 0px;
	list-style-type : none;
}
#sidebar UL LI{
	padding: 0;
	margin: 0;
	font-size: 1px;

}
#sidebar A{
	margin-bottom: 6px;
	width: 161px;
	height: 19px;
	display: block;
	font-size: 1px;
	color: #0099FF;
	text-align: right;
}

#sidebar A.onas{background-image: url('onas.png');}
#sidebar A.onas:hover{background-image: url('onas_a.png');}

#sidebar A.videochat{background-image: url('videochat.png');}
#sidebar A.videochat:hover{background-image: url('videochat_a.png');}

#sidebar A.hledame{background-image: url('hledame.png');}
#sidebar A.hledame:hover{background-image: url('hledame_a.png');}

#sidebar A.kontakty{background-image: url('kontakty.png');}
#sidebar A.kontakty:hover{background-image: url('kontakty_a.png');}


#sidebar UL LI A{
	display: block;
	color: #565656;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
}
#sidebar UL LI A IMG{
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#sidebar UL LI A:hover IMG{
	opacity: 1.0;
	filter:alpha(opacity=100);
}

#sidebar UL LI A.createlink{
	display: none;
}
#wikitext{
	padding: 10px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 0px;
	font-size: 1em;
	padding-bottom: 1em;
	min-height: 400px;

	border-bottom: 0px;
	overflow: auto;
	font-style: italic;
}
#wikitext hr{
	clear: both;
	height:1px;
	border: 0px;
	border-bottom: 1px dotted #0D2F1C;
	padding-top: 1em;
}

#wikitext h1, h2, h3, h4{
	color: #FF5400;
	font-weight: normal;
}
#wikitext h1{font-size: 17pt;}
#wikitext h2{font-size: 15pt;}
#wikitext h3{font-size: 12pt;}
#wikitext h4{font-size: 11pt;}
#wikitext h5{font-size: 10pt;}
#wikitext h1{
	
}

#wikitext h2, #wikitext h3{
	margin-bottom: 0.2em;
}
#wikitext A{
	color: #d43a25;
}
#wikitext A:hover{
	text-decoration: none;
}
#wikitext P{
	margin-left: 10px;
}

#wikitext DIV.titulninav UL{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
}
#wikitext DIV.titulninav h3{
	color: black;
	font-size: 13pt;
}
#wikitext DIV.titulninav LI A{
	font-size: 13px;
	color: #FF5400;
	display: block;
}

TABLE.wikiformathelp{
	border: 1px solid gray;
	color: black;
	margin-top: 5px;
}