
body {
	background: #762d84 url('img/bg.png') center top repeat-y;
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	margin: 0;
	text-align: center;
}

img {
	border: 0 none;
}

a {
	color: #762D84;
}

/* ---------------------------------- layout */

#all {
	background: white url('img/bg.png') center top repeat-y;
	color: black;
	margin: 0px auto;
	text-align: left;
	width: 800px;
}

#header {
	border-bottom: 2px solid black;
}
#header a {
	display: block;
	height: 197px;
}

h1 {
	margin: 0;
	padding: 0;
}
#h1text {
	display: none;
}

#leftBg {
	background: transparent url('img/left_bg.png') 0px -2px no-repeat;
}
#contentBg {
	background: transparent url('img/content_bg.gif') right top repeat-y;
	padding-bottom: 20px;
}

#left {
	float: left;
	width: 181px;
}

#content {
    background: #FFD2D2;
	float: right;
	width: 619px;
}
#content .inside {
	padding: 20px;
}

#box123Wrapper {
	clear: both;
	padding-left: 7px;
}
#box123 {
    background: #762E84 url('img/box123_bg.gif') left top repeat-y;
	color: white;
	font-weight: bold;
    width: 788px;
}
#box123Bg {
    background: transparent url('img/box123_top.png') left top no-repeat;
}
#box123 .inside {
	padding: 10px 15px 14px 20px;
}
#box123 h3 {
    font-family: Arial, sans-serif;
	font-size: 150%;
	letter-spacing: 1px;
}
#box123 a {
	color: white;
}
#box1 {
	float: left;
	width: 259px;
	margin-right: 4px;
}
#box2 {
	float: left;
	width: 260px;
	margin-right: 4px;
}
#box3 {
	float: left;
	width: 258px;
}
#box123 ul {
	margin: 0;
	padding: 0px 0px 5px 25px;
}
#box123 ul li.first {
	padding-bottom: 12px;
}
#endbox123 {
	clear: left;
	height: 1px;
}

#footer {
	background: black url('img/footer_bg.png') right top no-repeat;
	color: white;
	clear: both;
	padding: 21px 20px;
}
#footer a {
	color: white;
}


/* ---------------------------------- menu */

#menu {
	margin: 15px 0px;
	padding: 0;
}
#menu li {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}
#menu li a {
	background: black;
	color: white;
	display: block;
	padding: 4px 2px 4px 12px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
	background: #762E84;
}
#menu li.active a {
	color: #FFD2D2;
}



/* ---------------------------------- fonts */

#content h2 {
	color: #680C7B;
	font-family: Arial, sans-serif;
	font-size: 140%;
	margin-top: 0;
}

ul#provozovny li {
	margin-bottom: 15px;
}
ul#provozovny .mapa {
	margin-top: 1ex;
}

/* ---------------------------------- images */

img.right{
	float: right;
	display: inline;
	margin: 4px 0px 4px 10px;
}

img.left{
	float: left;
	display: inline;
	margin: 4px 0px 4px 10px;
}

#kontaktImg {
	border: 1px solid white;
	margin-top: 30px;
	margin-right: 30px;
}

p.foto {
	text-align: center;
}

p.foto img {
	border: 1px solid white;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}
