
/* -----------------------------------------------------------------------------
	 zpc_galerie.cz - hlavní sada stylů pro obrazovku
----------------------------------------------------------------------------- */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	background-image: url("../images/bg.gif");
	background-repeat: repeat;
	background-color: #fff;
	font-size: 62.5%; /* IE - výchozí velikost písma 10 pokud je v prefs 16 */
}

html>body { font-size: 10px; } /* pro ostatní prohlížeče nastaví 10px */

input, select, th, td { font-size: 1em; } /* převážně pro IE/Win */
li li, li p, td p, blockquote p { font-size: 1em; }

p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link { color: #941578; }
a:visited { color: #000; }
a:active { color: #941578; }
a:hover { color: #941578; }

img {
	border: none;
}

/* DEBUG
	border: none;
	border: thin solid;
*/

h2 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #666;
	margin: 16px 0 8px 0;
}

.float_l {
	float: left;
}

.clear {
	clear: both;
}

#final_spacer {
	clear: both;
	height: 40px;
}


/* základní rozvržení ------------------------------------------------------- */

#content {
	width: 968px;
	margin: 18px auto 0 auto; 
	padding: 0 18px 0 18px;
}


#left_col {
	float: left;
	margin-right: 8px; 
}

#menu_col {
	width: 735px;
	float: left;
}

#breadcrumbs {
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	text-decoration: none;
	color: #999;
	height: 24px;
}

#breadcrumbs a,
#secondary_menu a,
#breadcrumbs a:visited,
#secondary_menu a:visited
{ color: #999; text-decoration: none; }

#breadcrumbs a:hover,
#secondary_menu a:hover
{ color: #4a3e8d; text-decoration: none; }

#secondary_menu {
	float: right;
	font-size: 1.2em;
	line-height: 1.5em;
	text-decoration: none;
	color: #999;
}

#button_menu {
	float: right;
	margin-top: 1px;
}

#global_search_form {
	float: right;
	margin: 0;
	padding: 0;
}

#global_search_input {
	border: 1px solid #ccc;
	font-size: 11px;
	line-height: 10px;
	width: 201px; 
	height: 15px; 
	margin: 0 0 0 8px;
	padding: 0;
}

#logo {
	display: block;
	margin-bottom: 8px; 
}

#banner1, .banner1 {
	display: block;
	margin: 8px 0 8px 0; 
	z-index: -1;
}

#banner2 {
	display: block;
	z-index: -1;
}

#content_col {
	float: left;
	width: 500px;
	padding-right: 8px;
}

.yellow_box_col {
	background-color: #f4f1ed;
	padding: 12px 12px 12px 12px;
	margin: 8px 0 0 0; 
	width: 201px;
}

.yellow_box_content {
	background-color: #f4f1ed;
	padding: 12px 12px 12px 12px;
	margin: 8px 0 0 0; 
	width: 476px;
}

.yellow_box_content_fixed_height {
	background-color: #f4f1ed;
	padding: 12px 12px 12px 12px;
	margin: 8px 0 0 0; 
	width: 476px;
	height: 201px;
}

.yellow_box_tip {
	float: right;
	background-color: #f4f1ed;
	padding: 12px 12px 12px 12px;
	margin: 8px 0 0 0; 
	width: 201px;
	height: 141px;
}

.yellow_box_tip .label {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1px;
}

.yellow_box_tip select {
	margin-bottom: 1px;
}

.yellow_box_tip input[type="text"] {
	margin-right: 6px;
}

.white_box {
	float: left;
	background-color: #fff;
	padding: 0;
	width: 225px;
	height: auto;
	margin-top: 8px;
}

#white_box img {
	display: block;
}

.thumbnail_list {
	padding: 0;
	margin: 0 0 8px 0; 
	width: 225px;
	height: 225px;
	background-color: #f4f1ed;
}

.thumbnail_list a {
	float: right;
}

.dotted_line {
	clear: both;
	background-image: url("../images/dots.gif");
	background-repeat: repeat-x;
	width: auto;
	height: 2px; /* IE6 */
	overflow: hidden; /* IE6 */
}

.dots_yello_margin {
	clear: both;
	background-image: url("../images/dots_yello.gif");
	background-repeat: repeat-x;
	width: auto;
	height: 2px; /* IE6 */
	overflow: hidden; /* IE6 */
	margin: 12px 0 8px 0; 
}

.error {
	color: #cc3300;
	font-weight: bold;
}




/* menu --------------------------------------------------------------------- */

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 24px;
	background: #fff;
}
	
.menu li {
	padding: 0;
	margin: 0 9px 0 0;
	position: relative;
	float: left;
	/* display: inline; */
}
	
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	white-space: nowrap;
	width: 200px; /* pro IE6, ostatní použijí násl. auto */
	left: 6px;
	top: auto;
	display: none;
	z-index: 1000;
}

html>body .menu ul { 
	width: auto;
	padding: 2px 0 0 0;
}

.menu ul li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float: none;
}

.menu a span {
	display: none;
}

/* styly pro hlavní tlačítka */
.menu li a {
	display: block;
	text-decoration: none;
	background: #fff;
	height: 24px;
}
	
.menu a:hover { color: #ffffff; background-position: 0 -24px;}
.menu :visited { color: #000; }
.menu :active { color: #941578; }

/* styly pro tlačítka submenu */
.menu li ul li a {
	float: none;
	display: block;
	font-size: 1.3em;
	line-height: 1.4em;
	height: auto;
	text-decoration: none;
	color: #000;
	background: #f4f1ed;
	padding: 2px 8px 2px 8px;
	opacity: 0.8;	
	filter: alpha(opacity=80);	
	-moz-opacity: 0.8;	
	-khtml-opacity: 0.8;	
}

.menu li ul li a:hover {
	background: #941578;
	opacity: 1;	
	filter: alpha(opacity=100);	
	-moz-opacity: 1;	
	-khtml-opacity: 1;	
}


/* Holly Hack. IE Requirement \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */

.menu li:hover ul { display: block;	} /* The magic */



/* společné pro všechny stránky ------------------------------------------------ */

.more_info {
	display: block;
	float: right;
	margin: 0 0 8px 0; 
	font-size: 1em;
}
