body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/topbg.png);
	background-position: top;
	background-repeat: repeat-x;	
}
a{
color:black;
text-decoration:underline;
}

a:hover{
text-decoration:none;
color: #FF6000;
}
.center{
	width: 780px;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 66px;
	width: 780px;
}

#topBanner {
	width: 468px;
	float: left;
}
#menuHorni {
	height: 66px;
}

/* Základní nastavení dokumentu */
#hlavni {
	margin: 5px auto;
	border: solid 1px #666666;
	text-align: left;	
}
.newtema {
	border: 2px dotted #FF7800;
	padding: 5px;
	text-align: left;		
}
.newtema TD {
	padding-left: 10px;
}

.newtema INPUT {
	width: 250px;
}

.newtema TEXTAREA{
	width: 460px !important;
	font-size: 10pt;
}

.newtema IMG{
	cursor: hand;
}


.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}
#odeslat {
	width: 100px !important;
}

.underline {
	text-decoration: underline;
}

#strankovani {
	height: 17px;
	text-align: center;
	padding-top: 3px;
	font-size: 85%;
	background-color: #F2F2F2;
}

#strankovani {
	text-align: right;
	padding-right: 8px;
}

.nove_tema {
	text-align: left;
	float: left;
	font-size: small;
	padding-left: 5px;
}

#navigace {
	padding: 3px 0px 3px 5px;
	border-top: solid 1px #666666;
	background-color: #E3E2CF;
	background-image: url(../img/nbg.png);
	background-repeat: repeat-x;
	color: white;
	text-align: left;
border-right: 2px solid red;		
}
#navigace A {
	color: white;
}

#hlavicka h1 {
	margin: 0px;
	padding: 0px;
	font-size: medium;
	font-weight: bold;
}

#hlavicka h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: medium;
	font-weight: normal;
}

#obsah {
	border-top: solid 1px #666666;
	padding: 10px;
}


/* Nastavení menu a admin menu */

#uzivatel {
	height: 18px;
	padding: 3px 5px 1px 0px;
	text-align: right;
}

#admin_menu {
	border-top: solid 1px #666666;
	padding: 5px 0px 5px 5px;
}


/* Obecné nastavení tabulek */
table {
	width: 100%;
	background-color: #B1B1B1;
}

td {
	height: 24px;
}


/* Vzhled přehledu fór, témat a zpráv */
.popisek {
	width: 100px;
	border-left: solid 1px #666666;
	text-align: center;
	/*font-size: 85%;*/
	font-size: 8pt;
}

.skupina_jmeno {
	padding-left: 5px;
	text-align: left;		
}

.skupina {
	background-image: url(../img/nbg.png);
	background-repeat: repeat-x;
	color: white;
}

.skupina A {
	color: white;
}

.forum, .tema {
	background-color: white;
	cursor: pointer;
		text-align: left;	
}

.forum_jmeno, .tema_jmeno {
	height: 50px;
	padding-left: 10px;
	font-weight: bold;
}

.tema_jmeno {
	height: 34px;
}

.forum span {
	font-size: 85%;
	font-weight: normal;
	display: block;
	margin-top: 4px;
}

#zpravy {
	background-color: white;
}

#zpravy .informace {
	width: 100px;
	background-color: #f0f0f0;
	vertical-align: top;
	padding: 5px;
	line-height: 1.5em;
	border-bottom: 1px solid silver;
	font-size: 10px;
}
#zpravy .informace A{
	font-weight: bold;
	font-size: 110%;
}

.informace b {
	font-size: small;
}

#zpravy .zprava {
	vertical-align: top;
	text-align: justify;
	padding: 5px 10px 5px 10px;
	line-height: 1.5em;
	border-bottom: 5px solid silver;
}


.citace {
	display: block;
	margin: 2px 5px 0px 2px;
}

.text_citace {
	display: block;
	font-style: oblique;
	margin: 0px 5px;
}

