body {

	text-align: center;
	background: #eeeeee;
	font-family: "Trebuchet", "Verdana", sans-serif;
}

#headerLogo a{
	display: block;
}

#mainWrapper {
	text-align: left;	
	background: #c7006e;
	width: 800px;
	border: 4px solid #c7006e;
	margin: 1.5em auto;
	
}

#footerWrapper {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	background: #c7006e;
	font-size: 80%;
}

#footerWrapper a {
	color: #eeeeee;
	text-decoration: none;
}

#footerWrapper a:hover {
	color: #eeeeee;
	text-decoration: underline;
}

#footerWrapper a:visited {
	color: #cccccc;
	/*text-decoration: underline;*/
}

#contentWrapper {
	clear: both;
}

#menu {
	
}

#menu ul {
	display: block;
	float: left;
	clear: both;
	background: #454644 url(../images/stin-tlacitko.png) repeat-x scroll 0 0;
}
#menu ul li{
	display: block;
	float: left;
	padding: 0;
	width: 160px;
	
}
#menu ul li a{
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 5px solid black;
	color: #ffffff;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#menu ul li a:hover{
	color: #c7006e;
	font-weight: bold;
}

#menu ul li#item0 a{
	border-bottom-color: blue;
	border-right: 1px solid #9a9c98;
}
#menu ul li#item1 a{
	border-bottom-color: red;
	border-right: 1px solid #9a9c98;
	border-left: 1px solid #9a9c98;
}
#menu ul li#item2 a{
	border-bottom-color: green;
	border-right: 1px solid #9a9c98;
	border-left: 1px solid #9a9c98;
}
#menu ul li#item3 a{
	border-bottom-color: yellow;
	border-left: 1px solid #9a9c98;
}
#menu ul li#item4 a{
	border-bottom-color: magenta;
	border-left: 1px solid #9a9c98;
}


#menu ul li#item0 a.active{
	background: #454644 url(../images/stin-tlacitko-active.png) repeat-x scroll 0 0;
	color: #c7006e;
	font-weight: bold;
}
#menu ul li#item1 a.active{
	background: #454644 url(../images/stin-tlacitko-active.png) repeat-x scroll 0 0;
	color: #c7006e;
	font-weight: bold;
}
#menu ul li#item2 a.active{
	background: #454644 url(../images/stin-tlacitko-active.png) repeat-x scroll 0 0;
	color: #c7006e;
	font-weight: bold;
}
#menu ul li#item3 a.active{
	background: #454644 url(../images/stin-tlacitko-active.png) repeat-x scroll 0 0;
	color: #c7006e;
	font-weight: bold;
}
#menu ul li#item4 a.active{
	background: #454644 url(../images/stin-tlacitko-active.png) repeat-x scroll 0 0;
	color: #c7006e;
	font-weight: bold;
}

#content {
	padding: 1em;
	background: #c7006e url(../images/stin-pozadi.png) repeat-x scroll 0 0;
}
#content h1 {
	font-size: 125%;
	font-weight: bold;
	margin-top: 0.5em;
	color: #ffffff;
}
#content h2 {
	margin-top: 1em;
	font-size: 100%;
	font-weight: bold;
	color: black/*#ffe3f7*/;
}

#content p {
	margin: 1em 0;
	font-size: 95%;
}

#content strong {
	font-weight: bold;
	color: #eeeeee;
}

#content a {
	color: #eeeeee;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: underline;
}

#content a:visited {
	color: #cccccc;
	text-decoration: underline;
}

#content ul li{
	font-size: 95%;
	margin-bottom: 5px;
	margin-left: 20px;
}

#content ul {
	margin-top: 15px;
	list-style-image: url(../images/ul.png);
}

#uvodka-img img {
	float: right;
	border: 2px solid #ff0084;
}


table {
	width: 100%;
	font-size: 90%;
	border-top: 1px solid black/*#ffe3f7*/;
}

table em{
	color: black;
	font-size: 85%;
	font-weight: normal;
}

table td {
	padding: 0.4em;
	font-weight: bold;
	color: #fac6e3;
}

table td.cena{
	text-align: right;
	width: 7em;
	white-space: nowrap;
	color: #fac6e3;
}

