/* Styl pro formatovani bomet.cz
copyright Jiøí Maruna - FANTASY MAKER ©2005
http://www.fantasymaker.net */

/* zluta color: #FFBB00; */

/* ---------------------------- basic --------------------------------------- */
body	{
	background-color: #206090;
	color: #206090;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

html, body, p, form, 
ul, ol, li		{ margin:0px; padding:0px; }

h1 { margin-top: 0px; }
h2, h3, h4, h5  { margin-bottom: 7px; }

input {
	height: 16px;
	border: 1px solid #206090;
	background-color: #C8DDFF;
	font-size: 1em;
	padding: 1px 3px 2px 3px;
	color: #000;
	float: left;
}
textarea {
	padding: 2px 3px 2px 3px;
	border: 1px solid #206090;
	background-color: #C8DDFF;
	font-size: 1em;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	_scrollbar-base-color: #ACCCFF;
}

input.submit {
	height: 22px;
	border: 1px solid #206090;
	_border: 1px solid #ACCCFF;
	background-color: #ACCCFF;
	padding: 0px 3px 2px 3px;
	_padding: 1px 3px 1px 3px;
	color: #206090;
	cursor: pointer;
}

h1 {
	color: #206090;
	font-size: 1.5em;
	text-transform: uppercase;
	background-color: #C8DDFF;
	padding-left: 20px;
	border-left: 1px solid #206090;
	border-right: 3px double #4D9BD9;
	margin-bottom: 20px;
}
h2 {
	color: #206090;
	font-size: 1.4em;
	text-transform: uppercase;
}
h3 {
	color: #206090;
	font-size: 1.2em;
	text-transform: uppercase;
	display: inline;
}
h4 {
	color: #206090;
	font-size: 1.1em;
	text-transform: uppercase;
	display: inline;
}
h5 {
	color: #206090;
	font-size: 1em;
	text-transform: uppercase;
	display: inline;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a h1 { text-decoration: underline}
a h1:hover { background-color: #C8DDFF;	color: Black;}
a h2 { text-decoration: underline}
a h2:hover { background-color: #C8DDFF;	color: Black;}
a h3 { text-decoration: underline}
a h3:hover { background-color: #C8DDFF;	color: Black;}
a h4 { text-decoration: underline}
a h4:hover { background-color: #C8DDFF;	color: Black;}
a h5 { text-decoration: underline}
a h5:hover { background-color: #C8DDFF;	color: Black;}

ol {
	margin-left: 20px;
	_margin-left: 24px;
	clear: both;
}
ol.char {
	list-style-type: lower-alpha;
}
li {
	margin: 7px 0px 7px 0px;
	text-align: justify;
} 

embed.intro {
	margin-bottom: -3px;
}

/* zakladni formatovani strany - start*/

#grid  {
	width: 750px;
	/*height: 100px;*/
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #BBD5FF;
}

#menu {
	width: 180px;
	height: 400px;
	margin: 0;
	padding: 0;
	background: #BBD5FF url(../layout/menu-bkg.jpg) no-repeat;
	float: left;
}

#menu a {
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 0px 12px;
	height: 20px;
	font-size: 0.8em;
	color: #003399;
	background: #FFFFFF url(../layout/menuitempsv.jpg) no-repeat;
	float: left;
}
#menu a:hover {
	background: #FFFFFF url(../layout/menuitemact.jpg) no-repeat;
	color: #000000;
}

#menu a.logo {
	margin: 5px 0px 10px 13px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	height: 50px;
	float: left;
	text-decoration: none;
}
#menu img {
	width: 150px;
	height: 50px;
	border: 0px solid white;
}

#header {
	width: 555px;
	height: 95px;
	margin: 0px;
	padding: 5px 5px 0px 10px;
	background: #BBD5FF url(../layout/header.png) no-repeat;
	float: right;
}

#header img {
	width: 290px;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
}

#header p {
	width: 440px;
	height: 15px;
	color: White;
	font-weight: bold;
	font-size: 0.9em;
	_font-size: 0.85em;
	float: left;
	margin-left: 2px;
	_margin-left: 1px;
}

