body {
	background: url(../images/bg.jpg);
	font-family: Helvetica, sans-serif;
}

#main {
	margin: 2em auto;
	width: 800px;
	/*background: white;*/
}

#header {
	width: 800px;
	height: 34px;
	background: url(../images/header.png) bottom right no-repeat;
}

/* uvod */

#menu_home {
	float: left;
	height: 600px;
	width: 411px;
}

#mail {
	height: 22px;
	width: 403px;
	background: url(../images/mail.png) repeat;
	color: white;
	padding: 4px;
}

#menu_home #mail {
	margin-top: -4px;
}

#petrvana {
	background: url(../images/petrvana.jpg) top right no-repeat;
	width: 389px;
	height: 600px;
	float: right;
}

.cleaner {
	clear: both;
}

#pozvanka {
	margin: 0 auto;
	background: white;
	width: 792px;
	padding: 4px;
}

#text {
	background: white;
	width: 784px;
	padding: 8px;
}

/* menu */

#menu {
	background: #ffffff;
	height: 114px;
}

#menu a {
	color: black;
	_margin-left: 2px;
	margin-left: 3px;
	border: 0;
	float: left;
}

#menu img {
	border: 0;
	margin: 0;
}

.nadpis {
	font-weight: bold;
	color: black;
}

.hr {
	border: 1px solid #1de6f3;
}

.tmava {
	background: #ededed;
}

.ramecek {
	border: 1px dotted #666666;
	padding: 4px;
	margin-bottom: 1em;
	background: #ededed;
}

.info {
	font-size: 12px;
	margin: 0;
}

h1 {
	color: #8f8f8f;
}

a:link, a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

#admin_menu {
	background: #ededed;
	margin-bottom: 1em;
	padding: 2px;
}

#picchooser {
	background: #ffffff;
	padding: 2px;
}