body {
position: relative;
left: 50%;
background-color: black;
color: white;
font-family: sans-serif, helvetica, arial;
font-size: 12pt;
background-image: url("images/logo.gif"); 
width: 800px;
margin-left: -400px;
}

#error {
color: #ffd75f;
}

#hd {
position: relative;
left: 50%;
width: 800px;
margin-left: -400px;
}

.head {
background-color: #ffd75f;
color: black;
font-weight: bold;
}

table {
width: 800px;
font-size: 10pt;
}

a:link {text-decoration: none; color: #ffd75f;}
a:hover {text-decoration: underline; color: #a8955c;}
a:visited {text-decoration: none; color: #ffd75f;}
a:active {text-decoration: underline; color: red;}

#df {
width: 800px;
height: 100px;
}

.rd {
color: #ffd75f;
}

.long {
width: 300px;
}

/*#datatab input {
background-color: pink;
}*/

/*td {
background-color: #313131;
}*/

input.tlacitko, input.reset {background-color: #ffd75f; color: black; cursor: hand; border-color:gray;}
/*input.reset {background-color: red; color: black; cursor: hand; border-color:gray;}*/

textarea {
width: 400px;
height: 100px;
}

