@charset "utf-8";
/* CSS Document */

*
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
img
{
	border: 0;
}
body
{
	background: #317913 url(site-bg.jpg) repeat-y center 18px;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	font-size: 12px;
	margin: 20px;
	text-align: left;
	width: 480px;
}
table th {
	border-bottom: 2px solid #000;
	color: #003399;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
}
table td {
	border-bottom: 1px solid #ccc;
	color: #000;
	padding: 6px 8px;
}
#background
{
	background: url(site-bg-top.png) repeat-x;
}
#branding
{
	background: url(site-bg-logo.jpg) no-repeat center top;
	padding-top: 29px;
	height: 201px;
}
#logo, #menu, #page, #bottom
{
	width: 1000px;
	margin: 0 auto;
}
#logo a
{
	display: block;
	margin-left: 53px;
	width: 309px;
	height: 201px;
}
#logo a:hover
{
	background: url(logo-hover.png);
}
#main
{
	background: url(site-bg-transition.jpg) no-repeat center top;
}
#menu
{
	background: url(menu-bg.png) no-repeat;
	width: 972px;
	height: 40px;
	padding-left: 28px;
}
#menu a
{
	display: block;
	height: 40px;
	float: left;
	background: none;
}
#menu-stavfirma
{
	width: 175px;
}
#menu-stavfirma:hover
{
	background-image: url(menu-stavfirma.png);
}
#menu-internet
{
	width: 142px;
}
#menu-internet:hover
{
	background-image: url(menu-internet.png);
}
#menu-foto
{
	width: 170px;
}
#menu-foto:hover
{
	background-image: url(menu-foto.png);
}
#menu-dluznici
{
	width: 146px;
}
#menu-dluznici:hover
{
	background-image: url(menu-dluznici.png);
}
#menu-onas
{
	width: 179px;
}
#menu-onas:hover
{
	background-image: url(menu-onas.png);
}
#menu-kontakt
{
	width: 125px;
}
#menu-kontakt:hover
{
	background-image: url(menu-kontakt.png);
}
#breadcrumbs
{
	background: url(bc-bg.png) no-repeat;
	width: 959px;
	height: 67px;
	margin: 0 auto;
	padding-left: 41px;
}
#breadcrumbs div
{
	float: left;
}
#bc-home a
{
	display: block;
	width: 46px;
	height: 42px;
	margin: 17px 0 8px 0;
}
#bc-home a:hover
{
	background: url(bc-home-hover.png) no-repeat;
}
#bc-text
{
	background: url(bc-text-bg.png) repeat-x;
	height: 38px;
	padding-top: 29px;
}
#bc-text, #bc-text a
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#bc-text a:hover
{
	text-decoration: underline;
}
#bc-ending
{
	background: url(bc-ending.png) no-repeat;
	width: 24px;
	height: 67px;
}
#page
{
	background: url(page-bg.png) repeat-y;
}
#page-content
{
	background: url(page-content-bg.png) repeat-x;
	margin: 0 35px 0 29px;
	padding: 20px;
}
#bottom
{
	background: url(site-bg-bottom.png) no-repeat;
	height: 27px;
}
#internetmenu
{
	background: url(internet.jpg) no-repeat;
	width: 880px;
	height: 472px;
	margin: 0 auto;
}
#copyright, #copyright *
{
	margin-top: 25px;
	font-size: 10px;
	color: #666666;
}
#copyright a:link, #copyright a:active, #copyright a:visited
{
	text-decoration: none;
}
#copyright a:hover
{
	text-decoration: underline;
}
.errormessage, .successmessage
{
	position: absolute;
	right: 0;
	padding: 20px;
	margin: 10px;
	color:#ffffff;
}
.successmessage
{
	border: 1px solid #009900;
	background:#006600;
}
.errormessage
{
	border: 1px solid #990000;
	background:#660000;
}
.bold
{
	font-weight: bold;
}
.left
{
	float: left;
}
.clear
{
	clear: both;
}
.block
{
	display:block;
}
.smaller, .sublist a
{
	font-size: 90%;
}
.preload
{
	display:none;
}
input.post, textarea.post, select.post
{
	background-color:#fafafa;
	border:1px solid #ccc;
}
input.post:focus, textarea.post:focus, select.post:focus
{
	background-color:#fff;
	border:1px solid #888;
}
input.login
{
	background-color:#F5F6BE;
	border:1px solid #ccc;
}
input.login:focus
{
	background-color:#F5F6BE;
	border:1px solid #888;
}
input.button
{
	margin:0px;
	font-size:10px;
	padding:1px 3px;
	background-color:#ddd;
	border:1px outset
}
h1, h2, h3, h4, h5, h6
{
	font: Verdana, Arial, Helvetica, sans-serif;
}
h4
{
	font-size: 16px;
}
