/*****************************************************************************/
/*  ---  Environmental properties of website " Crio Arts"    --- */
/*                ---   Created by   Crio Arts 2009    ---                   */
/*****************************************************************************/


/***********************************************/
/* basic elements                              */
/***********************************************/

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body {	
	background-color: black;
	text-align:center;
	min-height:500px;/* for good browsers*/
	min-width:700px;/* for good browsers*/
}

#outer_space{
	/*background-image: url(../pics/a.jpg);*/
	background-repeat: no-repeat;
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#content {
	width: 970px;
	background:transparent;
	/*background-color: ecf0f4;*/
	min-height: 500px;
    text-align: center;	
	position:relative;
	float:left;    
	margin-left:0px;
	margin-right:auto;
}

/******************************************    HEADER   *************************************/

#header {        
	width: 550px;
	margin-top: 50px;
	margin-right: 10px;
	height:120px;
	background-color: black;
	background-image: url(../pics/CompanyImage.jpg);
	background-repeat: no-repeat;
	position:relative;
	float:right;
	text-align:left;
}
#header ul{        
	background-color:transparent;
	margin-top: 20px;
	margin-left: 180px;
	text-align:left;
	padding: 0;
	list-style: none;
	font: 110% Verdana, Helvetica, Sans-Serif;
	background-color: transparent;
    z-index: 41;
}
#header ul li a {
    display: block;
	text-align: left;
	font-weight:bold;
    background-color: transparent;
	height: 30px;
	line-height: 30px;
	padding-left:190px;
	padding-top:4px;
	padding-right:10px;
	color: white;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
   /* border-width: 1px;
	border-color: cbdaf7 cbdaf7 cbdaf7 cbdaf7;   
	border-style: solid;*/
	text-decoration: none;
    z-index: 41;
}
#header ul li a:hover, #header ul li a:focus {
	/*border-color: bbbbc1 bbbbc1 white white;	*/
	/*background-color: 962213;*/
	background-color:03017c;
	color: e5fcff;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	z-index: 41;
}

/*****.................END OF.........................HEADER   *************************************/

/******************************************    LEFT  PANEL  *************************************/
#left_panel {
	/*width: 148px;*/
	/*margin-top: 10px;*/
	padding-left: 220px;
	padding-right: 8px;
	margin-right: -5px;
	background-color: transparent;
	background-image: url(../pics/Pozadie_SpVlavo.jpg);
	background-repeat: no-repeat;
	position: relative;
	float:left;
}

#left_covermenu {
	width: 160px;
	position: relative;
	float:left;
	background-color: transparent;
	text-align:center;
	margin-top: 60px;
/*	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;*/
	z-index: 20;
}
#left_menu {
	width: 100%;
	position: relative;
	float:left;
	border-width: 0 1px 0 0;
	border-color: deb154;   
	border-style: solid;
	background-color: transparent;
	text-align:center;
	padding-bottom:150px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	z-index: 20;
}

#left_menu h1 {
    font-family: Verdana, Helvetica, Sans-Serif;	
    font-size: 90%;    
	color: 884a0d;
	text-align: right;
   	text-decoration: none;
	padding: 4px 4px 5px 0px;
	margin-right: 4px;
	margin-left: 4px;
	background-color: fce698;	
	border-bottom-width: 1px;
    border-bottom-color: deb154;
	border-bottom-style: solid;	
	z-index: 21;
}

#left_menu ul {
    margin-left: 25px;	
	margin-right: 4px;	
	list-style: none;
	font: 90% Tahoma, Verdana, Helvetica, Sans-Serif;
	/*font-weight:bold;*/
	letter-spacing:1px;
	background-color: transparent;
    position:relative;	
	text-align: center;	
    z-index: 41;
}
#left_menu ul ul {
    margin-left: 30px;	
	margin-right: 15px;	
	list-style: none;	
	background-color: transparent;
    position:left;	
	/*border-width: 1px 0 1px 0;
    border-color: deb154;
	border-style: solid;*/
    z-index: 42;
}

#left_menu ul li a {
    display: block;
	text-align: right;   
	font-size: 90%;    	
    /*border-width: 1px;
	border-color: deb154;   
	border-style: solid;*/
	background-color: transparent;	
	height: 20px;
	line-height: 20px;
	padding: 4px 3px 2px 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: orange;
	border-right-width: 1px;
    border-right-color: deb154;
	border-right-style: solid;
	text-decoration: none;
    z-index: 42;
}

#left_menu ul ul li a {
    display: block;
	text-align: right;   
	font-size: 70%;    	
	background-color: transparent;	
	height: 14px;
	line-height: 14px;
	padding: 4px 3px 2px 4px;
	color: b3ccdf;
	text-decoration: none;
    z-index: 43;
}
#left_menu ul li a:hover, #leftmenu ul li a:focus {
	color:ac3a0d;	
	text-align: left;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-color: brown;
	z-index: 43;
}
#left_menu ul ul li a:hover, #leftmenu ul ul li a:focus {
	color:white;
	text-align: left;
	padding-left: 3px;
	border-right-width: 1px;
	border-right-color: b3d6f1;	
	z-index: 43;
}

/*****.................END OF.........................LEFT  PANEL  *************************************/


/******************************************    CENTER  *************************************/

