body {
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	background-color: #ffffff;
	color: #000000;
}
body, td, th {
	font-family: "Arial CE","Arial","Helvetica CE","Helvetica", sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #BF0022;
}
a:hover {
	text-decoration: underline;
	color: #aabbcc;
}

a.mainmenu {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a.mainmenu:hover {
	text-decoration: underline;
	color: #BF0022;
}
ul {
	list-style: square outside url("orange_dot.gif");
}

/* table block */
.toplogo, .topheader, .copy, .mainmenu {
	color: #ffffff;
	background: #E8860A;
	background-color: #E8860A;
}
.toplogo {
	width: 120px;
	height: 38px; 
	text-align: center;
	font-size:10px;
	background-image: url("bg_top.gif")
}
.topheader {
	text-align: right;
	font-size:16px;
	font-weight: bold;
	padding-right: 10px;
	background-image: url("bg_top.gif")
}
.mainmenu {
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
}
.content {
	padding: 10px;
}
.copy {
	height: 38px;
	font-size: 10px;
	text-align: right;
	padding: 10px;
	background-image: url("bg_bot.gif")
}

/* menu odsazeni */
.menu {
	margin-top: 1px;
	margin-bottom: 10px;
}
input, textarea, select {
	color: #000000;
	background: #fefefe;
	background-color: #fefefe;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	border: 1px solid #838899;
	-moz-border-radius: 4px;
}
input {
	padding-left: 3px;
	padding-right: 3px;
	font-weight: normal;
}

input:hover, textarea:hover {
	border: 1px solid #000000;
}

input.submit_bt:hover {
	background-color: #E8860A;
}

.submit_bt {
	background-color: #f1f1f1;
	color: #333333;
	font-size:8pt;
	font-family:verdana,sans-serif;
	font-weight: bold;
}
.red {color: #ff0000;}
.bold {font-weight: bold;}
