/* 	
		Lukáš Pitka homepage CSS 
		All rights reserved
*/

/* general  tags */
*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	color: #DEDEDE;
	background: rgb(102, 102, 102);
	min-width: 990px;
	font-family: sans-serif;
}

ul
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 15px;
	list-style: none;
}

li
{
	margin: 3px 0 3px 10px;
	list-style: url(images/li.gif);
}

a
{
	text-decoration: none;
	color: #FFF;
	background: transparent;
	font-weight:bold;
}

a:hover
{
	text-decoration: underline;
	background:transparent;
	color: rgb(228, 128, 46);
}

img
{
	border: 0;
}

/* end of general tags */

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

/* language area above logo */
#languages
{
	width: 100%;
	height: 25px;
	background:black url(images/heading.jpg) repeat-x;
	text-align: right;
}

#icons
{
	height: 25px;
	margin: 0px 5px 0px 0px;
}

#icons img
{
	margin: 7px 0px 0px 5px;
}

/* header that includes logo of the company */
#header
{
	height: 100px;
	margin: 0px;
	background: black;
}

#header .logo
{
	width: 200px;
	float: left;
}

#header .pictures
{
	position: relative;
	height: auto;
	float: right;
	margin-right: 5px;
}

#header .pictures img
{
	/*margin: 5px 0px 5px 2px;*/
	padding: 5px 0px 5px 2px;
}

/* area below logo */
#under_logo
{
	width: 100%;
	height: 25px;
	background: url(images/heading_invert.jpg) repeat-x;
	text-align: right;
}

/* wrapping tag for everything except header */
#content
{
	width: 100%;
	background: rgb(102, 102, 102);
}

/* menu */
#menubar
{
	float: left;
	height: 10em;
}

#menu
{
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	position: absolute;
	width: 170px;
	background: rgb(102, 102, 102);
	z-index: 100;
	font-size: 0.9em;
}

#menu li
{
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
}

#menu li a, #menu li a:visited
{
	display: block;
	text-decoration: none;
}

#menu li dd
{
	display: none;
}

#menu li:hover, #menu li a:hover
{
	border: 0;
}

#menu li:hover dt a , #menu li a:hover dt a
{
	color: rgb(228, 128, 46);
	background-image: url(images/menu/outer_menu.jpg);
}

#menu li:hover dd, #menu li a:hover dd
{
	display: block;
}

#menu li:hover dl, #menu li a:hover dl
{
	/*height: 15em;*/
	background: url(images/menu/inner_menu.jpg) repeat-y;
}

#menu de
{
	width: 170px;
	margin: 0;
	background: rgb(102, 102, 102);
	cursor: pointer;
}

#menu table
{
	border-collapse: collapse;
	padding: 0;
	font-size: 1em;
}

#menu dl
{
	width: 170px;
	margin: 0;
	background: rgb(102, 102, 102);
	cursor: pointer;
}