#center {
	width: 590px;
	background:transparent;
	position:relative;
	float:right;
	margin-left:auto;
	margin-right:auto;
}
#center_right {
	width: 580px;	
	background:transparent;
	position:relative;
	float:right;
	margin-left:auto;
	margin-right:auto;
}
#text_field {	
	width:580px;
	position:relative;
	float:right;
	padding-top: 160px;
	background-repeat: no-repeat;	
	background-position: top right;
	/*border-width: 1px;
	border-color: deb154;   
	border-style: solid;*/
	background-color: transparent;
	margin-top:20px;
	padding-bottom:0px;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;*/
	z-index: 41;	
}
#text_field.uvod {
    background-image: url(../pics/poz_uvod.jpg);
}
#text_field.portfolio {
    background-image: url(../pics/poz_portfolio.jpg);
}
#text_field.kontakt {
    background-image: url(../pics/poz_kontakt.jpg);
}
#text_field.tvorba {
    background-image: url(../pics/poz_tvorba.jpg);
}
#text_field.under_construction {
    background-image: url(../pics/poz_constr.jpg);
}
#text_field  h2{	
    font-family: Arial, Verdana, Helvetica, Sans-Serif; 
    font-size: 90%;
	margin-top: 50px;
	margin-left: 50px;
	color: 7abbfd;
	text-align: justify;
	background-color: transparent;	
	z-index: 21;
}
#text_field  h2.soft{	
	color: 197e05;
}
#text_field  h2.art{	
	margin-bottom: 10px;
	color: 6a0a0a;
}
#text_field h3 {
	float:left;
	margin-top: 102px;
	margin-left: 48px;
    text-decoration: none;
	font-family: Times New Roman, Helvetica, Sans-Serif; 
    font-size: 250%;	
	font-weight: bolder;	
	color: black;
	letter-spacing: 1px;
}

#text_field  h5{	
    font-family: arial; 
    font-size: 90%;	
	/*font-weight: bold;*/
    padding-left: 30px;	
	margin-bottom: 2px;	
	margin-top: 4px; 
	text-align: left;
	color: 884a0d;	
   	text-decoration: none;
	background-color: transparent;	    
	z-index: 22;
}
#text_field p{	
    font-family: Helvetica, Sans-Serif; 
    font-size: 80%;	
	color: f3f1f1;
	margin: 40px 80px 50px 40px;	
	padding:10px 10px 15px 10px;
	text-align: justify;
   	text-decoration: none;
	background-color: transparent;	
	z-index: 21;
}
#text_field p.tvorba{	
	text-decoration: none;
	margin: 5px 10px 5px 40px;	
	padding:10px 10px 15px 10px;
}
#text_field p.tvorba_intro{	
	margin-bottom: 5px;	
}

#text_field.kontakt p{
   	padding-left: 100px;
}

#text_field ul {
    margin-top: 10px;		
    margin-left: 350px;	
	margin-bottom: 40px;
	list-style: none;
	font: 90% Tahoma, Verdana, Helvetica, Sans-Serif;
	/*font-weight:bold;*/
	letter-spacing:1px;
	background-color: transparent;
    position:relative;	
	float: left;
	text-align: left;	
    z-index: 41;
}

#text_field ul li a {
    display: block;
	text-align: left;   
	font-size: 90%;    	
	background-color: transparent;	
	height: 20px;
	line-height: 20px;
	padding: 4px 3px 2px 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: b3ccdf;
	border-left-width: 1px;
    border-left-color: black;
	border-left-style: solid;
	text-decoration: none;
    z-index: 42;
}


#text_field ul li a:hover, #text_field ul li a:focus {
	color:white;	
	text-align: left;	
	border-left-width: 1px;
	border-left-color: orange;
	border-left-style: solid;
	z-index: 43;
}

#text_field a{	
 	color: f3f1f1;
	background-color:transparent;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#text_field img{
	border-color: white;	
	z-index: 43;
}
#text_field img.web{
	float:left;
	margin: 16px 10px 10px 50px;
}
#text_field img.soft{	
	margin: 16px 10px 10px 50px;	
}
#text_field img.art{	
	margin: 0px 0px 0px 0px;	
}



/*****.................END OF.........................CENTER  *************************************/

/******************************************    FOOTER  *************************************/

#footer {
    width:700px;
	padding-top: 40px;
	clear:both;
	height:20px;	
	border-bottom:1px solid;
	border-color:deb154;
	background-color: transparent;
	color: db7821;
	text-align:center;	
	bottom:0;
	position: relative;	
	margin-left: 290px;
	margin-right:6px;	
}
#footer a{
    text-decoration: none;
	color:white;
}

#footer_left{	
    width:200px;
    font-family: Trebuchet, arial; 
    font-size: 60%;	
    padding-left: 10px;	
	text-align: left;
	color: white;	
   	text-decoration: none;
	background-color: transparent;	
	position: bottom left;
	float:left;
	z-index: 21;	
}
#footer_right{	
    width:150px;
    font-family: Trebuchet, arial; 
    font-size: 60%;	
    padding-right: 10px;	
	text-align: right;
	color: dc6b07;	
   	text-decoration: none;
	background-color: transparent;	
	position:relative;
	float:right;
	z-index: 21;	
}

#foot_flags {	
	width:200px;
	position:relative;
	float:left;	
	margin-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;	
	border: none;
    z-index: 41;	
}
#foot_flags a{
    text-decoration: none;
	font-family: Helvetica, Sans-Serif; 
    font-size: 60%;	
	color: e7ddc7;
	letter-spacing: 1px;
}
#foot_flags  img {	
    border-width: 1px;
	margin-left: 2px;
	margin-right: 2px;
    border-color: black;
	border-style: solid;	
    z-index: 42;	
}

/*****.................END OF.........................FOOTER  *************************************/



