/* felda style sheet */

body {
background-image: url('../grafics/backfelda.png');
background-color: white;
font-family: "arial", "verdana", sans-serif;
font-size: 12px;
color: black;
}

/* fonts */

a {
text-decoration: none;
font-style: italic;
color: wheat;
}

a:hover {
color: tan; 
text-decoration: underline;
}

/* main layout */
table.layouttbl {
width: 1000px;
border: none;
margin: auto;
}

table.layouttbl th {
height: 200px;
border-bottom: 1px solid red;
background-color: black;
text-align: right;
background-image: url('../grafics/feldadacice/headlogo3.gif');
background-repeat: no-repeat;
}

table.layouttbl td#menu {
width: 150px;
padding: 0px;
padding-top: 10px;
margin: 0px;
background-color: #222222;
background-image: url('../grafics/feldadacice/menu1back.jpg');
vertical-align: top;
border-right: 1px solid red;
text-align: center;
color: white;
}

table.layouttbl td#main {
background-color: black;
height: 600px;
vertical-align: top;
padding: 5px;
color: white;
}

table.layouttbl td#foot {
background-color: black;
height: 40px;
background-image: url('../grafics/feldadacice/menu1back.jpg');
background-repeat: repeat-y;
border-top: 1px solid red;
text-align: center;
padding: 0px 10px 0px 10px;
}


/* table styles */
table.menu1tbl {
width: 150px;
padding: 0px 0px 0px 0px;
border: none;
margin: 0px;
margin-bottom: 20px;
}

td.menu1btn {
width: 150px;
border: 2px solid dimgray;
text-align: center;
background-color: black;
cursor: pointer;
color: firebrick;

}

td.menu1btn:hover {
border: 2px solid red;
color: orangered;
}

td.menu1btnsel {
width: 120px;
text-align: center;
background-color: black;
cursor: pointer;
border: 2px solid red;
color: orangered;
}

table.meettbl {
width: 830px;
border: 1px solid red;
margin: auto;
color: white;
text-align: center;
table-layout: fixed;
}

table.meettbl td {
vertical-align: top;
}

table.signtbl {
border: 0px solid red;
border-spacing: 0px;
border-collapse: collapse;
font-size: 12px;
color: white;
table-layout: fixed;
margin: auto;
}

table.signtbl th {
background-color: #222222;
background-image: none;
height: 20px;
text-align: center;
color: white;
border: 2px solid red;
cursor: pointer;
}

table.signtbl th:hover {
background-color: #333333;
}

table.signtbl td {
border: 1px solid red;
background-color: dimgray;
padding: 1px 3px 1px 3px;
overflow: hidden;
}

table.signtbl td#short {
width: 12px;
text-align: center;
}

table.signtbl td#mid {
width: 80px;
}

table.signtbl td#long {
width: 150px;
}

/* div */
div.menumeetdiv {
background-color: #222222;
width: 190px;
height: 220px;
border: 1px solid firebrick;
margin: auto;
padding: 5px;
cursor: pointer;
}

div.photodiv {
background-color: #222222;
padding: 10px;
margin: 20px 0px 20px 0px;
border: 1px solid firebrick;
}

div.meetdiv {
border: 1px solid red;
width: 150px;
font-size: 12px;
padding: 3px;
text-align: left;
margin: auto;
}

div.meettxt {
border: 1px solid red;
padding: 10px;
background-color: #DDDDDD;
margin: 10px 0px 10px 0px;
color: black;
}

div.meettxt a {
color: green;
}

/* img */
img.iconimg {
width: 100px;
margin-top: 5px;
}

img.photoimg {
cursor: pointer;
}


p.moreinfo {
	font-size: 1.2em;
}

p.moreinfo a {
	color: red;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

.iecenter {
	text-align: center;
	margin: 0 auto;
}

#tvorba img {
	height: 40px;
}

.fLeft {
	float: left;
}

.deNadpis {
	float: right;
	color: blue;
}

.clearBoth {
	clear: both;
}

#newposttxt {
	line-height: 1.8em;
}

#newpost fieldset {
	padding: 10px 15px;
}

#newpost fieldset legend {
	font-size: 0.8em;
}

#newpost label {
	display: block;
	width: 120px;
	float: left;
	font-size: 0.8em;
	padding: 5px 0 0 0;
}

#newpost a {
	display: block;
	font-size: 0.8em;
	padding-top: 10px;
}

#newpost textarea {
	width: 260px;
	height: 80px;
	margin: 5px 0 10px;
}

#spamPict {
	margin: 5px;
}

#posts li {
	display: block;
	border: 1px solid red;
	list-style: none;
	margin: 5px 5px 5px 0;
	padding: 5px 10px;
	background: #111111;
}

.floatright {
	float: right;
}

.foottxt {
	padding: 5px;
	margin: 0;
	color: #ffffff;
	font-size: 0.7em;
}