#menu dt
{
	height: 25px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#menu dd
{
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	text-align: left;
}

.gallery dt a, .gallery dt a:visited
{
	/*height: 25px;*/
	display: block;
	color: silver;
	padding: 3px 5px 5px 10px;
	background-color: rgb(102, 102, 102);
	background-image: url(images/menu/outer_menu.jpg);
	background-repeat: no-repeat; 
	font-variant: small-caps;
	padding-top: 4px;
}

.gallery dd a, .gallery dd a:visited
{
	height: 12px;
	color: silver;
	min-height: 1em;
	text-decoration: none;
	display: block;
	padding: 4px 5px 4px 20px;
	background: url(images/menu/inner_menu.jpg) repeat-y;
}

* html .gallery dd a, * html .gallery dd a:visited
{
	height: 1em;
}

.gallery dd a:hover
{
	background: url(images/menu/inner_menu_highlight.jpg);
	background-repeat: no-repeat;
	color: rgb(228, 128, 46);
}
/* end of menu section */

/* text section */
#body_text
{
	/*overflow: auto;*/
	margin: 0 5px 35px 190px;
}

/* heading of the item */
.item_title
{
	height: 25px;
	display: block;
	font-size: 1.15em;
	text-align: left;
	padding-left: 10px;
	margin: 0;
	margin-right: -5px;
	color: rgb(189, 189, 189);
	width: 97%;
	float: left;
}

* > .item_title
{
	margin-right: 0;
}

.item_title h2
{
	height: 25px;
	margin: 0;
	padding: 0;
	font-size: 90%;
	background:url(images/title.jpg) repeat-x;
}

.item_title h2 img, #item_title_frame h2 img
{
	vertical-align: middle;
}

img .right
{
	float: right;
}

img .left
{
	float: left;
}

/* block of text under the item_title */
.item
{
	color: white;
	padding: 0px 5px 5px 12px;
	font: 83% Arial,Helvetica,sans-serif;
}

.item a
{
	text-decoration: none;
	color: /*silver;*/#CCC;
	font-variant: small-caps;
	font-size: 1.1em;
	font-weight: normal;
}

.item a:hover
{
	text-decoration: underline;
	color: rgb(228, 128, 46);
}

.item p
{
	padding: 3px 15px 2px 10px;
	text-align: justify;
}

.bold
{
	font-weight: bold;
}

.super
{
	color: rgb(228, 128, 46);
	font-size: 1.5em;
}

.highlight
{
	color: rgb(228, 128, 46);
	font-weight: bold;
}

/* frames */

#left_frame
{
	position: relative;
	width: 250px;
	min-height: 200px;
	height: 250px;
	float: left;
	margin: 5px 5px 0 2px;
	text-align: left;
}

* > #left_frame
{
	height: auto;
}

#right_frame
{
	position: relative;
	width: 250px;
	float: right;
	margin: 5px 15px 0 5px;
	text-align: left;
}

#item_title_frame
{
	height: 25px;
	display: block;
	font-size: 1.15em;
	text-align: left;
	padding-left: 10px;
	margin: 0;
	margin-right: -5px;
	color: rgb(189, 189, 189);
	width: 90%;
	float: left;
}

* > #item_title_frame
{
	margin-right: 0;
}

#item_title_frame h2
{
	margin: 0;
	padding: 0;
	font-size: 80%;
	background:url(images/title.jpg) repeat-x;
}

#item_frame
{
	color: white;
	padding: 0px 5px 5px 12px;
	font: 0.9em Arial,Helvetica,sans-serif;
}

#item_frame p
{
	text-align: justify;
}

#item_frame img
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.center
{
	text-align: center;
}

p.center
{
	text-align: center;
	font-size: larger;
}

#item_frame table
{
	margin-left: 10px;
	margin-top: 3px;
}

#item_frame table td
{
	padding-bottom: 5px;
	padding-right: 10px;
}

#item_frame table td img
{
	padding: 0;
	margin: 0;
}

.vcenter
{
	vertical-align: middle;
}

/* end of frames */
/* end of text section */

.space
{
	clear: both;
}

/* footer */
#footer
{
	position: relative;
	width: 100%;
	height: 25px;
	background:url(images/heading.jpg) repeat-x;
	text-align: center;
	margin-top: -25px;
}

#footer .copy
{
	height: 25px;
	text-align: center;
	color: silver;
	font-size: 0.7em;
	vertical-align: bottom;
}

#footer a
{
	text-decoration: none;
	color: silver;
	font-weight: normal;
}

#footer a:hover
{
	text-decoration: underline;
	color: rgb(228, 128, 46);
}
/* footer end */

/* form */
form
{
	margin-top: 0px;
	padding-top: 15px;
}

div.row
{ 
  height: 25px;
}

div.row_area
{ 
  height: 100px;
}

div.row span.formlabel, div.row_area span.formlabel
{ 
	float: left;
  width: 180px;
  text-align: left;
	padding-left: 8px;
	padding-right: 20px;
}

div.row span.forminput, div.row_area span.forminput
{ 
	width: 300px;
	float: left;
	text-align: right;
}

div.row span.forminput_left
{ 
	width: 300px;
	float: left;
}

div.spacer
{ 
	clear: both;
  width: 200px;
  height: 12px;
}

input, textarea
{ 
	width: 300px;
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  margin: 0;
	padding: 0;
	border: 1px solid rgb(228, 128, 46);
}

.control_question
{
	width: 20px;
}

textarea
{
	height: 100px;
}

select
{
	width: 302px;
	font-family: verdana, arial, sans-serif;
  font-size: 100%;
  margin: 0;
	padding: 0;
	border: 1px solid rgb(228, 128, 46);
}

.submit
{ 
	font-family: verdana, arial, sans-serif;
  font-size: 90%;
  width: 75px;
  height: 25px;
	margin-left: 10px;
	cursor: pointer;
	border: outset 1px rgb(189, 189, 189);
	color: rgb(189, 189, 189);
	font-weight:bold;
	background:url(images/heading.jpg) repeat-x left top;
}

.submit:hover
{ 
	background:url(images/heading_invert.jpg) repeat-x left top;
	color: rgb(228, 128, 46);
	border: outset 1px rgb(228, 128, 46);
}

/* end form */