.kod {
	display: block;
	margin: 2px 5px 0px 2px;
	font-style: oblique;
}

.text_kod {
	display: block;
	margin: 0px 5px;
	font-size: 0.9em;
	font-style: normal;
	font-family: "Lucida Console", "Monaco CE", fixed, monospace;
}

input, textarea, select {
	background-color: #F2F2F2;
	border: solid 1px #666666;
	padding: 2px;
}

textarea {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: small;
	padding: 4px;
	line-height: 1.3em;
}

legend {
	border: solid 1px #666666;
	margin: 0px;
	font-size: small;
	color: #000000;
	background-color: #E2ECFA;
}

fieldset {
	border: solid 1px #666666;
	padding: 0px;
}

label {
	margin: 0px 0px 5px 0px;
	display: block;
}

.small {
	font-size: 85%;
	display: block;
	margin: 10px 0px;
	color: #666666;
}

select {
	width: 200px;
}

/* Vzhled formuláře Přidat zprávu, Nové téma */
#pridat_zpravu input, #nove_tema input {
	width: 250px;
}

#pridat_zpravu textarea, #nove_tema textarea {
	width: 500px;
	height: 150px;
	margin-bottom: 3px;
}

#pridat_zpravu #kod, #nove_tema #kod {
	width: 30px;
	text-align: center;
}

#pridat_zpravu #odeslat, #nove_tema #odeslat {
	width: 100px;
	margin-top: 20px;
}

#pridat_zpravu img, #nove_tema #img {
	margin-bottom: -3px;
}

#zpravy .smazani, #zpravy .editace {
	text-align: center;
	padding: 10px;
	line-height: 1.5em;
}

/* Vzhled formuláře Přihlášení */
#prihlaseni fieldset {
	text-align: center;
}

#prihlaseni .check {
	width: 20px;
	margin: 0px 0px 20px 0px;
}

#prihlaseni #odeslat {
	width: 100px;
}


/*Vzhled formuláře Registrace */
#registrace label {
	margin-left: 20px;
}

#registrace input {
	width: 250px;
	margin-left: 20px;
}

#registrace #kod {
	width: 30px;
	text-align: center;
}

#registrace #odeslat {
	width: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#registrace .check {
	width: 20px;
	margin: 0px 0px 20px 0px;
}

#oznameni {
	text-align: center;
	padding: 10px 0px;
	line-height: 1.5em;
}


/*Vzhled formuláře Změnit údaje */
#zmena label {
	margin-left: 20px;
}

#zmena input {
	width: 250px;
	margin-left: 20px;
}

#zmena #kod {
	width: 30px;
	text-align: center;
}

#zmena #odeslat {
	width: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#zmena #nemenitelne {
	margin: 20px;
	line-height: 1.5em;
}

#oznameni {
	text-align: center;
	padding: 10px 0px;
	line-height: 1.5em;
}

/* Profily uživatelů */
#profil {
	padding: 10px 0px 10px 20px;
	border-top: solid 1px #666666;
	line-height: 1.5em;
}

#profil span {
	display: block;
	width: 150px;
	float: left;
}

/* Statistika */
h4 {
	font-size: small;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

#statistika {
	background-color: transparent;
	border-top-width: 0px;
	border-left-width: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	width: auto;
}

#statistika td {
	width: 175px;
	text-align: center;
}

#statistika .tucne {
	font-weight: bold;
}

.hlav {
	background-color: #FAE5CB;
}

/* Vyhledávání */
#hledani fieldset {
	padding: 20px;
}

#hledani input {
	width: 250px;
}

#hledani #hledat {
	width: 120px;
	margin: 15px 0px 0px 0px;
}

#hledani_chyba {
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

.hledani_odkaz, .hledani_vysledek {
	width: 94%;
	margin: 3px auto;
}

.hledani_vysledek {
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

#hledani_nadpis {
	text-align: center;
	font-size: 1.1em;
	margin: 5px 0px 15px 0px;
}

