* { font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif; font-size: 9pt; }

body { margin: 0px; padding: 0px; color: black; background-color: #fefefe; text-align: center; }

a { text-decoration: underline; color: blue; }
a:hover { color: red; }
a img { border: 0px; }

h1 { font-size: 14pt; margin-top: 5px; margin-bottom: 0px; }
h2 { font-size: 12pt; margin-top: 5px; margin-bottom: 5px; }
ul, ol { margin-top: 5px; margin-bottom: 15px; }

p { text-align: justify; }
label { font-weight: bold; }

.tucne { font-weight: bold; }
.kurziva { font-style: italic; }
.podtrzene { text-decoration: underline; }
.doprava { text-align: right; }
.doleva { text-align: left; }
.doprostred { text-align: center; }
.oboustranne { text-align: justify; }
.cervene { color: red; }

.index { vertical-align: super; font-size: 7pt; }

#divSkelet {
	margin: 0px auto;
	width: 780px;
	height: auto;
	background: url(../images/pruh.gif) repeat-y;
}

#divBody {
	margin: 0px auto;
	padding: 90px 10px 10px;
	width: 780px;
	height: auto;
	background: url(../images/layout.jpg) no-repeat;
	text-align: left;
}

#logfile { height: 100px; width: 500px; margin-bottom: 7px; }
#userfile, #problem { width: 500px; margin-bottom: 7px; }

.tTable { width: 750px; }
.tTable td { font-size: 10px; padding: 2px; }
.trHead td { font-weight: bold; background-color: #4f8fbf; color: Black; }
.trOdd td { background-color: White; }
.trEven td { background-color: #d5e6f0; }

.btn { background-color: #d5e6f0; color: Black; font-weight: bold; border: 2px outset #518daf; }
.poznamka { color: Gray; }
