html, body {
	margin: 0px;
}
body {
	background-color: #FAF9F8; margin: 0px; text-align: center; color: black;
}
body, input, select, textarea {
	font-family: Trebuchet MS, sans-serif;
}
#wsd_mc a {color: #9E2021; font-weight: bold;}
#wsd_mc a:hover {color: #9E2021; font-weight: bold;}
#wsd_mc a:visited {color: #9E2021; font-weight: bold;}
a.documents { text-decoration: none;}
a {
	color: #9E2021; font-weight: bold;
}

/* paragraph */
p, td, ul, address, li  {
	font-size: .75em;
}
h2 {
	font-size: 1.2em; color: #600100; margin: 0px; border-bottom: 2px solid #D0B29A;
}
h3 {
	font-size: 1em; color: #90ABCD;
}
h4 {
	font-size: .95em; color: #90ABCD;
}

hr {
	border: 0px; height: 1px; color: #90ABCD; background-color: #90ABCD;
}

#objednavka {
	width: 100%;
}
#objednavka th {
	color: #90ABCD; text-align: left; padding-left: 6px;
}

/* other */
input, select, textarea {
	background-color: #FFEAD9; border: 1px solid #21597B; margin: 1px; _margin: 0px; font-size: 0.8em;}

td input, td select, td textarea, p input, p select, p textarea {
 font-size: 100%;
}

fieldset {
	margin: 0x; padding: 0px; border: 0px;
}

acronym {
	border-bottom: 1px dotted #023153;
}

.small {
	font-size: .65em;
}

/* page */
#body {
	width: 780px; text-align: left; background: white url(../images/body-bg.gif) top left repeat-y; margin: 0px auto;
}
#body #head {
	height: 94px; _height: 140px; background: transparent url(../images/head.jpg) top left no-repeat; padding-top: 46px; padding-left: 30px;
}
#body #head h1 {
	width: 159px; height: 42px; background: transparent url(../images/culogo.gif) top left no-repeat; margin: 0px;
}
#body #head h1 span, #body #sitenavig span{
	display: none;
}
#body #sitenavig {
	height: 40px; margin: 0px; background: transparent url(../images/sitenavigation.jpg) top left no-repeat;
}
#body #menu {
	float: left; margin: 0px; width: 160px; _width: 180px; padding: 4px 0px; padding-left: 16px; padding-right: 4px
}
#body #menu a {
	font-size: 90%; display: block; color: #600100; text-decoration: none; margin: 2px 0px;
}
#body #menu a:hover, #body #menu a.a {
	color: #D0B29A;
}

#body #main {
	 float: left; width: 560px; _width: 600px; background: transparent url(../images/main-bg.gif) top left repeat-x; padding: 6px 20px;
}

#body #footer {
	color: white; line-height: 40px; height: 40px; clear: both; margin: 0px; padding: 0px 8px; background-color: #600100;
}
#body #footer a {
	color: white; text-decoration: none;
}
#body #footer a:hover {
	text-decoration: underline;
}

.imgRight {
	float: right; margin: 10px; margin-right: 0px; margin-top: 0px; border: 1px solid #9B8DA5;
}