#header div.quick_menu {
	width: 100px;
	margin: 5px 0px 0px 0px;
	padding: 0;
	text-align: right;
	float: right;
}

#header a {
	color: #206090;
}
#header a:hover {
	color: #FFF;
}

#content {
  	width: 560px;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	background-color: #BBD5FF;
	text-align: justify;
	float: right;
}

#content p {
	text-align: justify;
	clear: both;
}

#page_foot {
	text-align: left;
	background-color: #C8DDFF;
	margin: 20px 0px 20px 0px;
	_margin: 10px 0px 20px 0px;
	font-size: 0.9em;
	_font-size: 0.85em;
	padding-left: 20px;
	_padding-left: 22px;
	border-left: 1px solid #206090;
	border-right: 3px double #4D9BD9;
}
#page_foot span {
	width: 540px;
	_width: 534px;
	height: 10px;
	margin: 0px 0px 2px 20px;
	background-color: #BBD5FF;
	float: right;
}


#content a {
	color: #206090;
	font-weight: normal;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	font-weight: normal;
	background-color: #C8DDFF;
}



#foot {
	width: 750px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #BBD5FF;
	_font-size: 0.95em;
	color: white;
	clear: both;
}

#foot div.left{
	width: 170px;
	height: 93px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	color: #FFFFFF;
	font-size: 0.9em;
	background-color: #9DC3FF;
	float: left;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#foot div.left p {
	margin: 0px;
}
#foot div.left a {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: normal;
}
#foot div.left a:hover {
	color: Black;
}
#foot div.group{
	margin: 5px 0px 5px 0px;
	padding: 0;
	color: #206090;
	font-size: 1em;
	text-align: left;
}
#foot div.group a {
	width: 170px;
	margin: 1px 0px 0px 0px;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #206090;
	float: left;
}
	
#foot div.right{
	width: 230px;
	height: 50px;
	margin-top: 50px;
	padding: 0px;
	background: #BBD5FF  url(../layout/index-bkg.jpg) repeat-x;
	float: right;
}

#foot div.text{
	width: 150px;
	margin: 20px 5px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 0.9em;
	float: right;
}

#foot div.right a{
	font-size: 1.1em;
	letter-spacing: 2px;
	color: white;
}

#foot div.right a:hover{
	color: #206090;
}

#logo {
	width: 305px;
	height: 50px;
	float: left;
}

#logo img {
width: 305px;
height: 50px;
margin-top: 8px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 10px;
border: 0px none white;
}



#page_top {
	width: 100%;
	height: 20px;
	background-color: #206090;
}

#border_top {
	width: 100%;
	height: 20px;
	background-color: #206090;
}

#border_top div.border {
	width: 750px;
	height: 20px;
	margin: auto;
	background: #BBD5FF url(../layout/border-top-bkg.gif) no-repeat;
}

#border_top div.border a {
	width: 25%;
	_width: 24%;
	height: 10px;
	margin-top: 3px;
	font-size: 0.8em;
	text-align: center;
	float: left;
	color: #3388DD;
}

#border_top div.border a:hover {
	color: #206090;
}

#border_bottom div.border p {
	width: 50%;
	height: 10px;
	margin-top: 5px;
	font-size: 0.8em;
	text-align: left;
	font-weight: bold;
	float: left;
	color: #3388DD;
}

#border_bottom h1 {
	font-size: 0.8em;
	width: 50%;
	height: 10px;
	text-align: right;
	text-transform: none;
	color: #3388DD;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 0px none white;
	background-color: transparent;
	float: right;
}

#border_bottom div.border a {
	color: #3388DD;
}

#border_bottom div.border a:hover {
	color: #206090;
}



#middle {
	width: 100%;
	background: #BBD5FF url(../layout/prechod.jpg) repeat-x;
}

#border_bottom {
	width: 100%;
	height: 20px;
	background-color: #206090;
}

#border_bottom div.border {
	width: 750px;
	height: 20px;
	margin: auto;
	background: #BBD5FF url(../layout/border-bottom-bkg.gif) no-repeat;
}


/* zakladni formatovani strany - end*/


