Body {
	text-align: center;
	padding: 0px;
	font-size: 14px;
	background-color: Black;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Kontejnery*/
#contain {
	width:780px;
	margin-left: auto;
	margin-right: auto;
	margin:0px;
	padding: 0px;
}

#contain_top {
	width:780px;
	background-image: url(../img/header.jpg);
	height:156px;
	float:left;
	position:relative;
}
#contain_middle {
	width: 780px;
	height: 20px;
	float: left;
	background-image: url(../img/contain_middle.jpg);
	border-top-color: Black;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: 2px;
	text-align: right;
}
#contain_bottom {
	width:780px;
	position:relative;
}
#contain_menu {
	float: left;
	width: 183px;
}
#contain_menu_top {
	background-image: url(../img/menu_top.jpg);
	float: left;
	width: 183px;
}
#contain_menu_bottom {
	float: left;
	width: 183px;
}
#contain_content {
	float: right;
	width: 597px;
}
#contain_content_top {
	float: left;
	width: 597px;
	height: 30px;
	background-image: url(../img/content-top.jpg);
}
#contain_content_middle {
	float: left;
	width: 597px;
	background-image: url(../img/content-middle.jpg);
}
#contain_content_bottom {
	float: left;
	width: 597px;
	height: 30px;
	background-image: url(../img/content-bottom.jpg);
}

/*   Tabulky */
table.login {
	width: 183px;
	padding: 5px;
}

td.menu {
	width: 183px;
	background-image: url(../img/button.jpg);
	padding-left: 45px;
	font-weight: bold;
	color: White;
	font-size: 12px;
	height: 20px;
}
td.menu:hover {
	background-image: url(../img/button_hover.jpg);
}
a.menu {
	font-size: 12px;
	color: White;
	text-decoration: none;
}

/*Pisma */

h1 {
	color: #8B4513;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.textnormal {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

li {
	list-style-type: circle;
}
.text {
	padding-left : 20px;
	padding-right : 20px;
n
p.text {
	padding-left : 20px;
	padding-right : 20px;
}
/* formulare */
.form_login {
   color: black;
   background: white;
   border-top: 1px solid black;
   border-left: 1px solid black;
   border-right: 1px solid lavender;
   border-bottom: 1px solid lavender;
   font-size: 12px;
   font-weight: bold;
}
.form_login_button {
	color: white;
	background: black;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 12px;
	width: 100%;
	height: 20px;
	font-weight: bold;
}
.form_text {
   color: black;
   background: white;
   border-top: 1px solid black;
   border-left: 1px solid black;
   border-right: 1px solid lavender;
   border-bottom: 1px solid lavender;
   font-size: 12px;
   font-weight: bold;
}
.form_select {
	color: black;
   background: white;
   border-top: 1px solid black;
   border-left: 1px solid black;
   border-right: 1px solid lavender;
   border-bottom: 1px solid lavender;
   font-size: 12px;
   font-weight: bold;
}
.form_submit {
	color: white;
	background: saddlebrown;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
}