#hledani_str {
	text-align: right;
	margin: 10px 20px;
}

/* Zapomenuté heslo */
#heslo fieldset {
	padding: 20px;
}

#heslo input {
	width: 250px;
}

#heslo #poslat {
	width: 120px;
	margin: 15px 0px 0px 0px;
}


/* Změněné a přidané CSS vlastnosti - v.1 -> v.2 */
pre { 
	width: 630px;
	overflow: auto;
	font-size: 10pt;
}

.ikonka {
	vertical-align: middle;
	margin-right: 3px;
}

.stranky {
	/*font-size: 85%;*/
	font-weight: normal;
	margin-left: 5px;
}

.zprava p {
	margin: 0px;
}

.hledani {
	background-color: #f0f0f0;
	margin: 10px 0px 20px 30px;
	width: 700px;
}

.hledani td {
	border-left: solid 1px #666666;
	padding: 2px 5px;
	width: 33%;
}

.hledani_hlavicka {
	background-color: #E3E2CF;
	text-align: center;
}

.tr_2 {
	background-color: white;
}

.center {
	text-align: center;
}

#floatRight {
	float: right;
}
/* LOGO */
h1 {
   position:relative;
   display:block;
	height: 40px;
	width: 278px;
	font-size: 110%;
	cursor: pointer;
	cursor: hand;
	float: left;
}

h1 a {
        text-decoration:none;
        color: black;

}
h1 a:hover {
        color: black;
}

h1 span{
	height: 40px;
	width: 278px;
	background-image: url(../img/logof.png);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1;
   position:absolute;top:0;left:0;		
	display: block;
   cursor:hand;
}

/****** MAIN MENU ******/
#mainMenu{
height:64px;
width: 428px;
float: right;
}
.menu1 {padding:0 0 0 0px; margin:0; list-style:none; height:30px; background:#000 url(../img/but1.gif); position:relative;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:30px; line-height:30px; color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 0px; cursor:pointer;}
.menu1 li a strong {float:left; display:block; padding:0 2px 0 0px; width: 105px;}
.menu1 li.current a {color:#fff; background:url(../img/but3.gif);}
.menu1 li.current a strong {background:url(../img/but3.gif) no-repeat top;}
.menu1 li a:hover {color:#fff; background:#000 url(../img/but1.gif);}
.menu1 li a:hover strong {background:url(../img/but3.gif) no-repeat top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(../img/but2.gif); cursor:default;}

#but2 a strong{
	background-image: url(../img/but2.gif)!important;
	width: 105px;
	height: 30px;
}
#but2 a:hover strong{
	background-image: url(../img/but4.gif)!important;
}
.prihlaseni {
	float: right;
	width: 260px;
	color: white;
	font-size: 0.8em;
	text-align: left;
	margin: 0px;
}
.prihlaseni input {
	background-color: #535353;
	padding: 0px;
	border: 1px solid white;
	color: White;
	width: 80px;
	font-size: 10px;
	height: 14px;
}
.prihlaseni LABEL{
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;	
}
.prihlaseni A{
	color: #F30000;
	font-weight:bold;	
}

.prihlaseni DIV{
	text-align: right;
	width: 253px;
	padding-top: 7px;	
}

.prihlaseni FORM{
	margin: 0px;
	padding: 0px;
}
.menuHorni {
	width: 600px;
	height: 66px;
}

.menuHlavni {
	height: 64px;
}

#prihlasit {
	background-color: black;
	border: 1px solid white;
	color: White;
	width: 60px;
	height: 18px;	
	padding: 0;
}

/* footer */

#footer{
background:#FE5604;
margin-top:15px;
margin-bottom:10px;
line-height:20px;
text-align:center;
font-size:0.8em;
color:#FFF;
}
#footer A{
	color: white;
}
#footer A:hover{
	color: black;
}