/* intro - start*/
#intro_top {
	width: 100%;
	height: 80px;
	background-color: #206090;
}

#intro_bottom {
	width: 100%;
	height: 50px;
	background-color: #206090;
}


/* intro - end*/


/* images - start*/

#parimg {
	width: 230px;
	margin: 0px 0px 10px 10px;
	_margin: 0px 0px 5px 10px;
	padding-bottom: 10px;
	background-color: #C8DDFF;
	border-right: 3px double #4D9BD9;
	float: right;
}
#parimg a {
	border: 0px none #206090;
	text-decoration: none;
}
#parimg img {
	float: left;
	border: 0px none #206090;
	margin: 10px 0px 0px 10px;
	background-color: #206090;
	width: 200px;
}
#parimg p {
	width: 200px;
	margin: 0px 0px 0px 10px;
	_margin: 0px 0px 0px 5px;
	font-size: 0.8em;
	color: #206090;
	background-color: #BBD5FF;
	float: left;
}
#parimg p img {
	width: 10px;
	height: 10px;
	margin: 2px 4px 0px 3px;
	float: left;
}


#img_preview {
	width: 560px;
	text-align: center;
	background-color: #C8DDFF;
	border-right: 3px double #4D9BD9;
	margin: 10px 0px 20px 0px;
	float: left;
}

#img_preview a {
	text-decoration: none;
}
#img_preview img {
	border: 0px none white;
	margin: 10px 0px 10px 0px;
}

#img_preview p {
	width: 560px;
	background-color: #C8DDFF
	float: left;
	text-align: center;
}
#img_preview span.span_1 {
	padding: 0px 10px 0px 10px;
	background-color: #BBD5FF;
	border-top: 1px solid #4D9BD9;
}
#img_preview span.span_2 {
	padding: 0px 10px 0px 10px;
	background-color: #BBD5FF;
	border-bottom: 1px solid #4D9BD9;
}

/* images - end*/


/* contact form - start */
#contact_form {
	width: 560px;
	float: left;
	margin: 0px;
}

#contact_form form {
	width: auto;
	margin: 0px;
}

#contact_form div.form_item {
	width: 560px;
	margin: 0px 0px 5px 0px;
	float: left;
	/*padding-top: 10px;*/
}
#contact_form div.form_errmsg {
	width: 560px;
	height: 18px;
	margin-bottom: 10px;
	color: #CC9500;
	font-weight: normal;
	background-color: #E1EDFF;
	text-align: center;
}

#contact_form div.distanc {
	width: 560px;
	height: 10px;
	float: left;
	color: #BBD5FF;
	font-size: 0.01em;
}

#contact_form p {
	font-size: 0.8em;
	margin: 0px 0px 1px 0px;
	border: 0px none #000;
	float: left;
	clear: none;
}

#contact_form p.type_1 {
	width: 149px;
	margin-right: 130px;
	color: #206090;
	border-top: 1px solid #4D9BD9;
	border-left: 1px solid #4D9BD9;
	background-color: #ACCCFF;
}
#contact_form p.type_2 {
	width: 149px;
	margin-right: 200px;
	border-top: 1px solid #4D9BD9;
	border-left: 1px solid #4D9BD9;
	background-color: #ACCCFF;
}
#contact_form p.type_3 {
	width: 430px;
	margin-top: 2px;
	color: #4D9BD9;
	border-bottom: 1px solid #4D9BD9;
	border-left: 1px solid #4D9BD9;
	background-color: #C8DDFF;
}

#contact_form input.type_1 {
	width: 262px;
	margin-left: 10px;
}
#contact_form input.type_2 {
	width: 542px;
	margin-left: 10px;
}
#contact_form textarea {
	width: 542px;
	height: 6.5em;
	margin-left: 10px;
}
#contact_form input.submit {
	width: 550px;
	margin-left: 10px;
}

/* contact form - end */


#distanc_01 {
	height: 0px;
	_height: 7px;
	background-color: Aqua;
	display: block;
	font-size: 0.1em;
	background-color: #BBD5FF;
	color: #BBD5FF;
}
